Remove-VcsUser

This cmdlet removes a user from the VMware Cloud Services Platform.

Syntax

-User  <IVcsUser[]>
[-Server  <IVcsServer[]>]
[CommonParameters]

Parameters

Required Parameter Name Type Position Features Description
required
User
IVcsUser[] named
  • wildcards
  • pipeline
  • Specifies the user that you want to remove.
    optional
    Server
    IVcsServer[] named
  • wildcards
  • 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

    Examples


    Example 1

    Remove-VcsUser -User $USER

    Removes the specified $USER user from the VMware Cloud Services Platform.

    Related Commands

    Feedback

    Was this page helpful?