< Back

Get-ConfigurationItem

Sun Jan 19, 2020 6:28 pm

NAME Get-ConfigurationItem



SYNOPSIS

Gets a piece of configuration data from the first source that contains the

specified key.





SYNTAX

Get-ConfigurationItem [-Key] <String> [<CommonParameters>]





DESCRIPTION

Gets a piece of configuration data from the first source that contains the

specified key. Configuration sources are searched in the order in which they

were loaded.





PARAMETERS

-Key <String>

Specifies the key to retrieve a value for.



Required? true

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

Variant. The output type depends on the contents of the configuration data.







RELATED LINKS