New ObjectType - wim-beck/IS4U-FIM-Powershell GitHub Wiki
Create a new object type in the FIM Portal schema.
New-ObjectType [-Name] <String> [-DisplayName] <String> [-Description] <String> [<CommonParameters>]
Create a new object type in the FIM Portal schema.
| Property | Value |
|---|---|
| Type | String |
| Required | true |
| Position | 1 |
| Default value | |
| Accept pipeline input | false |
| Property | Value |
|---|---|
| Type | String |
| Required | true |
| Position | 2 |
| Default value | |
| Accept pipeline input | false |
| Property | Value |
|---|---|
| Type | String |
| Required | true |
| Position | 3 |
| Default value | |
| Accept pipeline input | false |
New-ObjectType -Name Department -DisplayName Department -Description Department