# Get-RASPubFolder.md

## NAME

Get-RASPubFolder

## SYNOPSIS

Retrieves information about one or multiple published folders.

## SYNTAX

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

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

## DESCRIPTION

Retrieves information about one or multiple published folders.

The cmdlet returns an object of type PubFolder.

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

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

## EXAMPLES

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

Get-RASPubFolder | Format-List

Retrieves information about all available published folders.

The Format-List cmdlet formats the display output to include all available folder properties.\
\*\*---------- EXAMPLE 2 ----------

Get-RASPubFolder "My Folder"

Retrieves the information about a published folder specified by name.\
\*\*---------- EXAMPLE 3 ----------

Get-RASPubFolder -Id 11

Retrieves the information about a published folder specified by ID.

## RELATED LINKS

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