Trying to reset a password for a local user on Windows Server 2012 or 2012 R2 or above. When affinity is set to the TPAMCONSOLE the reset is successful
Changing the affinity to DPA the following lines appear in the output:
WORKAROUND 1
Enable SMB on the target server.
More information can be found here - https://technet.microsoft.com/en-us/library/jj635714(v=wps.630).aspx
The command to Disable SMB v1.0, run this command in PowerShell:
Set-SmbServerConfiguration –EnableSMB1Protocol $false
The command to Enable SMB v1.0:
Set-SmbServerConfiguration –EnableSMB1Protocol $true
WORKAROUND 2
Set the affinity to the TPAMConsole
STATUS
The use of DPA v4 has added support for a DPA to utilize SMBv2 / SMBv3 for Windows password changes.
© 2025 One Identity LLC. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center