microsoft:powershell:scripts
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| microsoft:powershell:scripts [2022/01/13 13:28] – [Spezifischen Drucker entfernen] gsys | microsoft:powershell:scripts [2024/02/17 19:03] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== PowerShell Scripts ====== | ====== PowerShell Scripts ====== | ||
| + | <code powershell> | ||
| + | Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope LocalMachine | ||
| + | Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope LocalMachine | ||
| + | Set-ExecutionPolicy -ExecutionPolicy AllSigned -Scope Process | ||
| + | </ | ||
| + | |||
| + | | AllSigned | FIXME | | ||
| + | | Default | FIXME | | ||
| + | | RemoteSigned | FIXME| | ||
| + | | Restricted | FIXME | | ||
| + | | Undefined | FIXME | | ||
| + | | Unrestricted | FIXME| | ||
| ===== Spezifischen Drucker entfernen ====== | ===== Spezifischen Drucker entfernen ====== | ||
microsoft/powershell/scripts.1642076887.txt.gz · Last modified: (external edit)