Posted March 2, 20196 yr Is there any way to give an endpoint a custom name inside of Pulseway without having to remote into the endpoint and change it in the agent? Â
March 4, 20196 yr Author How long can I expect to wait fore this question will be changed to public so I can get an answer? I am on a trial and have limited time. Thanks.
March 4, 20196 yr Staff Hi @RobertBasil, Currently you can change the Computer Name into the Pulseway by running the following Powershell command. Please update this PS line with the new name for the system and then run it on the system for which you want to change the name. Set-ItemProperty -Path "HKLM:\Software\MMSOFT Design\PC Monitor\" -Name ComputerName -Value "New_Name_for_your_system_here" And then simply copy the line, modify the value between quotation marks and run it from the Pulseway WebApp -> Systems -> Systems -> system_name -> PowerShell  Please let me know how it goes.
Create an account or sign in to comment