Get-AzureRemoteAppCollection
Retrieves information about an Azure RemoteApp collection.
Note
The cmdlets referenced in this documentation are for managing legacy Azure resources that use Azure Service Manager (ASM) APIs. This legacy PowerShell module isn't recommended when creating new resources since ASM is scheduled for retirement. For more information, see Azure Service Manager retirement.
The Az PowerShell module is the recommended PowerShell module for managing Azure Resource Manager (ARM) resources with PowerShell.
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 |