Is it possible to craete a script which enables me to automate adding/disabling folder permissions for many folders?
or adding and removing users from a permision list for a certain folder?
Printable View
Is it possible to craete a script which enables me to automate adding/disabling folder permissions for many folders?
or adding and removing users from a permision list for a certain folder?
yes
thanx for answering, but i'd appreciate it if someone could tell me how!
mm u can use file system object for this
or also IIS object
find more about IIS see www.microsoft.com
Are you sure that FSO is used for permissions? If so, could you give me a code example, cause I though FSO was only for files & directories, and not permissions.
I agree with Kings - I've never seen FSO used for setting permissions
Try looking at, kinda difficult looking.
http://msdn.microsoft.com/library/de..._directory.asp
Also, there might be a way thru ADSI, and there should be NT APIs to do this as well.
Sory for that i give only an idea..
i also give the second choice IIS Object..
for that
sory again...
and thanks for increasing my knowledge.