p2pe service changePwd
Command to change service password.
On Windows operating systems execute the command from an Administrator Command Prompt. Right-click the Command Prompt and select Run as Administrator.
Linux
p2pe service changePwd [flags]
Windows
p2pe.exe service changePwd [flags]
| Flag | Description | 
|---|---|
| --oldPwd | Current password. | 
| --newPwd | New password. | 
| [--client] | Path to directory containing extracted service client. (Default .) | 
| --help | Help for the command. | 
Linux Example
p2pe service changePwd --oldPwd Welcome@123 --newPwd newpassword@123
Windows Example
p2pe.exe service changePwd --oldPwd Welcome@123 --newPwd newpassword@123