diff options
author | Andrew Ryan Davis <AndrewDavis1191@gmail.com> | 2020-08-20 12:40:18 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-20 12:40:18 -0700 |
commit | ea11ea2444b1e0274805a091958ff2fd6276e386 (patch) | |
tree | 21170a0410ea1dc972b28bf5011b7aa78e19d3a2 /powershell.html.markdown | |
parent | d221d56c60e83fa2dbec3c8ce3a903e20bf04d23 (diff) |
Fixing formatting in published page
the markdown powershell checker didn't have a space before it
Diffstat (limited to 'powershell.html.markdown')
-rw-r--r-- | powershell.html.markdown | 1 |
1 files changed, 1 insertions, 0 deletions
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 |