- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2021 09:39 AM
For around 500 different models of TMS endpoints, I would like to update the Admin password for every three months.
Any script is available to do it via device SSH? Like loading all 500 device IP addresses and updating password automatically via script one by one.
Solved! Go to Solution.
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2021 04:01 PM
It will depend a bit on the models and software versions of the endpoints you're running, but as an example you can SSH in to an CE9.14 endpoint and use the following command to change the password from "TheOldOne" to "TheNewOne":
xcommand UserManagement User Passphrase Change OldPassphrase: TheOldOne NewPassphrase: TheNewOne
Please remember to mark helpful responses and to set your question as answered if appropriate.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2021 04:01 PM
It will depend a bit on the models and software versions of the endpoints you're running, but as an example you can SSH in to an CE9.14 endpoint and use the following command to change the password from "TheOldOne" to "TheNewOne":
xcommand UserManagement User Passphrase Change OldPassphrase: TheOldOne NewPassphrase: TheNewOne
Please remember to mark helpful responses and to set your question as answered if appropriate.
