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
Default (Default)
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.
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | True |
DontShow: | False |
Aliases: | Name |
Parameter sets
(All)
Position: | 2 |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | True |
Value from remaining arguments: | False |
-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.
Parameter properties
Type: | AzureSMProfile |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | Named |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.