< Back

Get-MonCheck

Sat Jan 18, 2020 4:21 pm

NAME Get-MonCheck



SYNOPSIS

Returns registered checks.





SYNTAX

Get-MonCheck [[-Tag] <String[]>] [[-Name] <String[]>] [<CommonParameters>]





DESCRIPTION

Returns registered checks.





PARAMETERS

-Tag <String[]>

The tag to filter by.



Required? false

Position? 1

Default value *

Accept pipeline input? false

Accept wildcard characters? false



-Name <String[]>

The name to filter by



Required? false

Position? 2

Default value *

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 (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Get-MonCheck



Returns all registered checks.











RELATED LINKS