Home
»
Discussion Forums
»
Scripts & Agent Procedures
»
Script to change permissions on a workstation.
Subscribe via RSS
Share this
Similar Posts
Changing Permissions on Scripts
by
LegacyPoster
on
Sep 10, 2009
script to change folder permissions on a folder
by
gconnors
on
Jun 18, 2012
Not Answered
Auditing User permissions on workstations?
by
LegacyPoster
on
Oct 5, 2009
Script to change proxy setting on workstations
by
LegacyPoster
on
Oct 10, 2008
Script to find and change permissions on each file named X
by
Interprom
on
Feb 10, 2011
View More
Details
4
Replies
0
Subscribers
Posted
over 12 years ago
Scripts & Agent Procedures
Script to change permissions on a workstation.
Posted by
LegacyPoster
on
Jan 23, 2009 12:43 AM
I would like to script permission changes on multiple directories on client workstations. For example, I would like to give full access to:
C:\Program Files
C:\windows\temp
(+ a few others)
and the reg key: HKLM\Software\
This is so the end user can install certain updates to applications without granting permission to install full applications. Can i accomplish this with a script?
Legacy Forum Name: Script to change permissions on a workstation.,
Legacy Posted By Username: clomele
You have posted to a forum that requires a moderator to approve posts before they are publicly available.
Posted by
LegacyPoster
on
Jan 23, 2009 1:30 AM
Google "vbscript repository" microsoft has a number of samples there that will let you create a vbscript to adjust permissions. You can't do it with only a Kaseya script, but can use Kaseya to push down the VB and execute it.
Legacy Forum Name: Scripts Forum,
Legacy Posted By Username: doug.jenkins@ispire.ca
You have posted to a forum that requires a moderator to approve posts before they are publicly available.
Posted by
LegacyPoster
on
Jan 23, 2009 2:21 AM
Specifically, google for XCACLS.vbs
I use it all the time for my scripts, and it's really handy
Legacy Forum Name: Scripts Forum,
Legacy Posted By Username: Charles.IN
You have posted to a forum that requires a moderator to approve posts before they are publicly available.
Posted by
LegacyPoster
on
Jan 23, 2009 6:54 AM
Thanks guys! Now VB 101 and I am set! ANy pointers on learning basic scripting and stealing code?
Legacy Forum Name: Scripts Forum,
Legacy Posted By Username: clomele
You have posted to a forum that requires a moderator to approve posts before they are publicly available.
Posted by
LegacyPoster
on
Jan 31, 2009 1:09 AM
You dont even need to use VB, just point your script to download Xcacls.exe from your Kaseya server and work it from a command line.
http://support.microsoft.com/kb/318754
Legacy Forum Name: Scripts Forum,
Legacy Posted By Username: brotharewt
You have posted to a forum that requires a moderator to approve posts before they are publicly available.