PSScriptTools
v2.45.0
- Fixed help typo for
Get-PSUnique
PR 133. Thank you @fiala-sns. - Updated
Get-WindowsVersion
to inlcudeDisplayVersion
, e.g.22H2
. - Modified format file
windowsversion.format.ps1xml
to replaceReleaseID
with theDisplayVersion
value. - Revised
Get-WindowsVersion
to usesysteminfo
to retrieve the operating system name and if that fails, fall back to using the registry entry. The registry entry for Windows 11 typically still shows Windows 10. - Help updates.
- Updated
README.md
.