diff --git a/Windows/PSPatching.ps1 b/Windows/PSPatching.ps1 index 95ea07e..59720cf 100644 --- a/Windows/PSPatching.ps1 +++ b/Windows/PSPatching.ps1 @@ -1,6 +1,7 @@ [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 Install-PackageProvider -Name NuGet -MinimumVersion 2.8.5.201 -Force Install-Module PSWindowsUpdate -Force +Set-ExecutionPolicy bypass Import-Module PSWindowsUpdate