microsoft / AADConnectConfigDocumenter

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

Typo in Sync Rule Change script #27

Closed dbird03 closed 4 years ago

dbird03 commented 4 years ago

There is a typo in the SyncRuleChange.ps1 script I downloaded from my report. The first warning message says "chanages" instead of "changes".

#############################################################################################################################################
#### 'contoso.com' - 'Out to AD - User Exchange Hybrid'
#############################################################################################################################################

$connectorName = 'contoso.com'
$syncRuleName = 'Out to AD - User Exchange Hybrid'
Write-Warning("The sync rule '{0}' for the connector '{1}' has unsupported chanages detected." -f $syncRuleName, $connectorName)
Write-Warning ("Only supported change to an out-of-box default rule is to make it `"Disabled`".")
Write-Warning ("If only the precedence number is different for this out-of-box rule, this warning may be safely ignored.")
NileshGhodekar commented 4 years ago

Thanks @dbird03. Will keep this issue open until next release.

NileshGhodekar commented 4 years ago

Version 1.20.0413.0 with the fix is now available.