On 18/07/2023 09:46, Paul Littlefield via samba wrote:> Is there a way to rename a computer on the Samba Domain? > > > On a Windows Server there is:- > > netdom.exe renamecomputer localhost /newname WKS033 /reboot > > or > > Rename-Computer WKS001 > Restart-Computer > > > Thanks, >There is 'net dom renamecomputer', see 'man net' for more information. Rowland
On 18/07/2023 10:01, Rowland Penny via samba wrote:> There is 'net dom renamecomputer', see 'man net' for more information.Thanks, I shall try that. I was not sure that a Windows command would work on a Samba DC. :) Paully