PowerCLI Reference

Get-VcsUserInvitation

Synopsis

This cmdlet retrieves user invitations from the VMware Cloud Services Platform.

Syntax

Get-VcsUserInvitation [-Id <String[]>] [-Server <CisServer[]>] [<CommonParameters>]

Get-VcsUserInvitation [-Name <String[]>] [-Server <CisServer[]>] [<CommonParameters>]

Related Commands

Detailed Description

This cmdlet retrieves user invitations from the VMware Cloud Services Platform.

Parameters

NameTypeDescriptionRequired?Pipeline InputDefault Value
IdString[]Specifies the IDs of the user invitations you want to retrieve.falseFalse
NameString[]Specifies the names of the user invitations you want to retrieve.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

Return Type

VMware.CloudServices.Types.V1.CmdletOutput.IVcsUserInvitation

Notes

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.


Copyright © VMware, Inc. All rights reserved.