# Get-RASPubVDIDesktop

## NAME

Get-RASPubVDIDesktop

## SYNOPSIS

Retrieves information about one or multiple published desktops.

## SYNTAX

**Get-RASPubVDIDesktop** \[\[-[Id](#id-string)]\*\* *(uint)*] \[[SiteId](#siteid-string) *(uint)*] \[*(*[*CommonParameters*](#CommonParameters)*)*]

**Get-RASPubVDIDesktop** \[\[-[Name](#name-string)]\*\* *(string)*] \[[SiteId](#siteid-string) *(uint)*] \[*(*[*CommonParameters*](#CommonParameters)*)*]

## DESCRIPTION

Retrieves information about one or multiple published desktops.

The cmdlet returns an array of objects of type PubVDIDesktop.

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

## PARAMETERS

## Name (string)

Published resource name.

```
        Required?                    false

        Position?                    0

        Default value                

        Accept pipeline input?       false

        Accept wildcard characters?  false
```

## Id (uint)

Published resource ID.

```
        Required?                    false

        Position?                    0

        Default value                0

        Accept pipeline input?       false

        Accept wildcard characters?  false
```

## SiteId (uint)

Site ID.

```
        Required?                    false

        Position?                    named

        Default value                0

        Accept pipeline input?       false

        Accept wildcard characters?  false
```

(CommonParameters)

```
        This cmdlet supports the common parameters: Verbose, Debug,

        ErrorAction, ErrorVariable, WarningAction, WarningVariable,

        OutBuffer, PipelineVariable, and OutVariable. For more information, see 

        about_CommonParameters documentation. 
```

## INPUTS

-none-

## OUTPUTS

[PubVDIDesktop](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/types/pubvdidesktop)

## EXAMPLES

**---------- EXAMPLE 1 ----------**

Get-RASPubVDIDesktop | Format-List

Retrieves information about all available published desktops.

The Format-List cmdlet formats the display output to include all available desktop properties.\
\&#xNAN;**---------- EXAMPLE 2 ----------**

Get-RASPubVDIDesktop "My VDI Desktop"

Retrieves the information about a desktop specified by name.\
\&#xNAN;**---------- EXAMPLE 3 ----------**

Get-RASPubVDIDesktop -Id 11

Retrieves the information about a desktop specified by ID.

## RELATED LINKS

* [New-RASPubVDIDesktop](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/commands/new-raspubvdidesktop)
* [Set-RASPubVDIDesktop](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/commands/set-raspubvdidesktop)
* [Remove-RASPubVDIDesktop](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/commands/remove-raspubvdidesktop)
