From a9648a11abda403e031c64a97edcdf25de1cf757 Mon Sep 17 00:00:00 2001 From: "rob.mcewan" Date: Wed, 20 Nov 2024 23:12:59 +1000 Subject: [PATCH] Update powershell/bts-onboarding.ps1 commented out create support directories --- powershell/bts-onboarding.ps1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/powershell/bts-onboarding.ps1 b/powershell/bts-onboarding.ps1 index ac34546..eb6a2b2 100644 --- a/powershell/bts-onboarding.ps1 +++ b/powershell/bts-onboarding.ps1 @@ -31,9 +31,9 @@ function unzip { } #Create Support Directories -New-Item -ItemType directory -Path C:\support -ErrorAction SilentlyContinue -New-Item -ItemType directory -Path C:\support\software -ErrorAction SilentlyContinue -New-Item -ItemType directory -Path C:\support\software\AnyDesk -ErrorAction SilentlyContinue +#New-Item -ItemType directory -Path C:\support -ErrorAction SilentlyContinue +#New-Item -ItemType directory -Path C:\support\software -ErrorAction SilentlyContinue +#New-Item -ItemType directory -Path C:\support\software\AnyDesk -ErrorAction SilentlyContinue #Install BizTech Synergy RMM Agent write-host 'Installing BizTech Synergy RMM agent..' -ForegroundColor Yellow