From f7ba8991d5b088343c86f51a50a9aba0b6993fdf Mon Sep 17 00:00:00 2001 From: dyoder Date: Wed, 27 Jan 2021 12:28:28 -0500 Subject: [PATCH] remove mandatory requirement for $FORCE param --- Install-AteraAgent.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Install-AteraAgent.ps1 b/Install-AteraAgent.ps1 index 81124e1..cb7502d 100644 --- a/Install-AteraAgent.ps1 +++ b/Install-AteraAgent.ps1 @@ -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