-
Notifications
You must be signed in to change notification settings - Fork 4
New Attribute
wim-beck edited this page Feb 28, 2017
·
3 revisions
Create a new attribute in the FIM Portal schema.
New-Attribute [-Name] <String> [-DisplayName] <String> [[-Description] <String>] [-Type] <String> [[-MultiValued] <String>] [<CommonParameters>]
Create a new attribute 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 | false |
Position | 3 |
Default value | |
Accept pipeline input | false |
Property | Value |
---|---|
Type | String |
Required | true |
Position | 4 |
Default value | |
Accept pipeline input | false |
Property | Value |
---|---|
Type | String |
Required | false |
Position | 5 |
Default value | False |
Accept pipeline input | false |
New-Attribute -Name Visa -DisplayName Visa -Type String -MultiValued "False"