# Set-RASClientSettings

### NAME

Set-RASClientSettings\ <br>

### SYNOPSIS

Update RAS client settings.\ <br>

### SYNTAX

Set-RASClientSettings \[-[EnableOverlayIcons](https://download.parallels.com/ras/v19/docs/en_US/Parallels-RAS-v19-PowerShell-Guide/RASAdmin/cmdlets/Set-RASClientSettings.html#EnableOverlayIcons) *\<bool>*] \[-[ForceSessionsReset](https://download.parallels.com/ras/v19/docs/en_US/Parallels-RAS-v19-PowerShell-Guide/RASAdmin/cmdlets/Set-RASClientSettings.html#ForceSessionsReset) *\<bool>*] \[-[OverlayIcon](https://download.parallels.com/ras/v19/docs/en_US/Parallels-RAS-v19-PowerShell-Guide/RASAdmin/cmdlets/Set-RASClientSettings.html#OverlayIcon) {None | ParallelsRemoteApplication | MicrosoftRemoteApp | Custom}] \[-[ReplicateSendHDIcons](https://download.parallels.com/ras/v19/docs/en_US/Parallels-RAS-v19-PowerShell-Guide/RASAdmin/cmdlets/Set-RASClientSettings.html#ReplicateSendHDIcons) *\<bool>*] \[-[SendHDIcons](https://download.parallels.com/ras/v19/docs/en_US/Parallels-RAS-v19-PowerShell-Guide/RASAdmin/cmdlets/Set-RASClientSettings.html#SendHDIcons) *\<bool>*] \[-[ShowPasswordExpiry](https://download.parallels.com/ras/v19/docs/en_US/Parallels-RAS-v19-PowerShell-Guide/RASAdmin/cmdlets/Set-RASClientSettings.html#ShowPasswordExpiry) *\<bool>*] \[-[SiteId](https://download.parallels.com/ras/v19/docs/en_US/Parallels-RAS-v19-PowerShell-Guide/RASAdmin/cmdlets/Set-RASClientSettings.html#SiteId) *\<uint>*] \[-[TokenValidationExpireMin](https://download.parallels.com/ras/v19/docs/en_US/Parallels-RAS-v19-PowerShell-Guide/RASAdmin/cmdlets/Set-RASClientSettings.html#TokenValidationExpireMin) *\<uint>*] \[*<*[*CommonParameters*](https://download.parallels.com/ras/v19/docs/en_US/Parallels-RAS-v19-PowerShell-Guide/RASAdmin/cmdlets/Set-RASClientSettings.html#CommonParameters)*>*]\ <br>

### DESCRIPTION

Update RAS client settings.\ <br>

### PARAMETERS

\
-**SiteId \<uint>**\
The site ID.\
\
To obtain the ID of a desired site, use the Get-Sites cmdlet.\ <br>

```
        Required?                    false
```

```
        Position?                    named
```

```
        Default value                0
```

```
        Accept pipeline input?       false
```

```
        Accept wildcard characters?  false
```

\
-**SendHDIcons \<bool>**\
Enable or disable Sending HD Icons.\ <br>

```
        Required?                    false
```

```
        Position?                    named
```

```
        Default value                
```

```
        Accept pipeline input?       false
```

```
        Accept wildcard characters?  false
```

\
-**ReplicateSendHDIcons \<bool>**\
Enable or disable replicate Sending HD Icons.\ <br>

```
        Required?                    false
```

```
        Position?                    named
```

```
        Default value                
```

```
        Accept pipeline input?       false
```

```
        Accept wildcard characters?  false
```

\
-**EnableOverlayIcons \<bool>**\
Enable or disable Overlay Icons.\ <br>

```
        Required?                    false
```

```
        Position?                    named
```

```
        Default value                
```

```
        Accept pipeline input?       false
```

```
        Accept wildcard characters?  false
```

\
-**OverlayIcon <**[**OverlayIconType**](https://download.parallels.com/ras/v19/docs/en_US/Parallels-RAS-v19-PowerShell-Guide/RASAdmin/types/OverlayIconType.html)**>**\
Overlay Icon\
\
Possible values: None, ParallelsRemoteApplication, MicrosoftRemoteApp, Custom\ <br>

```
        Required?                    false
```

```
        Position?                    named
```

```
        Default value                
```

```
        Accept pipeline input?       false
```

```
        Accept wildcard characters?  false
```

\
-**ShowPasswordExpiry \<bool>**\
Show or hide Password Expiry reminder.\ <br>

```
        Required?                    false
```

```
        Position?                    named
```

```
        Default value                
```

```
        Accept pipeline input?       false
```

```
        Accept wildcard characters?  false
```

\
-**ForceSessionsReset \<bool>**\
Enable or disable Force sessions reset when client performs a logoff.\ <br>

```
        Required?                    false
```

```
        Position?                    named
```

```
        Default value                
```

```
        Accept pipeline input?       false
```

```
        Accept wildcard characters?  false
```

\
-**TokenValidationExpireMin \<uint>**\
Token Validation Time.\
\
The time for a validation token to expire in minutes.\ <br>

```
        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 . 
```

<br>

### INPUTS

-none-

### OUTPUTS

-none-

### EXAMPLES

\
\&#xNAN;**---------- EXAMPLE 1 ----------**\
\
Set-RASClientSettings -EnableOverlayIcons $true\
\
Updates the EnableOverlayIcons to true.<br>
