# Set-RASPerformanceMonitorSettings

### NAME

Set-RASPerformanceMonitorSettings\ <br>

### SYNOPSIS

Updates the Performance Monitor Settings.\ <br>

### SYNTAX

Set-RASPerformanceMonitorSettings \[-[Enabled](https://download.parallels.com/ras/v19/docs/en_US/Parallels-RAS-v19-PowerShell-Guide/RASAdmin/cmdlets/Set-RASPerformanceMonitorSettings.html#Enabled) *\<bool>*] \[-[Port](https://download.parallels.com/ras/v19/docs/en_US/Parallels-RAS-v19-PowerShell-Guide/RASAdmin/cmdlets/Set-RASPerformanceMonitorSettings.html#Port) *\<uint>*] \[-[Server](https://download.parallels.com/ras/v19/docs/en_US/Parallels-RAS-v19-PowerShell-Guide/RASAdmin/cmdlets/Set-RASPerformanceMonitorSettings.html#Server) *\<string>*] \[*<*[*CommonParameters*](https://download.parallels.com/ras/v19/docs/en_US/Parallels-RAS-v19-PowerShell-Guide/RASAdmin/cmdlets/Set-RASPerformanceMonitorSettings.html#CommonParameters)*>*]\ <br>

### DESCRIPTION

Updates the Performance Monitor Settings.\ <br>

### PARAMETERS

\
-**Enabled \<bool>**\
Enable or disable RAS Performance Monitor.\ <br>

```
        Required?                    false
```

```
        Position?                    named
```

```
        Default value                
```

```
        Accept pipeline input?       false
```

```
        Accept wildcard characters?  false
```

\
-**Server \<string>**\
Server hosting RAS Performance Monitor database.\ <br>

```
        Required?                    false
```

```
        Position?                    named
```

```
        Default value                
```

```
        Accept pipeline input?       false
```

```
        Accept wildcard characters?  false
```

\
-**Port \<uint>**\
Connection Port to the Server hosting RAS Performance Monitor database.\ <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-RASPerformanceMonitorSettings -Server "server.company.dom"\
\
Modifies the Server hosting RAS Performance Monitor database.
