> For the complete documentation index, see [llms.txt](https://docs.parallels.com/landing/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/commands/set-rasreportingsettings.md).

# Set-RASReportingSettings

## NAME

Set-RASReportingSettings

## SYNOPSIS

Updates the Reporting Settings.

## SYNTAX

**Set-RASReportingSettings** \[[DeltaBandwidth](#deltabandwidth-string) *(uint)*] \[[DeltaCpu](#deltacpu-string) *(uint)*] \[[DeltaLatency](#deltalatency-string) *(uint)*] \[[DeltaMemory](#deltamemory-string) *(uint)*] \[[DeltaUXEvaluator](#deltauxevaluator-string) *(uint)*] \[[EnableCustomReports](#enablecustomreports-string) *(bool)*] \[[Enabled](#enabled-string) *(bool)*] \[[FolderName](#foldername-string) *(string)*] \[[Password](#password-string) *(SecureString)*] \[[Port](#port-string) *(uint)*] \[[Server](#server-string) *(string)*] \[[TrackLogonDetails](#tracklogondetails-string) *(bool)*] \[[TrackLogonDetailsTime](#tracklogondetailstime-string) *(uint)*] \[[TrackServers](#trackservers-string) *(bool)*] \[[TrackServerTime](#trackservertime-string) *(uint)*] \[[TrackSessions](#tracksessions-string) *(bool)*] \[[TrackSessionTime](#tracksessiontime-string) *(uint)*] \[[TrackUserExperience](#trackuserexperience-string) *(bool)*] \[[TrackUserExperienceTime](#trackuserexperiencetime-string) *(uint)*] \[[UseCredentials](#usecredentials-string) *(bool)*] \[[Username](#username-string) *(string)*] \[*(*[*CommonParameters*](#CommonParameters)*)*]

## DESCRIPTION

Updates the Reporting Settings.

## PARAMETERS

## Enabled (bool)

Enable or disable RAS Reporting functionality.

```
        Required?                    false

        Position?                    named

        Default value                

        Accept pipeline input?       false

        Accept wildcard characters?  false
```

## DeltaCpu (uint)

Minimum CPU change required to track the counter.

```
        Required?                    false

        Position?                    named

        Default value                

        Accept pipeline input?       false

        Accept wildcard characters?  false
```

## DeltaMemory (uint)

Minimum Memory change required to track the counter.

```
        Required?                    false

        Position?                    named

        Default value                

        Accept pipeline input?       false

        Accept wildcard characters?  false
```

## EnableCustomReports (bool)

Enable or disable custom report.

```
        Required?                    false

        Position?                    named

        Default value                

        Accept pipeline input?       false

        Accept wildcard characters?  false
```

## FolderName (string)

Custom report folder name.

```
        Required?                    false

        Position?                    named

        Default value                

        Accept pipeline input?       false

        Accept wildcard characters?  false
```

## Port (uint)

Port used by the service which receives data from the RAS Connection Broker. The default port is 30008.

```
        Required?                    false

        Position?                    named

        Default value                

        Accept pipeline input?       false

        Accept wildcard characters?  false
```

## Server (string)

The FQDN or IP address of the server where RAS Reporting is installed.

```
        Required?                    false

        Position?                    named

        Default value                

        Accept pipeline input?       false

        Accept wildcard characters?  false
```

## UseCredentials (bool)

Enable or disable Username/Password credentials to connect to the Server hosting RAS Reporting.

```
        Required?                    false

        Position?                    named

        Default value                

        Accept pipeline input?       false

        Accept wildcard characters?  false
```

## Username (string)

Username to connect to the Server hosting RAS Reporting (if UseCredentials is enabled).

```
        Required?                    false

        Position?                    named

        Default value                

        Accept pipeline input?       false

        Accept wildcard characters?  false
```

## Password (SecureString)

Password to connect to the Server hosting RAS Reporting (if UseCredentials is enabled).

```
        Required?                    false

        Position?                    named

        Default value                

        Accept pipeline input?       false

        Accept wildcard characters?  false
```

## TrackServerTime (uint)

How long the server counters information (such as CPU, Memory and number of sessions) is kept (in seconds).

```
        Required?                    false

        Position?                    named

        Default value                

        Accept pipeline input?       false

        Accept wildcard characters?  false
```

## TrackServers (bool)

Enable or disable Server counters information tracking.

```
        Required?                    false

        Position?                    named

        Default value                

        Accept pipeline input?       false

        Accept wildcard characters?  false
```

## TrackSessionTime (uint)

How long information regarding the sessions opened is kept (in seconds).

```
        Required?                    false

        Position?                    named

        Default value                

        Accept pipeline input?       false

        Accept wildcard characters?  false
```

## TrackSessions (bool)

Enable or disable Sessions information tracking.

```
        Required?                    false

        Position?                    named

        Default value                

        Accept pipeline input?       false

        Accept wildcard characters?  false
```

## TrackLogonDetails (bool)

Enable or disable Logon information tracking.

```
        Required?                    false

        Position?                    named

        Default value                

        Accept pipeline input?       false

        Accept wildcard characters?  false
```

## TrackLogonDetailsTime (uint)

How long information regarding the logon is kept (in seconds).

```
        Required?                    false

        Position?                    named

        Default value                

        Accept pipeline input?       false

        Accept wildcard characters?  false
```

## TrackUserExperience (bool)

Enable or disable User experience tracking.

```
        Required?                    false

        Position?                    named

        Default value                

        Accept pipeline input?       false

        Accept wildcard characters?  false
```

## TrackUserExperienceTime (uint)

How long information regarding the user experience is kept (in seconds).

```
        Required?                    false

        Position?                    named

        Default value                

        Accept pipeline input?       false

        Accept wildcard characters?  false
```

## DeltaUXEvaluator (uint)

Track UX Evaluator when change is more than user input.

```
        Required?                    false

        Position?                    named

        Default value                

        Accept pipeline input?       false

        Accept wildcard characters?  false
```

## DeltaLatency (uint)

Track Delta latency when change is more than user input.

```
        Required?                    false

        Position?                    named

        Default value                

        Accept pipeline input?       false

        Accept wildcard characters?  false
```

## DeltaBandwidth (uint)

Track Delta bandwidth when change is more than user input.

```
        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-RASReportingSettings -Server "server.company.dom"

Modifies the Server hosting RAS Reporting.

## RELATED LINKS

* [Get-RASReportingSettings](/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/commands/get-rasreportingsettings.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/commands/set-rasreportingsettings.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
