Skip to content

Remove ObjectType

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

Synopsis

Remove an object type from the FIM Portal schema.

Syntax

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

Description

Remove an object type from the FIM Portal schema.

Parameters

Name

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

Examples

Remove-ObjectType -Name Department

Clone this wiki locally