Smart questions
Smart answers
Smart people
INTELLIGENT WORK FORUMS
FOR COMPUTER PROFESSIONALS

Member Login

Come Join Us!

Are you a
Computer / IT professional?
Join Tek-Tips now!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!

Join Tek-Tips
*Tek-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

LINK TO THIS FORUM!

Add Stickiness To Your Site By Linking To This Professionally Managed Technical Forum.
Just copy and paste the
code below into your site.

Partner With Us!

"Best Of Breed" Forums Add Stickiness To Your Site
Partner Button
(Download This Button Today!)

Feedback

"...Thank you for the best reply I've ever had to a forum question - it's extremely comprehensive and legible and answers my query thoroughly..."

Geography

Where in the world do Tek-Tips members come from?
randyQ (IS/IT--Management)
2 Oct 07 12:50
We have pushed several updates out through scripts in GPOs.  The scripts are applied to the computer policy, startup scripts.  They vary from resetting rights using cacls, to installing updates of existing software.

The problem, is that they are not getting these updates.  I have checked, and they are not on a slow link (I disabled slow link detection anyway).  I have also physically gotten onto a machine and ran gpupdate.  gpresult says that they are getting the correct policies, and that they ran successfully at the correct time, but I am not seeing the changes.

Below is one of the scripts that I am running.  Maybe it is something in there.

CODE

@ECHO OFF
CLS

IF EXIST "C:\Program Files\Kansas Assessment\KCA.44" GOTO STOPRUN

START /W "" MsiExec.exe /i "\\server01\files\KCA Fixes\KCA_4.4.msi" /passive

COPY /Y "\\server01\files\KCA Fixes\system.properties" "c:\Program Files\Kansas Assessment\Conf\"

COPY /Y "\\server01\files\KCA Fixes\KCA.44" "c:\Program Files\Kansas Assessment\"

DEL /F /Q "c:\Documents and Settings\All Users\Desktop\KCA Tutorials.lnk"

:STOPRUN

CACLS "c:\Program Files\Kansas Assessment" /T /E /C /G Users:W

CACLS "c:\Program Files\Java" /T /E /C /G Users:C

EXIT

I have several other issues with these laptops, including local security rights getting all jacked up for no reason.  But I think that is something for another forum.  Thanks for your time.

Reply To This Thread

Posting in the Tek-Tips forums is a member-only feature.

Click Here to join Tek-Tips and talk with other members!

Close Box

Join Tek-Tips® Today!

Join your peers on the Internet's largest technical computer professional community.
It's easy to join and it's free.

Here's Why Members Love Tek-Tips Forums:

Register now while it's still free!

Already a member? Close this window and log in.

Join Us             Close