Powershell Version |top|: Update
$tempPath = [System.IO.Path]::GetTempPath() $installerExtension = switch ($os) "Windows" ".msi" "macOS" ".pkg" "Linux" ".tar.gz"
<# .SYNOPSIS Wrapper script with additional features for PowerShell update management. #> update powershell version
PowerShell is available on Linux and macOS through the package managers. $tempPath = [System