< Back

Get-MonConfigSource

Sat Jan 18, 2020 4:22 pm

NAME Get-MonConfigSource



SYNOPSIS

Returns the registered config sources.





SYNTAX

Get-MonConfigSource [[-Name] <String>] [<CommonParameters>]





DESCRIPTION

Returns the registered config sources.





PARAMETERS

-Name <String>

The name of the source to return.



Required? false

Position? 1

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



Lists all config sources.











RELATED LINKS