Mar 08, 2018
Here's a script to create users across multiple LB's.
- Configure the credentials you want to use to login
- Configure the credentials of the new user.
- Configure a list of the LB's you want to create the user on. Example:
This would create the user on 192.168.1.10 and 192.168.2.20
$Loadbalancers = @("192.168.1.10", 192.168.2.20)
Then run the script. 🙂
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)