Sven Hazejager
2002-Nov-24 18:18 UTC
[Samba] Change administrator password remotely with Samba?
Hi, I need to change the local administrator password on a number of Windows 2000 machines in our network. I would like to do this automatically from our FreeBSD server. Is it possible to use Samba for this? Of course, the passwords are known. Thank you in advance. Regards, Sven
Tim Potter
2002-Nov-25 05:57 UTC
[Samba] Change administrator password remotely with Samba?
On Sun, Nov 24, 2002 at 07:16:57PM +0100, Sven Hazejager wrote:> I need to change the local administrator password on a number of Windows > 2000 machines in our network. I would like to do this automatically from > our FreeBSD server. Is it possible to use Samba for this? Of course, the > passwords are known.Use smbpasswd: smbpasswd -r SERVER -U Administrator If SERVER is a domain controller this will change the domain administrator password. If SERVER is a domain member then the local administrator password will be changed. Tim.