Jump to content

Automate Enable User Support Request


pablohoney

Recommended Posts

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

  • Staff

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

Link to comment
Share on other sites

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

  • Staff

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.

Link to comment
Share on other sites

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...