Versions Compared

Key

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

...

Remove-JS7IAMAccount

SYNOPSIS

Removes a number of Permanently removes one or more accounts from a JOC Cockpit Identity Service

...

Remove-JS7IAMAccount [-Service] <String> [-Account] <String[]> [[-AuditComment] <String>] [[-AuditTimeSpent] <Int32>] [[-AuditTicketLink] <Uri>] [-WhatIf] [-Confirm] [<CommonParameters>]

DESCRIPTION

This cmdlet permanently removes one or more accounts from a JOC Cockpit Identity Service.

The following REST Web Service API resources are used:

* /iam/accounts/delete

...

-Account <String[]>
Specifies the user account that should be removed.

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

...

PS > Remove-JS7IAMAccount -Service 'JOC' -Account 'matt'

Removes an Deletes the specified account from the indicated JOC Cockpit Identity Service.