Azure ADConnect Export of Settings
I’m looking to regulalry export/backup our ADConnect config as we have had an issue in the past with the persistedstate.xml file being corrputed by an AV tool (we alos now back this up). I’m a little confused though on the capabilties here. reading this guide when I export from the UI it exports a single JSON file. This file does not seem to contain all the settings that define my configuration. For example, it does list sync rules but it does not list the attributes I have configured nor the objects select for sync. If I use the Get-ADSyncServerConfiguration CMDLET I get all settings in a set of files/folders including these attributes.
Which one should I be using here?
I’m looking to regulalry export/backup our ADConnect config as we have had an issue in the past with the persistedstate.xml file being corrputed by an AV tool (we alos now back this up). I’m a little confused though on the capabilties here. reading this guide when I export from the UI it exports a single JSON file. This file does not seem to contain all the settings that define my configuration. For example, it does list sync rules but it does not list the attributes I have configured nor the objects select for sync. If I use the Get-ADSyncServerConfiguration CMDLET I get all settings in a set of files/folders including these attributes.Which one should I be using here? Read More