Posted On August 30, 2019

1-Liner to Find Host of Virtual Machine in Hyper-V

kimconnect 0 comments
blog.KimConnect.com >> Codes >> 1-Liner to Find Host of Virtual Machine in Hyper-V
PS C:\Users\testAdmin> (get-item "HKLM:\SOFTWARE\Microsoft\Virtual Machine\Guest\Parameters").GetValue("HostName")
hyperv01.intranet.kimconnect.com

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

How To Hide Featured Image in Blog Posts in Single View

In WordPress, single posts can have a featured image to help with displaying in List…

Manually Create a SSL Certificate with LetsEncrypt

Step 1: Install certbot-auto mkdir /etc/letsencryptcd /etc/letsencrypt/wget chmod a+x certbot-auto Step 2: Create the Cert…

WordPress Custom CSS for Tables

WordPress themes can be customized, and one of the common practice is to add CSS…