mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-02-24 13:40:59 +01:00
Update FAQ.md
This commit is contained in:
parent
cda05d0c9b
commit
336e83d3ef
@ -13,7 +13,7 @@ PowerShell is a task automation and configuration management framework from Micr
|
||||
|
||||
How to get PowerShell?
|
||||
----------------------
|
||||
* **Windows 7 and newer** do provide PowerShell by default. But script execution is **not allowed by default** (execution policy is "restricted"). To enable this, enter as administrator:
|
||||
* **Windows 7 and newer** do provide PowerShell by default. However, script execution is **not allowed by default** (execution policy is "restricted"). To enable this, enter as administrator:
|
||||
```
|
||||
$ Set-ExecutionPolicy RemoteSigned
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user