Set-PdVarIncrement
PackageDeployment Module Help |
Package Deployment Module |
Set-PdVarIncrement Cmdlet |
Version 4.0.0.5 |
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 |
||||||
|
-Increment <Int32> |
||||||
Increment. |
||||||
|
-Name <String> |
||||||
Enter the name of the variable you want to edit (omitting the % sign). |
||||||
|
<CommonParameters> |
For more information about common parameters, type "Get-Help about_CommonParameters". |