Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 891 Bytes

File metadata and controls

45 lines (30 loc) · 891 Bytes
external help file Module Name online version schema
WSS_Cmdlets.xml
WssCmdlets
2.0.0

Test-WssHealth

SYNOPSIS

Performs an evaluation of all health checks.

SYNTAX

Test-WssHealth

DESCRIPTION

The Test-WssHealth cmdlet performs an evaluation of all health checks. If the cmdlet finds no outstanding health alerts, it returns a value of $True. If it finds outstanding health alerts, it returns a value of $False.

EXAMPLES

Example 1: Perform a health check evaluation

PS C:\> Test-WssHealth

This command performs evaluation of all health checks. The command returns a value of $True or $False, depending on whether it finds outstanding alerts.

PARAMETERS

INPUTS

OUTPUTS

bool

NOTES

RELATED LINKS