views:

350

answers:

1

I tried command like below. But can't see server time.

psexec \\SERVER_NAME -i -u USERNAME -p PWD "C:\WINDOWS\system32\cmd.exe /c time /t"

Or is there any alternative? Thanks.

+2  A: 

net time \SERVER_NAME

Ps. This question really belongs at ServerFault.

Anders Abel