General discussion
-
CreatorTopic
-
August 14, 1999 at 11:43 am #2080498
Net time logon script
Lockedby mgm · about 23 years ago
My Net Time script does not always work. Some stations adjust the time and some don’t. It always works if I do it from the command prompt though. I have client for Microsoft and Novell installed. Any ideas.
I alreay checked technet and did what Microsoft said, use the DOS Editor instead of notepad, ect.
Topic is locked -
CreatorTopic
All Comments
-
AuthorReplies
-
-
August 16, 1999 at 5:24 pm #3902605
Net time logon script
by johnr · about 22 years, 12 months ago
In reply to Net time logon script
Is the problem related to the user ? Perhaps on your NT workstations the users do not have change time priviledges.
-
September 20, 2000 at 7:01 pm #3794372
Net time logon script
by mgm · about 21 years, 10 months ago
In reply to Net time logon script
The question was auto-closed by TechRepublic
-
-
August 17, 1999 at 6:53 am #3902598
Net time logon script
by coily2 · about 22 years, 12 months ago
In reply to Net time logon script
Have you taken a look at TimeServ that comes with the NT resource kit? This utility operates independently of the logged on user, so rights shouldn’t come into play.
Hope this helps.
-
September 20, 2000 at 7:01 pm #3794373
Net time logon script
by mgm · about 21 years, 10 months ago
In reply to Net time logon script
The question was auto-closed by TechRepublic
-
-
August 20, 1999 at 5:05 am #3902559
Net time logon script
by rene · about 22 years, 12 months ago
In reply to Net time logon script
the following is my net time script and it works everytime.
net time \\servername /set /yes
If yours is different perhaps you could post it and we can look at it.
Rene Paquin
rpaquin@wlu.ca-
September 20, 2000 at 7:01 pm #3794374
Net time logon script
by mgm · about 21 years, 10 months ago
In reply to Net time logon script
The question was auto-closed by TechRepublic
-
-
August 20, 1999 at 6:24 am #3902558
Net time logon script
by carl_ramkarran · about 22 years, 12 months ago
In reply to Net time logon script
Most likely its a “User Rights” issue.
Go into User Manager for Domains and and select “Policy” then “User Rights”. Under the Rights section pull down the menu and select “Change System Time”. Then “Add” your appropriate group such as “Domain Users”.CR
-
September 20, 2000 at 7:01 pm #3794375
Net time logon script
by mgm · about 21 years, 10 months ago
In reply to Net time logon script
The question was auto-closed by TechRepublic
-
-
August 24, 1999 at 5:53 am #3902516
Net time logon script
by g_doranfam · about 22 years, 11 months ago
In reply to Net time logon script
Need to give user rights on the local machine to change to time.
-
September 20, 2000 at 7:01 pm #3794376
Net time logon script
by mgm · about 21 years, 10 months ago
In reply to Net time logon script
The question was auto-closed by TechRepublic
-
-
August 26, 1999 at 5:26 am #3902850
Net time logon script
by horvatnk · about 22 years, 11 months ago
In reply to Net time logon script
try this it worked fine when i set it up to
run on a school network
i put it in a login script
net time \\server /set /yes-
September 20, 2000 at 7:01 pm #3794377
Net time logon script
by mgm · about 21 years, 10 months ago
In reply to Net time logon script
The question was auto-closed by TechRepublic
-
-
September 1, 1999 at 4:35 am #3902794
Net time logon script
by gat0r · about 22 years, 11 months ago
In reply to Net time logon script
We operate under Microsoft ZAK (Zero Administration Kit) and we also had the problem where people could not update their time. The problem was the local users group did not have the Set system time right. now to go in and set this up for 500 users wouldtake you a while so we incorporated a step in our ntlogon script. We use a small exe program called NTRIGHTS to achieve this now. It is in our netlogon script now and works great. here is a sample:
\\server_bdc\netlogon\ntrights.exe -u users +r sesystemtimeprivilege
then :
net time \\server_bdc /SET /YES
-
September 20, 2000 at 7:01 pm #3794378
Net time logon script
by mgm · about 21 years, 10 months ago
In reply to Net time logon script
The question was auto-closed by TechRepublic
-
-
September 13, 1999 at 5:44 am #3901326
Net time logon script
by joeh · about 22 years, 11 months ago
In reply to Net time logon script
Hi,
I have had a look at some of the answer that you have been given, and they are correct about the user accounts. There is a free utility called Kixart that you can use as well. It will run as a shell during the user logon, and that shell can have the required rights. Then the script runs as a batch job within that shell, so instead of dealing with a lot of user accounts, you only need to deal with on account for the shell to run in. Hope this helps.
Regards,
Joe-
September 20, 2000 at 7:01 pm #3794379
Net time logon script
by mgm · about 21 years, 10 months ago
In reply to Net time logon script
The question was auto-closed by TechRepublic
-
-
September 16, 1999 at 1:09 pm #3901240
Net time logon script
by torield · about 22 years, 11 months ago
In reply to Net time logon script
It is a problem of “rights” to set the time
in the Local Workstation.
I did experience the same problem and I found through the TECHNET what Microsoft
solution was and it worked for me.
It follows:
1 – At the Workstation – the user (or Domain User) must be part of the Administrators Local Group.
2 – At the Workstation – in User Manager –
User Rights – you need to allow rights to that user loging into that Workstation.
Check the left bottom box to expand and show all rights available.
The rights that need to be assigned are :
* change the system time
* replace an access token
* modify a process level
I am trying to remember these rights but I am not seating at an NT workstation so if
you need the precise “right” I will be glad to check thewording for you but I believe
what I mentionned is very close.-
September 20, 2000 at 7:01 pm #3794380
Net time logon script
by mgm · about 21 years, 10 months ago
In reply to Net time logon script
The question was auto-closed by TechRepublic
-
-
September 20, 2000 at 7:01 pm #3794371
Net time logon script
by mgm · about 21 years, 10 months ago
In reply to Net time logon script
This question was auto closed due to inactivity
-
-
AuthorReplies