Set-RASReportingSettings

NAME

Set-RASReportingSettings

SYNOPSIS

Updates the Reporting Settings.

SYNTAX

Set-RASReportingSettings [-DeltaBandwidtharrow-up-right <uint>] [-DeltaCpuarrow-up-right <uint>] [-DeltaLatencyarrow-up-right <uint>] [-DeltaMemoryarrow-up-right <uint>] [-DeltaUXEvaluatorarrow-up-right <uint>] [-EnableCustomReportsarrow-up-right <bool>] [-Enabledarrow-up-right <bool>] [-FolderNamearrow-up-right <string>] [-Passwordarrow-up-right <SecureString>] [-Portarrow-up-right <uint>] [-Serverarrow-up-right <string>] [-TrackLogonDetailsarrow-up-right <bool>] [-TrackLogonDetailsTimearrow-up-right <uint>] [-TrackServersarrow-up-right <bool>] [-TrackServerTimearrow-up-right <uint>] [-TrackSessionsarrow-up-right <bool>] [-TrackSessionTimearrow-up-right <uint>] [-TrackUserExperiencearrow-up-right <bool>] [-TrackUserExperienceTimearrow-up-right <uint>] [-UseCredentialsarrow-up-right <bool>] [-Usernamearrow-up-right <string>] [<CommonParametersarrow-up-right>]

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.

-DeltaMemory <uint> Minimum Memory change required to track the counter.

-EnableCustomReports <bool> Enable or disable custom report.

-FolderName <string> Custom report folder name.

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

-Server <string> The FQDN or IP address of the server where RAS Reporting is installed.

-UseCredentials <bool> Enable or disable Username/Password credentials to connect to the Server hosting RAS Reporting.

-Username <string> Username to connect to the Server hosting RAS Reporting (if UseCredentials is enabled).

-Password <SecureString> Password to connect to the Server hosting RAS Reporting (if UseCredentials is enabled).

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

-TrackServers <bool> Enable or disable Server counters information tracking.

-TrackSessionTime <uint> How long information regarding the sessions opened is kept (in seconds).

-TrackSessions <bool> Enable or disable Sessions information tracking.

-TrackLogonDetails <bool> Enable or disable Logon information tracking.

-TrackLogonDetailsTime <uint> How long information regarding the logon is kept (in seconds).

-TrackUserExperience <bool> Enable or disable User experience tracking.

-TrackUserExperienceTime <uint> How long information regarding the user experience is kept (in seconds).

-DeltaUXEvaluator <uint> Track UX Evaluator when change is more than user input.

-DeltaLatency <uint> Track Delta latency when change is more than user input.

-DeltaBandwidth <uint> Track Delta bandwidth when change is more than user input.

<CommonParameters>

INPUTS

-none-

OUTPUTS

-none-

EXAMPLES

---------- EXAMPLE 1 ---------- Set-RASReportingSettings -Server "server.company.dom" Modifies the Server hosting RAS Reporting.

Last updated