- Network Time Synchronization
- Posted by Mike24 on April 2nd, 2008
Hello Discussion Group,
I am looking to add a script that whenever a client computer logs onto the
domain (Windows SBS 2003, Windows XP Pro Clients) that it will set the SNTP
to an address of 192.168.1.1. Has anyone ever had any experience with doing
this or are there tips on how to do this that someone could provide?
Thanks!
Mike
--
Michael Weeks
MAR-TEST, Inc.
IT Manager
- Posted by Larry Struckmeyer on April 2nd, 2008
Hi
This group is for older versions of SBS. You may get more response in the
SBS 2003 Newsgroup.
SBS public Newsgroups:
SBS 4.x: microsoft.public.backoffice.smallbiz
SBS 2000: microsoft.public.backoffice.smallbiz2000
SBS 2003: microsoft.public.windows.server.sbs
if your current news server does not carry these groups you should
be able to connect directly to news.microsoft.com
If you reply, or post the the 2003 group, can you tell us why you wish to do
this and what device lives at .1.1?
--
Larry
Please post the resolution to
your issue so that all can benefit.
"Mike24" <Mike24@discussions.microsoft.com> wrote in message
news:E29F6271-8AF4-4250-A6C1-DFD650F6E721@microsoft.com...
- Posted by Duncan McC on April 2nd, 2008
In article <E29F6271-8AF4-4250-A6C1-DFD650F6E721@microsoft.com>, Mike24
@discussions.microsoft.com says...
Can you not use the 'net time' command? - to do what you want.
Is 192.168.1.1 a DC?
Type 'net time /?' - for help on it. Or dig up a document on the MS
website called 'wintimeserve.doc'.
--
Duncan
- Posted by Mike24 on April 3rd, 2008
Thanks for the reply!!
Sorry, I was unaware that this discussion group was not part of the SBS 20003.
To answer your question, on .1.1 there is NTP time server that we have on
our network. I use the net time /setsntp:192.168.1.1 command, I just need to
know how to get it into a script to run anytime a computer logs onto the
network. Any ideas?
Thanks!
--
Michael Weeks
MAR-TEST, Inc.
IT Manager
"Larry Struckmeyer" wrote:
- Posted by Duncan McC on April 3rd, 2008
In article <F04F54A7-8F63-4B6C-A24A-9F174233D0B3@microsoft.com>, Mike24
@discussions.microsoft.com says...
Put it in the sbs login script:
SBS_LOGIN_SCRIPT.bat
--
Duncan
- Posted by Larry Struckmeyer on April 3rd, 2008
What is the device at that ip? A Windows computer? Can you issue the
command from the command line that you use to sync? If you can do that,
Duncan nailed it. The login script is the way to go.
--
Larry
Please post the resolution to
your issue so that all can benefit.
"Duncan McC" <hard@work.ok> wrote in message
news:MPG.22601a0ce60270c8989951@news.microsoft.com ...