Folder Access Listing

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Seok Bee

    Folder Access Listing

    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
  • Cor Ligthert [MVP]

    #2
    Re: Folder Access Listing

    Seok,

    I assume that you mean that you mean a piece of code,

    Have a look for that to directoryinfo class



    Cor

    "Seok Bee" <seokbee@yahoo. com> schreef in bericht
    news:65DB941E-CE48-4DD6-A59A-11AF8E92B712@mi crosoft.com...[color=blue]
    > 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[/color]


    Comment

    • Seok Bee

      #3
      Re: Folder Access Listing

      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]" <notmyfirstname @planet.nl> wrote in message
      news:uERfaJ1mGH A.1208@TK2MSFTN GP03.phx.gbl...[color=blue]
      > 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/de...classtopic.asp
      >
      > Cor
      >
      > "Seok Bee" <seokbee@yahoo. com> schreef in bericht
      > news:65DB941E-CE48-4DD6-A59A-11AF8E92B712@mi crosoft.com...[color=green]
      >> 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[/color]
      >
      >[/color]


      Comment

      • Cor Ligthert [MVP]

        #4
        Re: Folder Access Listing

        Seok,

        I don't know but here is a complete message about your question in this
        newsgroup.



        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


        "Seok Bee" <seokbee.lim@te knion.com.my> schreef in bericht
        news:us0nhS1mGH A.4960@TK2MSFTN GP04.phx.gbl...[color=blue]
        > 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]" <notmyfirstname @planet.nl> wrote in message
        > news:uERfaJ1mGH A.1208@TK2MSFTN GP03.phx.gbl...[color=green]
        >> 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/de...classtopic.asp
        >>
        >> Cor
        >>
        >> "Seok Bee" <seokbee@yahoo. com> schreef in bericht
        >> news:65DB941E-CE48-4DD6-A59A-11AF8E92B712@mi crosoft.com...[color=darkred]
        >>> 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[/color]
        >>
        >>[/color]
        >
        >[/color]


        Comment

        Working...