We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0c3ae5f + e0860e8 commit e755925Copy full SHA for e755925
articles/active-directory/hybrid/how-to-connect-migrate-groups.md
@@ -105,7 +105,7 @@ if ($group -eq $null)
105
}
106
107
$csvFile = Import-Csv -Path $inputCsv -ErrorAction Stop
108
-$msDSConsistencyGuid = [GUID] $csvFile.'mS-DS-ConsistencyGuid'
+$msDSConsistencyGuid = $csvFile.'mS-DS-ConsistencyGuid'
109
$objectGuid = [GUID] $csvFile.'objectGUID'
110
$targetGuid = $msDSConsistencyGuid
111
0 commit comments