Re: Change permission remotely
For changing the ACLs, try this script:
http://support.microsoft.com/?id=825751
There are many script examples available to show you how to process multiple
computer names in a text file.
http://www.microsoft.com/technet/scriptcenter/
"Sam Chan" <schan17@xxxxxxxxxx> wrote in message
news:cY_Be.2456$Y54.65@xxxxxxxxxxxxxxxxxxxxx
> Hi,
> I would like to change security permission for everyone from "no access"
> to "read only" on each temp folder. I have about 200 computers to reset.
> Is it a way to do it by VBscript?
>
> Thanks
>
.
Relevant Pages
- Re: Script access - IIS 6
... Script, and the Python interpreter EXE is the ScriptEngine that executes the ... > ACLs from those default web directories. ... > is IUSR) for anonymous and the logged in user for any other authentication ... > I have reset the ACL to allow anonymous access and everything works. ... (microsoft.public.inetserver.iis.security) - Re: how to (r)sync group-ownerships?
... logfiles while starting affected services, ... I remember once makine a script that recursively (on the ... target machine, then reapplying the acls there. ... (comp.os.linux.misc) - Re: LDAP Query for "User Cannot Change Password"
... Pretty good link if you need a script. ... >> Here is my Query String ... As Joe mentiones it's set in the ACLs, ... > has the option set. ... (microsoft.public.windows.server.active_directory) - RE: [fw-wiz] Automatic ACL update on Cisco boxes
... "lock and key" site:cisco.com ... dynamic ACL RADIUS site:cisco.com ... I guess you could work from there to script something user friendly. ... > remove ACLs ... (Firewall-Wizards) - Re: AWK problem need help
... The script is as follows: ... printf ("PAT:%s\n", $prev) ... The latter would print the field at whatever position "var" contains, and the whole record if var is zero or unset. ... Also, you don't need the " " as the final argument to splitas that's the default, and awk arrays start at 1, not 0 so "lastline" will always be empty. ... (comp.unix.shell) |
|