Invoke-RASPerformanceMonitor

NAME

Invoke-RASPerformanceMonitor

SYNOPSIS

Invokes an action on the Performance Monitor.

SYNTAX

Invoke-RASPerformanceMonitor -RetrieveURL (SwitchParameter) [IsLightTheme (SwitchParameter)] [(CommonParameters)]

DESCRIPTION

Invokes an action on the Performance Monitor.

PARAMETERS

RetrieveURL (SwitchParameter)

Retrieve URL

        Required?                    true

        Position?                    named

        Default value                False

        Accept pipeline input?       false

        Accept wildcard characters?  false

IsLightTheme (SwitchParameter)

Whether the browser should be set to light theme or not.

        Required?                    false

        Position?                    named

        Default value                False

        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

String

EXAMPLES

**---------- EXAMPLE 1 ----------

Invoke-RASPerformanceMonitor -RetrieveURL

Retrieves the Preformance Monitor URL. **---------- EXAMPLE 2 ----------

Invoke-RASPerformanceMonitor -RetrieveURL -LightTheme

Retrieves the Preformance Monitor URL with Light Theme.

Last updated