Skip to content

Update ObjectType

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

Synopsis

Update the object type in the FIM Portal schema.

Syntax

Update-ObjectType [-Name] <String> [-DisplayName] <String> [-Description] <String> [<CommonParameters>]

Description

Update the object type in the FIM Portal schema.

Parameters

Name

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

DisplayName

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

Description

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

Examples

Update-ObjectType -Name Department -DisplayName Department -Description Department

Clone this wiki locally