Remove ObjectsFromPortal - wim-beck/IS4U-FIM-Powershell GitHub Wiki
Removes all objects of a certain type from the FIM Portal.
Remove-ObjectsFromPortal [[-ObjectType] <String>] [<CommonParameters>]
Removes all objects of a certain type from the FIM Portal.
| Property | Value |
|---|---|
| Type | String |
| Required | false |
| Position | 1 |
| Default value | Person |
| Accept pipeline input | false |
Remove-ObjectsFromPortal -ObjectType "Person"