Get-VcsUserInvitation
This cmdlet retrieves user invitations from the VMware Cloud Services Platform.
Syntax
Parameters
Required | Parameter Name | Type | Position | Features | Description |
---|---|---|---|---|---|
optional |
|
String[] | named |
|
Specifies the names of the user invitations you want to retrieve. | optional |
|
IVcsServer[] | named |
|
Specifies the VMware Cloud Services Platform servers on which you want to run the cmdlet. If no value is provided or $null value is passed to this parameter, the command runs on the default servers. For more information about default servers, see the description of the Connect-Vcs cmdlet. |
Parameters
Required | Parameter Name | Type | Position | Features | Description |
---|---|---|---|---|---|
optional |
|
String[] | named |
|
Specifies the IDs of the user invitations you want to retrieve. | optional |
|
IVcsServer[] | named |
|
Specifies the VMware Cloud Services Platform servers on which you want to run the cmdlet. If no value is provided or $null value is passed to this parameter, the command runs on the default servers. For more information about default servers, see the description of the Connect-Vcs cmdlet. |
Output
VMware.CloudServices.Types.V1.CmdletOutput.IVcsUserInvitation
Examples
Example 1
Get-VcsUserInvitation -Id "UserInvitationId"
Retrieves the user invitation with a "UserInvitationId" ID.
Example 2
Get-VcsUserInvitation -Name "UserInvitationName"
Retrieves the user invitations with a "UserInvitationName" name.
Related Commands
VcsUser
This cmdlet retrieves users from the VMware Cloud Services Platform.
This cmdlet removes a user from the VMware Cloud Services Platform.
VcsUserInvitation
This cmdlet retrieves user invitations from the VMware Cloud Services Platform.
This cmdlet revokes a user invitation from the VMware Cloud Services Platform.
This cmdlet creates ? new user invitation on the VMware Cloud Services Platform.