Get-AzureRemoteAppCollection

Retrieves information about an Azure RemoteApp collection.

Note

The cmdlets referenced in this documentation are for managing legacy Azure resources that use Service Management APIs. See the Az PowerShell module for cmdlets to manage Azure Resource Manager resources.

Syntax

Get-AzureRemoteAppCollection
   [[-CollectionName] <String>]
   [-Profile <AzureSMProfile>]
   [<CommonParameters>]

Description

The Get-AzureRemoteAppCollection cmdlet retrieves information about Azure RemoteApp collections in Microsoft Azure. It returns an object with information on a specific collection, or if no collection is specified, for all the collections in the current subscription.

Examples

Example 1: Get a list of all collections

PS C:\> Get-AzureRemoteAppCollection

This command returns a list of all Azure RemoteApp collections in the subscription.

Example 2: Get information about a specified collection

PS C:\> Get-AzureRemoteAppCollection ContosoApps

This command returns information about the Azure RemoteApp collection named ContosoApps.

Example 3: Get a list of collections by using a wildcard

PS C:\> Get-AzureRemoteAppCollection Finance*

This command returns a list of all Azure RemoteApp collections matching Finance*.

Parameters

-CollectionName

Specifies the name of the Azure RemoteApp collection.

Type:String
Aliases:Name
Position:2
Default value:None
Required:False
Accept pipeline input:True
Accept wildcard characters:True

-Profile

Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.

Type:AzureSMProfile
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False