microsoft / AADConnectConfigDocumenter

AAD Connect configuration documenter is a tool to generate documentation of an AAD Connect installation.
Other
245 stars 49 forks source link

wrong (old) ExportDeletionThresholdValue value #14

Closed YassineSOUABNI closed 6 years ago

YassineSOUABNI commented 6 years ago

Hi,

when running "Get-MsolDirSyncConfiguration" or "Get-ADSyncExportDeletionThreshold" I get 500

while when running the Documenter tool, I get "Microsoft.OptionalFeature.ExportDeletionThresholdValue in the report returns 4500" (an old value we've replaced back with 500)

Has someone encountered this ? Thanks.

NileshGhodekar commented 6 years ago

The value in the tenant that these cmdlets are returning will be authoritative. I'm guessing you ran the Enable-ADSyncExportDeletionThreshold cmdlet from a different server to set it back to 500 and that is why the local server config did not get updated?

YassineSOUABNI commented 6 years ago

True, that is what happened. Thanks for the feedback.

NileshGhodekar commented 6 years ago

Thanks for confirming. Closing the issue now.