Jump to content

Change Group Name Via Automated Script?


pablohoney

Recommended Posts

  • Staff

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"

 

Link to comment
Share on other sites

  • 1 year later...

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

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