PowerShell 7 and PnP.PowerShell on Linux
Hi All,
Recently i had a customer who wanted to upload a File on SharePoint.
I’ve done something similar with PowerShell on Windows and Azure Automation.
As i have a CentOS8 available i did test that. There is a specific Docs from Microsoft that explains how to Install PowerShell on CentOS
cat /etc/centos-release
rpm -i https://github.com/PowerShell/PowerShell/releases/download/v7.2.4/powershell-lts-7.2.4-1.rh.x86\_64.rpm
pwsh -v




