# Get-RASPubLocalApp

## NAME

Get-RASPubLocalApp

## SYNOPSIS

Retrieves information about one or multiple published applications.

## SYNTAX

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

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

## DESCRIPTION

Retrieves information about one or multiple published applications.

The cmdlet returns an array of objects of type PubLocalApp, each containing properties of a locally published application.

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

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

## EXAMPLES

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

Get-RASPubLocalApp | Format-List

Retrieves the information about all available published applications.

The Format-List cmdlet formats the display output to include the complete list of properties for each application.\
\&#xNAN;**---------- EXAMPLE 2 ----------**

Get-RASPubLocalApp -Id 11

Retrieves the information about an application specified by ID.

## RELATED LINKS

* [New-RASPubLocalApp](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/commands/new-raspublocalapp)
* [Set-RASPubLocalApp](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/commands/set-raspublocalapp)
* [Remove-RASPubLocalApp](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/commands/remove-raspublocalapp)
* [Get-RASRule](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/commands/get-rasrule)
* [Get-RASCriteria](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/commands/get-rascriteria)
* [Get-RASPubDefaultSettings](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/commands/get-raspubdefaultsettings)
