Christopher Dorsett Posted September 24, 2012 Posted September 24, 2012 Hello, is there a way you can install the service on a hyperv core machine
Cptrico Posted September 24, 2012 Posted September 24, 2012 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/
Administrators Paul Posted September 25, 2012 Administrators Posted September 25, 2012 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"
Administrators Paul Posted September 27, 2013 Administrators Posted September 27, 2013 Download the msi file again then execute msiexec /x msifile or msiexec /uninstall msifile .
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now