Jump to content

Windows Server HyperV Core 2012


Christopher Dorsett

Recommended Posts

  • Administrators

Everything works well on Hyper-v 2012.

Just download the installer, install PC Monitor and run manager:


powershell

$webclient = New-Object System.Net.Webclient

$url = "http://pulseway.com/download/PCMonitor_x64.msi"

$file = "C:\Users\Administrator\Downloads\PCMonitor_x64.msi"

$webclient.DownloadFile($url, $file)

C:\Users\Administrator\Downloads\PCMonitor_x64.msi

"C:\Program Files\PC Monitor\PCMonitorManager.exe"

Link to comment
Share on other sites

  • 1 year later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...