cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
985
Views
30
Helpful
4
Replies

Bulk password change via API or script for multiple Video Endpoints

Deepak K
Level 1
Level 1

Hello,

we have more then 400+ devices and we need to change password on all device (Room OS + CE device ).

I have following command for this:

xCommand UserManagement User Passphrase Change NewPassphrase: value, OldPassphrase: value

 

I need change password for all device. Its very time consuming to change the password via GUI or CLI for each device.

Is there any script for this (python or java or powershell) ?
Any help on this will be appreciated.

4 Replies 4

If you have the command you can create your own script for this.



Response Signature


I have the command, however don't know how to execute the command with script for multiple devices

 

xCommand UserManagement User Passphrase Change NewPassphrase: value, OldPassphrase: value

Jonathan Schulenberg
Hall of Fame
Hall of Fame

You may want to check out the CE-Deploy project.

https://github.com/voipnorm/CE-Deploy

Thanks for response.
I did checked the CE deploy installer .exe file and password update option is there with all other option, however I am looking for a script only as I cant install the CE deploy in client machine.