Microsoft Windows Powershell 7.1.3
Microsoft hat die Powershell in der Version 7 veröffentlicht.
Powershell 7 verfügbar Direkt-Download:
Die neue Powershell lässt sich aber auch über die Powershellkonsole selbst installieren.
Download der aktuellen Version 7.1.3:
Invoke-WebRequest -Uri https://github.com/PowerShell/PowerShell/releases/download/v7.1.3/PowerShell-7.1.3-win-x64.msi -OutFile PowerShell-7.1.3-win-x64.msi
Installation der Powershell 7.1.3
msiexec.exe /package PowerShell-7.1.3-win-x64.msi ADD_EXPLORER_CONTEXT_MENU_OPENPOWERSHELL=1 ENABLE_PSREMOTING=1 REGISTER_MANIFEST=1 /quiet
https://www.der-windows-papst.de/2020/02/09/dateiserver-einrichten-und-absichern-mit-der-powershell/