remove default switch value
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
[Parameter(Mandatory=$true)][int]$CUSTOMER_ID,
|
[Parameter(Mandatory=$true)][int]$CUSTOMER_ID,
|
||||||
[Parameter(Mandatory=$true)][string]$INTEGRATOR_ID,
|
[Parameter(Mandatory=$true)][string]$INTEGRATOR_ID,
|
||||||
[Parameter(Mandatory=$false)][string]$AGENT_FILENAME="EmberkomAgentSetup.exe",
|
[Parameter(Mandatory=$false)][string]$AGENT_FILENAME="EmberkomAgentSetup.exe",
|
||||||
[Parameter(Mandatory=$false)][switch]$FORCE=$false
|
[Parameter(Mandatory=$false)][switch]$FORCE
|
||||||
)
|
)
|
||||||
|
|
||||||
## Source the Tools.ps1 script
|
## Source the Tools.ps1 script
|
||||||
|
|||||||
Reference in New Issue
Block a user