Versions Compared

Key

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

...

-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 unique names of one or more accounts for which the password is resetname of an account that should be disabled.

More than one account can be specified by use of a comma.

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

...

-------------------------- EXAMPLE 1 --------------------------

PS > EnableDisable-JS7IAMAccount -Service 'JOC' -Account 'user1'

Enables Disables the specified account in the given Identity Service.

-------------------------- EXAMPLE 2 --------------------------

PS > EnableDisable-JS7IAMAccount -Service 'JOC' -Account 'user1','user2'

Enables Disables both indicated accounts.