PackageDeployment Module Help

Package Deployment Module

Set-PdVarIncrement Cmdlet

Version 2.1.0.0

Set-PdVarIncrement

Synopsis

Increment the Value of a Variable

Syntax

Set-PdVarIncrement [-Name] <String> [[-Increment] <Int32>] [-ContinueOnError] [<CommonParameters>]

Description

Use this command to increase 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

-Increment <Int32>

Increment.

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".