asked on
The Microsoft Legacy Operating System topic includes legacy versions of Microsoft operating systems prior to Windows 2000: All versions of MS-DOS and other versions developed for specific manufacturers and Windows 3/3.1, Windows 95 and Windows 98, plus any other Windows-related versions, and Windows Mobile.
TRUSTED BY
netsh -r <servername> -u <username> -p <password>
Once connected, you can then issue the rest of netsh commands.
Another route is to use psexec to connect and then execute netsh
Yet another method is to create a netsh config file for the server and store it on a network share, and execute:
netsh -r <servername> -f <\\sharename\configfile>