pablohoney Posted May 30, 2017 Posted May 30, 2017 Is there a script that can be used to change the group name on the Pulseway Manager client for a particular machine? This would help us reorganize a few machines without having the need to remote in to them. Thank you.
Staff Chris Posted June 2, 2017 Staff Posted June 2, 2017 Yes, it is possible. Please run the following script: Set-ItemProperty -Path "HKLM:\Software\MMSOFT Design\PC Monitor\" -Name GroupName -Value "New name for the Group" Â
pablohoney Posted June 2, 2017 Author Posted June 2, 2017 Hi Chris, Thank you. This will help out tremendously.
JDAIII Posted July 24, 2018 Posted July 24, 2018 Is there a script in order to change the system names via an automated script like I can change the group name? Â Also, is there a mac equivalent to changing the group name via an automated script?
MichaelS Posted July 25, 2018 Posted July 25, 2018 Hi JDAIII,  System names can be easily edited from PowerShell with help of the below script. Set-ItemProperty -Path "HKLM:\Software\MMSOFT Design\PC Monitor\" -Name ComputerName -Value "your_system_name"  Would you like to set your Pulseway computer name to the actual hostname simply leave the 'value' blank Set-ItemProperty -Path "HKLM:\Software\MMSOFT Design\PC Monitor\" -Name ComputerName -Value ""  Unfortunately the same is not supported for MacOS, and any changes will need to be done manually. Really sorry about that...
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