|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Folder Access ListingHi All,
Currently I have a storage server to allow users to store their files in a central location. In this server, there are many sub-folders for different departments. What I would like to do is to have a script to generate a listing that will show in each folder who are the users accessible to the folder and what are the permission granted to them. Please guide me on this how can I come out with the script. Thank you. Regards, Seok Bee Seok,
I assume that you mean that you mean a piece of code, Have a look for that to directoryinfo class http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemiodirectoryinfoclasstopic.asp Cor Show quoteHide quote "Seok Bee" <seok***@yahoo.com> schreef in bericht news:65DB941E-CE48-4DD6-A59A-11AF8E92B712@microsoft.com... > Hi All, > > Currently I have a storage server to allow users to store their files in a > central location. In this server, there are many sub-folders for different > departments. > > What I would like to do is to have a script to generate a listing that > will > show in each folder who are the users accessible to the folder and what > are > the permission granted to them. > > Please guide me on this how can I come out with the script. > > Thank you. > > Regards, > Seok Bee Thanks Cor,
However the link that you provided is meant for getting the directories/folder information. Do you have any idea on writing a script to get the list of users and the permission granted? Show quoteHide quote "Cor Ligthert [MVP]" <notmyfirstn***@planet.nl> wrote in message news:uERfaJ1mGHA.1208@TK2MSFTNGP03.phx.gbl... > Seok, > > I assume that you mean that you mean a piece of code, > > Have a look for that to directoryinfo class > > http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemiodirectoryinfoclasstopic.asp > > Cor > > "Seok Bee" <seok***@yahoo.com> schreef in bericht > news:65DB941E-CE48-4DD6-A59A-11AF8E92B712@microsoft.com... >> Hi All, >> >> Currently I have a storage server to allow users to store their files in >> a >> central location. In this server, there are many sub-folders for >> different >> departments. >> >> What I would like to do is to have a script to generate a listing that >> will >> show in each folder who are the users accessible to the folder and what >> are >> the permission granted to them. >> >> Please guide me on this how can I come out with the script. >> >> Thank you. >> >> Regards, >> Seok Bee > > Seok,
I don't know but here is a complete message about your question in this newsgroup. http://groups.google.com/group/microsoft.public.dotnet.languages.vb/msg/084083372279bbbb The OP had some questions on that, and the discussion in the full thread (see options) will probably help you further, I hope this helps, Cor Show quoteHide quote "Seok Bee" <seokbee.***@teknion.com.my> schreef in bericht news:us0nhS1mGHA.4960@TK2MSFTNGP04.phx.gbl... > Thanks Cor, > > However the link that you provided is meant for getting the > directories/folder information. > Do you have any idea on writing a script to get the list of users and the > permission granted? > > > "Cor Ligthert [MVP]" <notmyfirstn***@planet.nl> wrote in message > news:uERfaJ1mGHA.1208@TK2MSFTNGP03.phx.gbl... >> Seok, >> >> I assume that you mean that you mean a piece of code, >> >> Have a look for that to directoryinfo class >> >> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemiodirectoryinfoclasstopic.asp >> >> Cor >> >> "Seok Bee" <seok***@yahoo.com> schreef in bericht >> news:65DB941E-CE48-4DD6-A59A-11AF8E92B712@microsoft.com... >>> Hi All, >>> >>> Currently I have a storage server to allow users to store their files in >>> a >>> central location. In this server, there are many sub-folders for >>> different >>> departments. >>> >>> What I would like to do is to have a script to generate a listing that >>> will >>> show in each folder who are the users accessible to the folder and what >>> are >>> the permission granted to them. >>> >>> Please guide me on this how can I come out with the script. >>> >>> Thank you. >>> >>> Regards, >>> Seok Bee >> >> > > |
|||||||||||||||||||||||