Last active
October 26, 2025 14:12
-
-
Save ChrFrohn/1b7341cdc1a1147fd130880a33eb160e to your computer and use it in GitHub Desktop.
AzureDevOpsPowerShellConfig.ps1
This file contains hidden or 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
| # Exchange Online configuration | |
| $ExchangeOrganization = "" | |
| # Configuration - Access package catalogs (add your catalog IDs to this array) | |
| $AccessPackageCatalogs = @( | |
| # Add your Access Package Catalog IDs here | |
| # "12345678-1234-1234-1234-123456789012", | |
| # "87654321-4321-4321-4321-210987654321" | |
| ) | |
| # Azure DevOps repository configuration for shared mailbox mapping | |
| $DevOpsOrganization = "" | |
| $DevOpsProject = "" | |
| $DevOpsRepository = "" | |
| $DevOpsFilePath = "" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment