Update Attribute - wim-beck/IS4U-FIM-Powershell GitHub Wiki
Update an attribute in the FIM Portal schema.
Update-Attribute [-Name] <String> [-DisplayName] <String> [[-Description] <String>] [<CommonParameters>]
Update an 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 |
Update-Attribute -Name Visa -DisplayName Visa -Description "Visa card number"