# Get-RASPubItem

## NAME

Get-RASPubItem

## SYNOPSIS

Retrieves information about one or multiple published resources.

## SYNTAX

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

**Get-RASPubItem** \[\[-[Name](#name-string)]\*\* *(string)*] \[-[Parent](#Parent) *(*[*PubFolder*](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/types/pubfolder)*)*] \[[SiteId](#siteid-string) *(uint)*] \[*(*[*CommonParameters*](#CommonParameters)*)*]

## DESCRIPTION

Retrieves information about one or multiple published resources.

## PARAMETERS

## Parent ([PubFolder](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/types/pubfolder))

Published resource parent folder.

```
        Required?                    false

        Position?                    named

        Default value                

        Accept pipeline input?       true (ByValue)

        Accept wildcard characters?  false
```

## 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

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

## OUTPUTS

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

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

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

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

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

## EXAMPLES

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

Get-RASPubItem

Retrieves the information about all available published resources.\
\&#xNAN;**---------- EXAMPLE 2 ----------**

Get-RASPubItem "My app"

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

Get-RASPubItem -Id 11

Retrieves the information about a published resource specified by ID.

## RELATED LINKS

* [Set-RASPubItem](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/commands/set-raspubitem)
* [Remove-RASPubItem](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/commands/remove-raspubitem)
* [Get-RASPubItemIcon](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/commands/get-raspubitemicon)
* [Get-RASPubItemFilter](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/commands/get-raspubitemfilter)
