You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](/powershell/module/microsoft.powershell.core/about/about_commonparameters).
1361
+
1361
1362
## Set-ADSyncToolsTls12
1362
1363
### SYNOPSIS
1363
1364
Sets Client\Server TLS 1.2 settings for .NET Framework
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](/powershell/module/microsoft.powershell.core/about/about_commonparameters).
1749
+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](/powershell/module/microsoft.powershell.core/about/about_commonparameters).
1750
+
1751
+
## Get-ADSyncToolsDuplicateUsersSourceAnchor
1752
+
### SYNOPSIS
1753
+
Gets a list of all the objects with "Source anchor has changed" error.
There are certain scenarios like M&A where Customers add a new forest to Azure AD Connect with duplicate user objects.
1760
+
This causes multiple sync errors if the new connector precedence is higher for the newly joined users. This cmdlet will provide a list of all the objects with "Source anchor has changed" errors.
AD connector name for which user source anchors needs to be repaired
1770
+
```yaml
1771
+
Type: Object
1772
+
Parameter Sets: (All)
1773
+
Aliases:
1774
+
Required: true
1775
+
Position: 1
1776
+
Default value:
1777
+
Accept pipeline input: True (ByPropertyName)
1778
+
Accept wildcard characters: False
1779
+
```
1780
+
#### CommonParameters
1781
+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](/powershell/module/microsoft.powershell.core/about/about_commonparameters).
1782
+
1783
+
## Set-ADSyncToolsDuplicateUsersSourceAnchor
1784
+
### SYNOPSIS
1785
+
Fixes all the objects with "Source Anchor has changed" error.
This cmdlet takes in the list of objects from Get-ADSyncToolsDuplicateUsersSourceAnchor as pipeline input. It then fixes the sync errors by updating the msDS-ConsistencyGuid attribute with the sourceAnchor/immutableID of the original object.
1792
+
The cmdlet has an optional parameter - "Override prompt", which is False by default. If it is set to True, then the user will not be prompted when updating the msDS-ConsistencyGuid attribute.
AD EA/DA Admin Credentials, If not provided default credentials will be used
1818
+
```yaml
1819
+
Type: PSCredential
1820
+
Parameter Sets: (All)
1821
+
Aliases:
1822
+
Required: False
1823
+
Position: Named
1824
+
Default value:
1825
+
Accept pipeline input: False
1826
+
Accept wildcard characters: False
1827
+
```
1828
+
#### -OverridePrompt
1829
+
```yaml
1830
+
Type: Boolean
1831
+
Parameter Sets: (All)
1832
+
Aliases:
1833
+
Required: False
1834
+
Position: Named
1835
+
Default value: False
1836
+
Accept pipeline input: False
1837
+
Accept wildcard characters: False
1838
+
```
1839
+
#### CommonParameters
1840
+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](/powershell/module/microsoft.powershell.core/about/about_commonparameters).
0 commit comments