Update bts-anydesk.ps1

commented out add support directories
This commit is contained in:
rob.mcewan 2024-11-20 23:10:37 +10:00
parent ee59daf704
commit d0b2b330f8

View file

@ -40,9 +40,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
#Start WinRM Service
Start-Service WinRM -verbose