I want to find Windows Version like 22H2 in a domain via PowerShell for multiable pc remotely
And I have the below command, and it’s working in my pc but I want to use it in a multiable pc remotely
(Get-Item “HKLM:SOFTWAREMicrosoftWindows NTCurrentVersion”).GetValue(‘DisplayVersion’)
New contributor
Hosam Alharbi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.