< Back
Get-Config
Post
NAME Get-Config
SYNOPSIS
Gets stored configurations
SYNTAX
Get-Config [[-Name] <String>] [<CommonParameters>]
DESCRIPTION
Gets stored DSC configurations.
PARAMETERS
-Name <String>
The name of the configuration
Required? false
Position? 1
Default value
Accept pipeline input? true (ByValue, 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
System.Management.Automation.PSObject
System.Management.Automation.ExternalScriptInfo
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Get-Config
RELATED LINKS
Save-Config
Use-Config
SYNOPSIS
Gets stored configurations
SYNTAX
Get-Config [[-Name] <String>] [<CommonParameters>]
DESCRIPTION
Gets stored DSC configurations.
PARAMETERS
-Name <String>
The name of the configuration
Required? false
Position? 1
Default value
Accept pipeline input? true (ByValue, 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
System.Management.Automation.PSObject
System.Management.Automation.ExternalScriptInfo
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Get-Config
RELATED LINKS
Save-Config
Use-Config