< Back

Invoke-MonCheck

Sat Jan 18, 2020 4:22 pm

NAME Invoke-MonCheck



SYNOPSIS

Command that gathers data as configured.





SYNTAX

Invoke-MonCheck [[-Tag] <String[]>] [[-TargetName] <String[]>] [[-Name] <String[]>] [<CommonParameters>]





DESCRIPTION

The main data gathering command.

Schedule this command as a scheduled task after setting up the targets, connection capabilities and checks.





PARAMETERS

-Tag <String[]>

The tags to scan for.



Required? false

Position? 1

Default value *

Accept pipeline input? false

Accept wildcard characters? false



-TargetName <String[]>

The targets to scan.



Required? false

Position? 2

Default value *

Accept pipeline input? false

Accept wildcard characters? false



-Name <String[]>

The name of the checks to execute.



Required? false

Position? 3

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:\\>Invoke-MonCheck



Executes all checks.











RELATED LINKS