neon Posted November 10, 2009 Posted November 10, 2009 I have a probelem on one random computer, its an admin machine, and I have set up permissions for the user to access resources on the ciriculum server. I have done this for many users and know that there should be no issue, however intermitantly the user loses the permissions and is requested to put the password in to no avail... after loggin off and back on it restores itself and is fine, just wondering if there was any script either .bat or .vbs that I could drop on the desktop to imitate a log off... ie refresh network connections? ive tried ipconfig /renew and it doesnt work... also tried net use * /delete /y and then remap and that doesnt work either... Any help would be great...
andy_nic Posted November 10, 2009 Posted November 10, 2009 try an .cmd file with "gpupdate/force" as the code. do test the code first, as that was just out the top of my head so could be wrong.
Michael Posted November 10, 2009 Posted November 10, 2009 How about stopping and starting the DHCP client service? net stop "DHCP Client" net start "DHCP Client"
neon Posted November 10, 2009 Author Posted November 10, 2009 Thanks guys, when the problem happens again I will try both and let you know!
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