bdoadmin Posted April 7, 2019 Posted April 7, 2019 I know how to rename the agent name (not computer name) from the computer itself, but how do I do it without physically accessing that machine (using web app)? Thanks.
Staff Chris Posted April 8, 2019 Staff Posted April 8, 2019 Hi @bdoadmin, You may change the system in Pulseway remotely by using the Pulseway Dashboard or using the Powershell command from the Pulseway WebApp -> Systems -> Systems ->select the required system -> PowerShell terminal and run the following command: Set-ItemProperty -Path "HKLM:\Software\MMSOFT Design\PC Monitor\" -Name ComputerName -Value "New_Name_for_the_system" Let us know how it goes. Fred_BD 1
xyzadmin Posted November 6, 2023 Posted November 6, 2023 On 4/8/2019 at 4:30 AM, Chris said: Hi @bdoadmin, You may change the system in Pulseway remotely by using the Pulseway Dashboard or using the Powershell command from the Pulseway WebApp -> Systems -> Systems ->select the required system -> PowerShell terminal and run the following command: Set-ItemProperty -Path "HKLM:\Software\MMSOFT Design\PC Monitor\" -Name ComputerName -Value "New_Name_for_the_system" Let us know how it goes. Hi @Chris and co. Any idea why this doesn't work anymore? I've been using it frequently ever since this post but now it just hangs (webapp variant of it). Thanks.
xyzadmin Posted November 15, 2023 Posted November 15, 2023 Anyone? Even my official support ticket on this has gone unanswered 😑
Administrators Anne Posted November 16, 2023 Administrators Posted November 16, 2023 Hi @xyzadmin We just ran the script on one of our pc's and it seems to be in working order, Can you forward me your Support ticket to that I can elevate it. Thanks a mill, StefanÂ
ADrew Posted November 16, 2023 Posted November 16, 2023 Works fine for us as well - I've used the script over the past few days, renaming all of our PCs so they're easy to identify.
shidiq Posted May 8 Posted May 8 On 4/8/2019 at 6:30 PM, Chris said: Set-ItemProperty -Path "HKLM:\Software\MMSOFT Design\PC Monitor\" -Name ComputerName -Value "New_Name_for_the_system" Â Hi, I tried this for Windows User (endpoint), but it doesn't work for MacOS endpoint. Does the command is different?
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