chrbb Posted May 14, 2009 Posted May 14, 2009 I'm using net set time on a logon script, but it fails as the users do not have permissions. Is it best to run it as startup script?
sahmeepee Posted May 14, 2009 Posted May 14, 2009 What OS are you running on the desktops? If it's XP and the machines are on a domain it shouldn't be necessary. Are you having problems that necessitate the script? Is the Windows Time service running on the affected desktops?
chrbb Posted May 14, 2009 Author Posted May 14, 2009 Yeah it's xp and server 2003, I run it to synch the time with the server. When a domain user logs on the script says something like the user does not hold permissions.
7andY Posted May 21, 2009 Posted May 21, 2009 In a W2K3 Domain, you should only set the PDC Emulator server to synchronise with an external source. We use SWGfL for our ISP, so, on the PDC Emulator I used: net time /setsntp ntp.ifl.org.net to set an external source. All the other DCs will sync with the PDC automatically, and Domain PCs will then sync with one of the DCs as part of their logon process. Cheers, 7&Y
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now