Desktop Central Version 10.0.600
Just to let you know that there is a bug in resourceAction.js that prevents the "Wake Up Now" function in the quick action menu from working.
Error in line 161: "isPMP_VMP" is not defined:
161 if(isPMP_VMP == 'true') {
This should be:
161 if(isPMP_VMPProduct == 'true') {
This fixes the error for me and the WOL is executed. Hope this helps anyone...