Posted September 24, 201212 yr Hello, is there a way you can install the service on a hyperv core machine
September 24, 201212 yr Hi There, there is a guide right here on how to install to a CORE system. http://forum.pulseway.com/topic/3-windows-2008-r2-server-core-installation/
September 25, 201212 yr 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"
September 27, 201311 yr Administrators Download the msi file again then execute msiexec /x msifile or msiexec /uninstall msifile .
Create an account or sign in to comment