< Back

Get-MonDatum

Sat Jan 18, 2020 4:22 pm

NAME Get-MonDatum



SYNOPSIS

Returns information on a single piece of scanned data.





SYNTAX

Get-MonDatum [-TargetName] <String> [-CheckName] <String> [<CommonParameters>]





DESCRIPTION

Returns information on a single piece of scanned data.



Returns an object with three properties:

- Timestamp (When was the data last retrieved)

- Result (What data was retrieved)

- Message (Any error message)

Any content in Message implies a failed result.

If no data was found for the specified combination of target and check, the message property will list "No Data".





PARAMETERS

-TargetName <String>

The name of the target to retrive data for.

No wildcards.



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-CheckName <String>

The name of the check to retrive data for.

No wildcards.



Required? true

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-MonDatum -TargetName sever.contoso.com -CheckName NTDS.DBDiskFreeSpacePercent



Returns the check result of NTDS.DBDiskFreeSpacePercent for sever.contoso.com











RELATED LINKS