Let Users Update Hotfixes

Several methods exist for updating patches: using a Microsoft tool such as Group Policy or Microsoft Systems Management Server (SMS), using a third-party tool, and manually repairing machines. When workstations require patches, users typically can't install them themselves—for security reasons, most users don't have local machine administrator rights.

However, users can often update their own patches. You need to create a global security group in Active Directory's (AD's) OU group (I call my security group patches_installer), then add the global group to every workstation's local administrator group. This action makes every Windows NT user ID in the patches_installer global group a local machine administrator. To automatically add this global group to the local machine administrator group, run a batch file that contains the following line:

net localgroup administrators
   "domain\patches_installer" /ADD

For security, keep the global group empty (i.e., don't add any user IDs to the group) so that users don't become machine local administrators by default.

When you need to patch a hotfix, add domain\domain users or an individual user ID to the patches_installer global group; use the OU group to centrally control the global group. Tell users to log off and log on again. Users will then have local machine administrator permissions to install patches.

After the patches are updated, remove all members from the patches_installer global group. Users will lose administrator rights after restarting their PC.

Please or Register to post comments.

IT/Dev Connections

Las Vegas
September 30th - October 4th

Paul ThurottYou'll have the opportunity to experience:
• The Microsoft
Technology Roadmap
• Office 365 Implementation
• Hyper-V Optimizing
• Windows 8 Deployment
and much more!

Come See Paul Thurrott & Rod Trent in Person!

Early Registration Now Open

Upcoming Training

Mastering System Center 2012

During over 6 hours of training you can join John Savill from your computer as he will walk you through the key components and capabilities of System Center 2012, what’s involved in using the components, and the benefit they can bring to your environment.

Register Now

Current Issue

May 2013 - The NameTranslate object is useful when you need to translate Active Directory object names between different formats, but it's awkward to use from PowerShell. Here's a PowerShell script that eliminates the awkwardness.

CURRENT ISSUE / ARCHIVE / SUBSCRIBE

Windows Forums

Get answers to questions, share tips, and engage with the Windows Community in our Forums.