# Set-RASAVDSettings.md

## NAME

Set-RASAVDSettings

## SYNOPSIS

Modifies the Azure Virtual Desktop Features settings.

## SYNTAX

\*\*Set-RASAVDSettings \[-[ClientFeatureSet](#ClientFeatureSet) {Standard | Advanced | AdvancedWithFallback}] \[[Enabled](#enabled-string) *(bool)*] \[[Replicate](#replicate-string) *(bool)*] \[[SiteId](#siteid-string) *(uint)*] \[*(*[*CommonParameters*](#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.

```
        Required?                    false

        Position?                    named

        Default value                

        Accept pipeline input?       false

        Accept wildcard characters?  false
```

## ClientFeatureSet

([ClientFeatureSetType](https://docs.parallels.com/landing/ras-powershell-api-guide/v20/parallels-ras-powershell-admin-module/types/clientfeaturesettype)) Specifies the 'Client feature set'.

Possible values: Standard, Advanced, AdvancedWithFallback

```
        Required?                    false

        Position?                    named

        Default value                

        Accept pipeline input?       false

        Accept wildcard characters?  false
```

## Replicate (bool)

Enable or disable replication of settings to other sites.

```
        Required?                    false

        Position?                    named

        Default value                

        Accept pipeline input?       false

        Accept wildcard characters?  false
```

(CommonParameters)

```
        This cmdlet supports the common parameters: Verbose, Debug,

        ErrorAction, ErrorVariable, WarningAction, WarningVariable,

        OutBuffer, PipelineVariable, and OutVariable. For more information, see 

        about_CommonParameters documentation. 
```

## INPUTS

-none-

## OUTPUTS

-none-

## EXAMPLES

\*\*---------- EXAMPLE 1 ----------

Set-RASAVDSettings -Replicate $false

Modifies the AVD Features Settings.

## RELATED LINKS

* [Get-RASAVDSettings](https://docs.parallels.com/landing/ras-powershell-api-guide/v20/parallels-ras-powershell-admin-module/commands/get-rasavdsettings)
