# Invoke-RASPerformanceMonitor

## NAME

Invoke-RASPerformanceMonitor

## SYNOPSIS

Invokes an action on the Performance Monitor.

## SYNTAX

**Invoke-RASPerformanceMonitor** -[RetrieveURL](#retrieveurl-string) *(SwitchParameter)* \[[IsLightTheme](#islighttheme-string) *(SwitchParameter)*] \[*(*[*CommonParameters*](#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](https://github.com/Parallels-Corp/TEST-docs/blob/LatestDoc/21_Release/20_RAS_21_API_Guides/PS_API/MD/RASAdmin/types/String.md)

## EXAMPLES

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

Invoke-RASPerformanceMonitor -RetrieveURL

Retrieves the Preformance Monitor URL.\
\&#xNAN;**---------- EXAMPLE 2 ----------**

Invoke-RASPerformanceMonitor -RetrieveURL -LightTheme

Retrieves the Preformance Monitor URL with Light Theme.

## RELATED LINKS

* [Get-RASPerformanceMonitorSettings](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/commands/get-rasperformancemonitorsettings)
