PowerShell - Variables and Data Types
Which of the following is the correct way to display the PowerShell version using
$PSVersionTable?$PSVersionTable?$PSVersionTableVersion holds the PowerShell version number.Write-Output $PSVersionTable.Version correctly prints the version; other options use wrong variable names or properties.$PSVersionTable.Version outputs version [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions