PowerCLI Reference

Remove-VcsUserInvitation

Synopsis

This cmdlet revokes a user invitation from the VMware Cloud Services Platform.

Syntax

Remove-VcsUserInvitation [-Invitation] <IVcsUserInvitation[]> [-Server <CisServer[]>] [-Confirm] [-WhatIf] [<CommonParameters>]

Related Commands

Detailed Description

This cmdlet revokes a user invitation from the VMware Cloud Services Platform.

Parameters

NameTypeDescriptionRequired?Pipeline InputDefault Value
InvitationIVcsUserInvitation[]Specifies the user invitation that you want to revoke.trueTrue (ByValue)
ConfirmSwitchParameterIf the value is $true, indicates that the cmdlet asks for confirmation before running. If the value is $false, the cmdlet runs without asking for user confirmation.falseFalse
ServerCisServer[]Specifies the VMware Cloud Services Platform servers on which you want to run the cmdlet. If no value is given to this parameter, the command runs on the default servers. For more information about default servers, see the description of the Connect-Vcs cmdlet.falseFalse
WhatIfSwitchParameterIndicates that the cmdlet is run only to display the changes that would be made and actually no objects are modified.falseFalse

Return Type

System.Object

Notes

Examples

-------------------------- Example 1 --------------------------

Remove-VcsUserInvitation -Invitation $INVITATION

Revokes the specified $INVITATION user invitation from the VMware Cloud Services Platform.


Copyright © VMware, Inc. All rights reserved.