All pages
Powered by GitBook
1 of 1

Loading...

Get-RASAdminAccount

NAME

Get-RASAdminAccount

SYNOPSIS

Retrieves information about one or multiple Parallels RAS administrator accounts.

SYNTAX

Get-RASAdminAccount [[-] <uint>] [<>]

Get-RASAdminAccount [[-] <string>] [<>]

DESCRIPTION

Retrieves information about one or multiple Parallels RAS administrator accounts.

The cmdlet returns an array of objects of type RASAdminAccount.

To see the complete list of object properties, use the Format-List cmdlet (see examples).

PARAMETERS

-Name <string> The username of a Parallels RAS administrator account for which to retrieve the information.

-Id <uint> The ID of an administrator account for which to retrieve the information.

<CommonParameters>

INPUTS

-none-

OUTPUTS

EXAMPLES

---------- EXAMPLE 1 ----------

Get-RASAdminAccount | Format-List

Retrieves the list of all available Parallels RAS administrator accounts.

The Format-List cmdlet formats the display output to include all available settings for each administrator. ---------- EXAMPLE 2 ----------

Get-RASAdminAccount "username@dom"

Retrieves information about an administrator specified by username. ---------- EXAMPLE 3 ----------

Get-RASAdminAccount -Id 1

Retrieves information about an administrator specified by ID.

RELATED LINKS

Set-RASCustomPermission
  • Get-RASPowerPermission

  • Set-RASPowerPermission

  • Id
    CommonParameters
    Name
    CommonParameters
    AdminAccount
    New-RASAdminAccount
    Set-RASAdminAccount
    Remove-RASAdminAccount
    Get-RASCustomPermission
            Required?                    false
    
            Position?                    0
    
            Default value                
    
            Accept pipeline input?       false
    
            Accept wildcard characters?  false
            Required?                    false
    
            Position?                    0
    
            Default value                0
    
            Accept pipeline input?       false
    
            Accept wildcard characters?  false
            This cmdlet supports the common parameters: Verbose, Debug,
    
            ErrorAction, ErrorVariable, WarningAction, WarningVariable,
    
            OutBuffer, PipelineVariable, and OutVariable. For more information, see 
    
            about_CommonParameters documentation.