powershell
Differences
This shows you the differences between two versions of the page.
| powershell [2026/03/01 19:18] – created reddy | powershell [2026/04/18 11:56] (current) – reddy | ||
|---|---|---|---|
| Line 61: | Line 61: | ||
| See these instructions on enabling PowerShell remoting: [[https:// | See these instructions on enabling PowerShell remoting: [[https:// | ||
| + | |||
| + | ==== Windows ==== | ||
| + | |||
| + | For the " | ||
| + | |||
| + | To run a single script: | ||
| + | |||
| + | < | ||
| + | powershell -ExecutionPolicy Bypass -File .\yourscript.ps1. | ||
| + | </ | ||
| + | |||
| + | To permanently enable: | ||
| + | |||
| + | < | ||
| + | Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser | ||
| + | # Remove the " | ||
| + | </ | ||
| + | |||
| + | or, from Settings - Privacy and Security - Powershell, set to On the " | ||
powershell.1772389126.txt.gz · Last modified: by reddy
