Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename connection variables so they are in line with the HelloID-Conn-SA-Sync-EXO-SharedMailbox-To-SelfService-Products task #1

Open
Rick-Jongbloed opened this issue Dec 22, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@Rick-Jongbloed
Copy link
Member

Rick-Jongbloed commented Dec 22, 2023

# Exchange Online Connection Configuration
$AzureADOrganization = "" # Set from Global Variable
$AzureADtenantID = "" # Set from Global Variable
$AzureADAppId = "" # Set from Global Variable
$AzureADAppSecret = "" # Set from Global Variable

to

# Exchange Online Connection Configuration
$MicrosoftEntraIDOrganization = "" # Set from Global Variable
$MicrosoftEntraIDtenantID = "" # Set from Global Variable
$MicrosoftEntraIDAppId = "" # Set from Global Variable
$MicrosoftEntraIDAppSecret = "" # Set from Global Variable

Search and replace of these variables is required

@JeroenBL JeroenBL added the enhancement New feature or request label Jun 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants