Tag: domain
How to use psexec to remotely update machines time (from domain)?
In my previous posts you can find info how to install psexec. When you’re already done with this process, you can start updating clock settings on remote machines. Set time psexec64 -s /user:domain\user -i \\remote_ip net time \\domain_controller /set /y Will output: Bieżąca godzina na \\domain_controller to 2018-08-28 09:55:00. At least in polish Windows 😀 […]
How to change computer name remotely using Windows 7?
There is a command line tool called netdom. Unfortunately it’s not preinstalled on Windows 7. This guide will show how to add this tool to your system and how to change remote computer name.