Skip to content

Instantly share code, notes, and snippets.

@ChrFrohn
Last active October 26, 2025 14:12
Show Gist options
  • Select an option

  • Save ChrFrohn/1b7341cdc1a1147fd130880a33eb160e to your computer and use it in GitHub Desktop.

Select an option

Save ChrFrohn/1b7341cdc1a1147fd130880a33eb160e to your computer and use it in GitHub Desktop.
AzureDevOpsPowerShellConfig.ps1
# 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