Install PowerShell Core on Raspberry Pi OS
cd ~
wget https://github.com/PowerShell/PowerShell/releases/download/v7.0.1/powershell-7.0.1-linux-arm32.tar.gz
To find the latest version of PowerShell Core go to
https://github.com/PowerShell/PowerShell
Platform = Raspbian (Arm) 32-bit
mkdir ~/powershell
tar -xvf ./powershell-7.0.1-linux-arm32.tar.gz -C ~/powershell
- -x = Extract
- -f = File
- -v = Verbose
sudo chmod +x ~/powershell/pwsh
Optional
alias pwsh="~/powershell/pwsh"
Related
- AWS Tools for PowerShell
- Configure Windows to be Managed via Ansible
- Check for Pending Reboot on Windows
- Extend Volume in Windows
- Install RSAT on Windows
- Enable Telnet Client on Windows 10
- Changing Windows Network Profile
- Moving AD Computer Object with Powershell
- How to check for Suspicious root CA certificates in Windows
- How to setup WinRM in a WorkGroup Non Domain Environment
- How to Start an Application as Another User from the Command Line in WIndows
- How to turn the Windows Firewall On or Off Via the Command Line.
Links
- https://github.com/powershell/powershell
- https://www.raspberrypi.com/software/