Hi
i want to migrate a customer from BC15 to BC18 (OnPremise, with NavUserPassword authentification)
All works well, except that user password are lost !
I must use Set-NAVServerUser xxx
-Password (yyy)
to set a new password
What is wrong ?
Hello,
You can specify a new password and tell the user the new password (and via PowerShell you can have the user reset it after first logon).
Best is of course to use Azure AD authentication where this is handled via Office 365 / Azure.
Thanks.
Thank you for you answer
i know how to use powershell, but it's exactly what i do NOT want to do ...
(because i don't know users password ...)
Hello,
Use this first:
$pass = Read-Host "Enter Password" -AsSecureString
Then new $pass after -Password.
Thanks.
Sohail Ahmed
754
YUN ZHU
698
Super User 2025 Season 1
Mansi Soni
529