Pwsh

From UVOO Tech Wiki
Revision as of 17:45, 13 February 2024 by Busk (talk | contribs)
Jump to navigation Jump to search

Must be sudo

sudo pwsh
Install-Module -Name PSWSMan
Install-WSMan

Trash

pwsh -Command 'Install-Module -Name PSWSMan'
sudo pwsh -Command 'Install-WSMan'