-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

pwsh


> PowerShell Core is a cross-platform automation and configuration tool/framework.

More information.


Start an instance of PowerShell:

pwsh

Execute a script and then exit:

pwsh -File {path/to/file.ps1}

Set the execution policy for the current session:

pwsh -ExecutionPolicy {AllSigned|Bypass|Default|RemoteSigned|Restricted|Undefined|Unrestricted}

Execute a command and then exit:

pwsh -Command {command}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Mon May 20 23:00:56 2024