Set-PdVarDecrement
PackageDeployment Module Help |
Package Deployment Module |
Set-PdVarDecrement Cmdlet |
Version 4.0.0.5 |
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 |
||||||
|
-Decrement <Int32> |
||||||
Decrement. |
||||||
|
-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". |