< Back

Get-MonTarget

Sat Jan 18, 2020 4:22 pm

NAME Get-MonTarget



SYNOPSIS

Returns registered monitoring targets.





SYNTAX

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





DESCRIPTION

Returns registered monitoring targets.





PARAMETERS

-Name <String[]>

The name of the target.



Required? false

Position? 1

Default value *

Accept pipeline input? true (ByValue, ByPropertyName)

Accept wildcard characters? false



-Tag <String[]>

The tags the tartget should have.



Required? false

Position? 2

Default value *

Accept pipeline input? true (ByPropertyName)

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-MonTarget



Returns all targets











RELATED LINKS