Navigation: Command Line Applications > ServiceSecure > Usage |
Command Line Parameters
srvsec [\\servername] [username] [password] [/restart]
Examples
Example 1: Enumerate all services on host \\server1
srvsec \\server1
Example 2: Show all services on host \\fileserver that are using the DOMAIN\Administrator account
srvsec \\fileserver DOMAIN\Administrator
Example 3: Change the service password of all services that are using the DOMAIN\SrvAcc username to "yUye$#34ww:"
srvsec DOMAIN\SrvAcc yUye$#34ww:
Example 4: Change the service password of all services running on \\dbserver1 that are using the .\User1 username to "blaUip432" and restart the modified services
srvsec \\dbserver1 .\User1 blaUip432 /restart
Example 5: Change the service password of all services running on \\dbserver1 that are using the wupdup username to "blaUip432" and restart the modified services
srvsec \\dbserver1 wupdup blaUip432 /changepwd /restart
|