remove mandatory requirement for $FORCE param

This commit is contained in:
2021-01-27 12:28:28 -05:00
parent 710b48fa36
commit f7ba8991d5
+1 -1
View File
@@ -2,7 +2,7 @@
[Parameter(Mandatory=$true)][int]$CUSTOMER_ID,
[Parameter(Mandatory=$true)][string]$INTEGRATOR_ID,
[Parameter(Mandatory=$false)][string]$AGENT_FILENAME="EmberkomAgentSetup.exe",
[Parameter(Mandatory=$true)][switch]$FORCE=$true
[Parameter(Mandatory=$false)][switch]$FORCE=$true
)
## Source the Tools.ps1 script