[opensuse] Changing Samba password from Windows
Is there any solution to change a samba password from a Windows client, if both computers are not in a NT or AD domain?
From a Linux computer this is easy, but "smbpasswd" is not available on Windows.
# smbpasswd -r remote-samba-host username Set-ADAccountPassword in Powershell is no option because it depends on AD and Active Directory web services. Greetings, Björn -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On Sat, 26 Jan 2019 22:42 CET, Bjoern Voigt wrote:
Is there any solution to change a samba password from a Windows client, if both computers are not in a NT or AD domain?
From a Linux computer this is easy, but "smbpasswd" is not available on Windows.
# smbpasswd -r remote-samba-host username
Set-ADAccountPassword in Powershell is no option because it depends on AD and Active Directory web services.
Greetings, Björn
Urgs, that was a long time ago, but it should still work. The command you look for is "net" esp. the "net user" part. Check with "net /?" and "net user /?" - or was that "net help user"? - first. Cheers, have a nice weekend, - Yamaban.
participants (2)
-
Bjoern Voigt
-
Yamaban