< Back
Remove-Config
Post
NAME Remove-Config
SYNOPSIS
Gets stored configurations
SYNTAX
Remove-Config [-Name] <String[]> [-WhatIf] [-Confirm] [<CommonParameters>]
DESCRIPTION
Gets stored DSC configurations.
PARAMETERS
-Name <String[]>
The name of the configuration
Required? true
Position? 1
Default value
Accept pipeline input? true (ByValue, ByPropertyName)
Accept wildcard characters? false
-WhatIf [<SwitchParameter>]
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Confirm [<SwitchParameter>]
Required? false
Position? named
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
System.Nullable
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Remove-Config "MySavedConfig"
RELATED LINKS
Get-Config
Save-Config
Use-Config
SYNOPSIS
Gets stored configurations
SYNTAX
Remove-Config [-Name] <String[]> [-WhatIf] [-Confirm] [<CommonParameters>]
DESCRIPTION
Gets stored DSC configurations.
PARAMETERS
-Name <String[]>
The name of the configuration
Required? true
Position? 1
Default value
Accept pipeline input? true (ByValue, ByPropertyName)
Accept wildcard characters? false
-WhatIf [<SwitchParameter>]
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Confirm [<SwitchParameter>]
Required? false
Position? named
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
System.Nullable
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Remove-Config "MySavedConfig"
RELATED LINKS
Get-Config
Save-Config
Use-Config