Remove ObjectFromSet - wim-beck/IS4U-FIM-Powershell GitHub Wiki

Synopsis

Remove an object from the explicit members of a set.

Syntax

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

Description

Remove an object from the explicit members of a set.

Parameters

DisplayName

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

ObjectId

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

Examples

Remove-ObjectFromSet -DisplayName Administrators -ObjectId 7fb2b853-24f0-4498-9534-4e10589723c4

⚠️ **GitHub.com Fallback** ⚠️