From ec83df37311f26493f3034c1303f73e2d177f673 Mon Sep 17 00:00:00 2001 From: EBOOZ Date: Sat, 6 Mar 2021 09:20:54 +0100 Subject: [PATCH] Updated instructions to unblock Settings.ps1 --- Install.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Install.txt b/Install.txt index a1ed171..0d29270 100644 --- a/Install.txt +++ b/Install.txt @@ -1,4 +1,5 @@ Set-ExecutionPolicy -ExecutionPolicy RemoteSigned +Unblock-File .\Settings.ps1 Unblock-File .\Get-TeamsStatus.ps1 Start-Process -FilePath .\nssm.exe -ArgumentList 'install "Microsoft Teams Status Monitor" "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" "-command "& { . C:\Scripts\Get-TeamsStatus.ps1 }"" ' -NoNewWindow -Wait Start-Service -Name "Microsoft Teams Status Monitor" \ No newline at end of file