Skip to content

Remove ObjectFromSynchronizationFilter

wim-beck edited this page Feb 28, 2017 · 3 revisions

Synopsis

Removes an object type from the synchronization filter.

Syntax

Remove-ObjectFromSynchronizationFilter [-ObjectId] <UniqueIdentifier> [[-DisplayName] <String>] [<CommonParameters>]

Description

Removes an object type from the synchronization filter.

Parameters

ObjectId

Property Value
Type UniqueIdentifier
Required true
Position 1
Default value
Accept pipeline input false

DisplayName

Property Value
Type String
Required false
Position 2
Default value Synchronization Filter
Accept pipeline input false

Examples

[UniqueIdentifier] $objectTypeId = New-ObjectType -Name Department -DisplayName Department -Description Department

Clone this wiki locally