Set-RASReportingSettings

NAME

Set-RASReportingSettings

SYNOPSIS

Updates the Reporting Settings.

SYNTAX

Set-RASReportingSettings [-DeltaCpu <uint>] [-DeltaMemory <uint>] [-EnableCustomReports <bool>] [-Enabled <bool>] [-FolderName <string>] [-Password <SecureString>] [-Port <uint>] [-Server <string>] [-TrackServers <bool>] [-TrackServerTime <uint>] [-TrackSessions <bool>] [-TrackSessionTime <uint>] [-UseCredentials <bool>] [-Username <string>] [<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 Publishing Agent. 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) are 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 on your servers are 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

<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