1

While in research I seen a post

Change system date programmatically

This is how to change the DateTime of local system. I want to change date of a Remote system, by giving the IP Address or Computer Name.

Any help would be appreciated .

Thanks

Community
  • 1
  • 1
Sreekumar P
  • 5,900
  • 11
  • 57
  • 82
  • That question does have an answer discussing using WMI, and you can [use WMI remotely](http://blogs.technet.com/b/heyscriptingguy/archive/2007/11/16/hey-scripting-guy-how-can-i-set-the-date-and-time-on-a-computer.aspx), I believe – Damien_The_Unbeliever Nov 22 '11 at 10:12

1 Answers1

0

you can use psexec to execute your code remotely.

OSH
  • 2,847
  • 3
  • 25
  • 46