Set-AzureRemoteAppCollection
Sets the properties of a 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
Set-AzureRemoteAppCollection
[-CollectionName] <String>
-Description <String>
[-Profile <AzureSMProfile>]
[<CommonParameters>]
Set-AzureRemoteAppCollection
[-CollectionName] <String>
-Plan <String>
[-Profile <AzureSMProfile>]
[<CommonParameters>]
Set-AzureRemoteAppCollection
[-CollectionName] <String>
-Credential <PSCredential>
[-Profile <AzureSMProfile>]
[<CommonParameters>]
Set-AzureRemoteAppCollection
[-CollectionName] <String>
-CustomRdpProperty <String>
[-Profile <AzureSMProfile>]
[<CommonParameters>]
Set-AzureRemoteAppCollection
[-CollectionName] <String>
-AclLevel <CollectionAclLevel>
[-Profile <AzureSMProfile>]
[<CommonParameters>]
Description
The Set-AzureRemoteAppCollection cmdlet sets the properties of an Azure RemoteApp collection.
Parameters
-AclLevel
Specifies the access control list (ACL) level for the collection. The acceptable values for this parameter are: Collection and Application.
Type: | CollectionAclLevel |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-CollectionName
Specifies the name of the Azure RemoteApp collection.
Type: | String |
Aliases: | Name |
Position: | 1 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-Credential
Specifies the credentials of a service account that has permission to join the Azure RemoteApp servers to your domain. To obtain a PSCredential object, use the Get-Credential cmdlet.
Type: | PSCredential |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-CustomRdpProperty
Specifies custom Remote Desktop Protocol (RDP) properties which can be used to configure drive redirection and other settings.
See RDP Settings for Remote Desktop Services in Windows Server (https://technet.microsoft.com/library/ff393699(v=ws.10).aspx)
for details.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-Description
Specifies a short description for the collection.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-Plan
Specifies the plan for the Azure RemoteApp collection, which defines the usage limits. Use Get-AzureRemoteAppPlan to see the plans available.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | 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.
Type: | AzureSMProfile |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |