From 69393ef9bba2aa751c8e31ff2946a27fa3bdc3b0 Mon Sep 17 00:00:00 2001 From: DanHam Date: Sat, 14 Oct 2017 01:49:50 +0100 Subject: [PATCH] No need to set execution policy. AWS default is unrestricted --- website/source/intro/getting-started/build-image.html.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/website/source/intro/getting-started/build-image.html.md b/website/source/intro/getting-started/build-image.html.md index 7d897d05d..38c3bf301 100644 --- a/website/source/intro/getting-started/build-image.html.md +++ b/website/source/intro/getting-started/build-image.html.md @@ -338,9 +338,6 @@ example of that file. net user Administrator SuperS3cr3t! wmic useraccount where "name='Administrator'" set PasswordExpires=FALSE -# Turn off PowerShell execution policy restrictions -Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope LocalMachine - # First, make sure WinRM can't be connected to netsh advfirewall firewall set rule name="Windows Remote Management (HTTP-In)" new enable=yes action=block