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

IsLightTheme (SwitchParameter)

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

(CommonParameters)

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