pablohoney Posted May 26, 2017 Share Posted May 26, 2017 Is there a script or task that can enable the User Support Request feature if it was not turned on during the initial Pulseway Manager installation? This would be very convenient vs. having to remote in to each machine and configuring each client. Link to comment Share on other sites More sharing options...
Staff Chris Posted May 26, 2017 Staff Share Posted May 26, 2017 Yes it is possible. Please run this PowerShell script on all your systems via Automation: Set-ItemProperty -Path "HKLM:\Software\MMSOFT Design\PC Monitor\" -Name EnableUserSupportRequest -Value "1" You can read more about automation from here: https://www.pulseway.com/blog/improve-your-productivity-and-efficiency-with-pulseway-automation BartB 1 Link to comment Share on other sites More sharing options...
pablohoney Posted May 26, 2017 Author Share Posted May 26, 2017 Thank you Chris. Can you disable it by entering "0" Value? Link to comment Share on other sites More sharing options...
Staff Chris Posted May 29, 2017 Staff Share Posted May 29, 2017 On 5/26/2017 at 6:53 PM, pablohoney said: Thank you Chris. Can you disable it by entering "0" Value? Yes, you can. Link to comment Share on other sites More sharing options...
pablohoney Posted May 29, 2017 Author Share Posted May 29, 2017 Thanks again. Appreciate all the help. We deployed most of the Pulseway Manager clients remotely so , can a similar approach be used to enable Remote Desktop? We have a few endpoints we'd like to enable this feature on without having to have physical access to the machine. Link to comment Share on other sites More sharing options...
Staff Chris Posted May 29, 2017 Staff Share Posted May 29, 2017 If you used the deployment and discovery module, then you could enable these two options on the Probe and then import the settings from the Probe during the deployment. You can read more about it from here https://www.pulseway.com/blog/network-discovery-and-automatic-deployment-guide. Yes, you can enable the Remote Desktop option in the same way: Set-ItemProperty -Path "HKLM:\Software\MMSOFT Design\PC Monitor" -Name EnableRemoteDesktop -Value "1" Once it is done, then you can remote into the system and configure more options for RD connection: ask for user confirmation before allowing any RD connection. BartB 1 Link to comment Share on other sites More sharing options...
pablohoney Posted May 29, 2017 Author Share Posted May 29, 2017 Worked perfectly. Thanks again. Link to comment Share on other sites More sharing options...
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