external help file | GeneratedBy | Module Name | online version | schema |
---|---|---|---|---|
PSDSC-help.xml |
Sampler update_help_source task |
PSDSC |
2.0.0 |
Install DSC CLI (Windows only).
Install-DscCLI [-Force] [-ProgressAction <ActionPreference>] [<CommonParameters>]
The function Install-DscCLI installs Desired State Configuration version 3 executablle.
Install-DscCli
Install the latest version of DSC
Install-DscCli -Force
Install DSC and forces the installed if there is already a version installed.
This switch will force DSC to be installed, even if another installation is already in place.
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
{{ Fill ProgressAction Description }}
Type: ActionPreference
Parameter Sets: (All)
Aliases: proga
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
For more details, go to module repository at: https://github.com/Gijsreyn/PSDSC.