From ea11ea2444b1e0274805a091958ff2fd6276e386 Mon Sep 17 00:00:00 2001 From: Andrew Ryan Davis Date: Thu, 20 Aug 2020 12:40:18 -0700 Subject: [PATCH] Fixing formatting in published page the markdown powershell checker didn't have a space before it --- powershell.html.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/powershell.html.markdown b/powershell.html.markdown index 32d2e667..9087dad8 100644 --- a/powershell.html.markdown +++ b/powershell.html.markdown @@ -680,6 +680,7 @@ Update-Help # Run as admin ``` If you are uncertain about your environment: + ```Powershell Get-ExecutionPolicy -List Set-ExecutionPolicy AllSigned