-
Notifications
You must be signed in to change notification settings - Fork 4
Remove ObjectFromSynchronizationFilter
wim-beck edited this page Feb 28, 2017
·
3 revisions
Removes an object type from the synchronization filter.
Remove-ObjectFromSynchronizationFilter [-ObjectId] <UniqueIdentifier> [[-DisplayName] <String>] [<CommonParameters>]
Removes an object type from the synchronization filter.
Property | Value |
---|---|
Type | UniqueIdentifier |
Required | true |
Position | 1 |
Default value | |
Accept pipeline input | false |
Property | Value |
---|---|
Type | String |
Required | false |
Position | 2 |
Default value | Synchronization Filter |
Accept pipeline input | false |
[UniqueIdentifier] $objectTypeId = New-ObjectType -Name Department -DisplayName Department -Description Department