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

Synopsis

Removes all objects of a certain type from the FIM Portal.

Syntax

Remove-ObjectsFromPortal [[-ObjectType] <String>] [<CommonParameters>]

Description

Removes all objects of a certain type from the FIM Portal.

Parameters

ObjectType

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

Examples

Remove-ObjectsFromPortal -ObjectType "Person"

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