Microsoft Windows Powershell 7.0.0

Powershell 7 verfügbar

Microsoft Windows Powershell 7.1.3

Microsoft hat die Powershell in der Version 7 veröffentlicht.

Powershell 7 verfügbar Direkt-Download:

PowerShell-7.1.3-win-x64

PowerShell-7.1.3-win-x86

Microsoft Windows Powershell 7.1.3

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

Dateiserver einrichten und absichern mit der Powershell