Sunday, October 9, 2022

Lookup Physical Host Name from inside a HyperV VM

From cmd prompt

reg query "HKLM\SOFTWARE\Microsoft\Virtual Machine\Guest\Parameters" /v PhysicalHostname | find /I "PhysicalHostName"

From Powershell

Get-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Virtual Machine\Guest\Parameters"  | Select-Object HostName

No comments:

Post a Comment

GoFullPage exports unprintably long images to paginated PDF file for printing

Grabbed a whole web page with scrolling screen shot?   Now you want to print it and bleh. The GoFullPage browser extension does a great job ...