Skip to content

Latest commit

 

History

History
82 lines (60 loc) · 1.62 KB

Install-DscCLI.md

File metadata and controls

82 lines (60 loc) · 1.62 KB
external help file GeneratedBy Module Name online version schema
PSDSC-help.xml
Sampler update_help_source task
PSDSC
2.0.0

Install-DscCLI

SYNOPSIS

Install DSC CLI (Windows only).

SYNTAX

Install-DscCLI [-Force] [-ProgressAction <ActionPreference>] [<CommonParameters>]

DESCRIPTION

The function Install-DscCLI installs Desired State Configuration version 3 executablle.

EXAMPLES

EXAMPLE 1

Install-DscCli

Install the latest version of DSC

EXAMPLE 2

Install-DscCli -Force

Install DSC and forces the installed if there is already a version installed.

PARAMETERS

-Force

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

-ProgressAction

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

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

System.Boolean

NOTES

For more details, go to module repository at: https://github.com/Gijsreyn/PSDSC.

RELATED LINKS