PackageDeployment Module Help

Package Deployment Module

Set-PdVarDecrement Cmdlet

Version 2.1.0.0

Set-PdVarDecrement

Synopsis

Decrement the Value of a Variable

Syntax

Set-PdVarDecrement [-Name] <String> [[-Decrement] <Int32>] [-ContinueOnError] [<CommonParameters>]

Description

Use this command to decrease the value of a variable by the specified value.

Parameters

-ContinueOnError <SwitchParameter>

Continues script execution in spite of errors in the respective command

Required

False

Position

Named

Accepts pipeline input

False

-Decrement <Int32>

Decrement.

Required

False

Position

1

Accepts pipeline input

False

-Name <String>

Enter the name of the variable you want to edit (omitting the % sign).

Required

True

Position

0

Accepts pipeline input

False

<CommonParameters>

For more information about common parameters, type "Get-Help about_CommonParameters".