Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This cmdlet renames an account in a JOC Cockpit Identity Service.

The following REST Web Service API resources are used:

* /iam/account/renmaerename

PARAMETERS

Service

-Service <String>
Specifies the unique name of the Identity Service that the accounts is are managed with.

Required?true
Position?1
Default value
Accept pipeline input?true (ByPropertyName)
Accept wildcard characters?false

...

-Account <String>
Specifies the existing names name of an accountsthe account.

Required?true
Position?2
Default value
Accept pipeline input?true (ByPropertyName)
Accept wildcard characters?false

...

PS > Rename-JS7IAMAccount -Service 'JOC' -Account 'user1' -NewAccount 'user2'

...