Forum Discussion

Vladimir Dumchikov's avatar
Vladimir Dumchikov
Copper Contributor
Oct 18, 2017
Solved

How to obtain attribute use as source anchor from PowerShell

Hi   I need to determine which attribute is used as a source anchor by AD Connect. Is it possible to do using Power Shell?  
  • VasilMichev's avatar
    Oct 18, 2017

    Not from O365/Azure AD side. On the AAD Connect server, you can get it via:

     

    Get-ADSyncGlobalSettingsParameter | ? {$_.Name -eq "Microsoft.SynchronizationOption.AnchorAttribute"}

Resources