Get-WebApplicationMonitoringStatus

Get the monitoring status of all monitored web applications. Returns a list of monitored application objects containing the name of the web application, the name of the application pool, and the monitoring mode. PowerShell 4.0+

Syntax
      Get-WebApplicationMonitoringStatus
         [-Confirm] [-WhatIf] [CommonParameters]

Key
   -Confirm
       Prompt for confirmation before executing the command.

   -WhatIf
       Describe what would happen if you executed the command, without actually executing the command.

   CommonParameters:
       -Verbose, -Debug, -ErrorAction, -ErrorVariable, -WarningAction, -WarningVariable,
       -OutBuffer -OutVariable.

Examples

Get the monitoring status of all monitored applications:

PS C:\> Get-WebApplicationMonitoringStatus

“Make mistakes, make mistakes, make mistakes. Just make sure they’re your mistakes” ~ Fiona Apple

Related PowerShell Cmdlets:

Checkpoint-WebApplicationMonitoring - Create a checkpoint for an IIS web app.


 
Copyright © SS64.com 1999-2019
Some rights reserved