Azure-AD-Connect-Staging-mode-PowerShell #320
Replies: 1 comment
-
I was getting the below powershell error when disabling staging Turns out if you disable TLS 1.2 you break AADconnect Password Sync Enforce TLS1.2 in the app here if you have disabled TLS1.0 and 1.1 Set-ADSyncGlobalSettings : Exception details => StackTrace =>
|
Beta Was this translation helpful? Give feedback.
-
Azure-AD-Connect-Staging-mode-PowerShell
Here’s a quick tip on howto enable or disable the Staging Mode in Azure AD Connect via PowerShell. Sadly there is no native Cmdlet in the style of Set-ADSyncStagingMode or something like that.
In this article I’ll first explain the approach and then later on list the full command block you can use. So feel free to skip below to the end of the post. The following PowerShell Cmdlets have to get executed on the Azure AD Connect Server.
https://diecknet.de/en/2022/07/21/Azure-AD-Connect-Staging-mode-PowerShell/
Beta Was this translation helpful? Give feedback.
All reactions