This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ComplianceCenterConnection=Connect-IPPSSession | |
$ExchangeOnlineConnection=Connect-ExchangeOnline | |
$csvPath="C:\git\thinBlog\ArchiveExport\MailboxList.csv" | |
$eDiscoveryCaseName="Search Archive Mailbox Content $(get-date -format "yyyyMMdd_HHmm")" | |
$eDiscoveryCaseDescription="Searches for all non-system Mailbox Folders within archive mailboxes" | |
$OneSearchForAll=$false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$AZResourceGroupName='JSF_Automation' | |
$AAName="TeamsOperationTasks" | |
$AALocation='germanywestcentral' | |
$AZKeyVaultName='OperationSecrets' | |
$AZSubscriptionID='c221eb8c-453d-480b-a809-XXXXXXXX' | |
$AZTenantID='763aefea-a45b-49f4-a4a4-XXXXXXXXX' | |
connect-azaccount -SubscriptionId $AZSubscriptionID -Tenant $AZTenantID | |
#create Automation Account with a System assigned managed identity | |
$AutomationAccount=New-AzAutomationAccount -Name $AAName -ResourceGroupName $AZResourceGroupName -Location $AALocation -AssignSystemIdentity |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<# | |
.SYNOPSIS | |
Creates a connected organization for a new partner - RB-createConnectedOrganization.ps1 | |
.NOTES | |
Author: Jakob Schaefer, thinformatics AG | |
Version: 1.0 | |
Creation Date: 2020/09/21 | |
.DESCRIPTION |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<# | |
.SYNOPSIS | |
Create an Azure Access Package including Catalog and Policies for a Team - RB-createAccessPackage.ps1 | |
.NOTES | |
Author: Jakob Schaefer, thinformatics AG | |
Version: 1.0 | |
Creation Date: 2020/09/21 | |
.DESCRIPTION |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<# | |
.SYNOPSIS | |
Guest User Status Check - RB-CheckGuestStatus.ps1 | |
.NOTES | |
Author: Jakob Schaefer, thinformatics AG | |
Version: 1.0 | |
Creation Date: 2020/09/21 | |
.DESCRIPTION |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<# | |
.SYNOPSIS | |
Tenant to tenant planner migration - migrate-planner.ps1 | |
.NOTES | |
Author: Jakob Schaefer, thinformatics AG | |
Version: 1.0 | |
Creation Date: 2020/07/02 | |
.DESCRIPTION |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<# | |
.SYNOPSIS | |
Teams Policy assignment - deploy-classteams.ps1 | |
Jakob Schaefer | |
09.04.2020 | |
.DESCRIPTION | |
This script was designed to deploy standardized Teams for Courses. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<# | |
.SYNOPSIS | |
Teams Policy assignment - assign-teamspolicies.ps1 | |
Jakob Schaefer | |
02.04.2020 | |
.DESCRIPTION | |
This script should help to assign Teams Policies to Teams users based on theire Group Membership or AD Attributes |