How to reset Admin password in PU and how to create a new username and password

Product: PowerShell Universal
Version: 1.5.9

tried to reset admin password thru authontication script and no luck in fact it broke the database.

can someone post a code on how to reset admin password and if you want to create a new account with its own unique password.

Thanks.

NM i figured it out using
$Credential.GetNetworkCredential().password

1 Like