Set-RASAVDSettings

NAME

Set-RASAVDSettings

SYNOPSIS

Modifies the Azure Virtual Desktop Features settings.

SYNTAX

Set-RASAVDSettings [-ClientFeatureSet {Standard | Advanced | AdvancedWithFallback}] [-Enabled <bool>] [-Replicate <bool>] [-SiteId <uint>] [<CommonParameters>]

DESCRIPTION

Modifies the Azure Virtual Desktop Features settings.

PARAMETERS

-SiteId <uint> Site ID from which to modify the AVD settings.

If the parameter is omitted, the Licensing Server site ID will be used.

        Required?                    false

        Position?                    named

        Default value                0

        Accept pipeline input?       false

        Accept wildcard characters?  false

-Enabled <bool> Enable or disable the Azure Virtual Desktop management.

-ClientFeatureSet <ClientFeatureSetType> Specifies the 'Client feature set'.

Possible values: Standard, Advanced, AdvancedWithFallback

-Replicate <bool> Enable or disable replication of settings to other sites.

<CommonParameters>

INPUTS

-none-

OUTPUTS

-none-

EXAMPLES

---------- EXAMPLE 1 ----------

Set-RASAVDSettings -Replicate $false

Modifies the AVD Features Settings.

Last updated