Print out share folders?

Ask a Question related to Windows Server, Design and Development.

  1. #1

    Default Print out share folders?

    Hello All,
    Is there a way that i can create a print out of all folder shares as well as
    users/groups permissions and rights, existing on a server?
    TIA,
    Altria


    Altria Guest

  2. Similar Questions and Discussions

    1. Duplicate folders being created within folders
      I am noticing that since we started using Contribute on our website that duplicate folders are being created within the folder. For example - I have...
    2. Accessing files/folders inside other application folders
      How can I have an asc file from one application read text files in another applications directory? I have multiple applications creating text...
    3. Error message when accessing share folders
      I receive the following when I click on the share folder of the laptop in my network. "\\Laptop is not accessible. You mighjt not have not have...
    4. Can't share folders/files/printers
      I just set up a home network. I can see both computers, but I can only access the shares one but not the other (access denied). Is there a...
    5. Making folders and sub-folders and files NOT read-only
      I select a folder. I right click my mouse on that folder and select properties. I uncheck the Read Only checkbox. I click on Apply. I check the...
  3. #2

    Default Re: Print out share folders?

    Altria" <urbantec92@msn.com> wrote in message
    news:eALn0WSXEHA.1652@TK2MSFTNGP09.phx.gbl...
    > Hello All,
    > Is there a way that i can create a print out of all folder shares as well
    as
    > users/groups permissions and rights, existing on a server?
    Mmm, that would be dead handy... Bet you need a 3rd party app for it
    though..

    --
    Jason Aspinall
    Replies to group please, duff email used to combat spam.
    SPAM: I don't like the stuff so stop sending me it!


    Jason Aspinall Guest

  4. #3

    Default Re: Print out share folders?

    You could just run :

    net view \\servername >shares.txt

    that would dump share names from servername (excluding hidden) to the text
    file shares.txt

    I'm unaware of a way to dump permissions or hidden shares :(

    tsc



    "Altria" <urbantec92@msn.com> wrote in message
    news:eALn0WSXEHA.1652@TK2MSFTNGP09.phx.gbl...
    > Hello All,
    > Is there a way that i can create a print out of all folder shares as well
    as
    > users/groups permissions and rights, existing on a server?
    > TIA,
    > Altria
    >
    >

    TheSingingCat Guest

  5. #4

    Default Re: Print out share folders?

    doh, ok -- so there is a way with hidden as well :)

    on the server, just run:

    net share >shares.txt

    :)


    "Altria" <urbantec92@msn.com> wrote in message
    news:eALn0WSXEHA.1652@TK2MSFTNGP09.phx.gbl...
    > Hello All,
    > Is there a way that i can create a print out of all folder shares as well
    as
    > users/groups permissions and rights, existing on a server?
    > TIA,
    > Altria
    >
    >

    TheSingingCat Guest

  6. #5

    Default Print out share folders?

    No way to do that in Windows itself and I can't think of
    any 3rd party apps that would do that either. Sounds
    pretty easy to program however. Anyone that knows basic
    should be able to put that together.

    >-----Original Message-----
    >Hello All,
    >Is there a way that i can create a print out of all
    folder shares as well as
    >users/groups permissions and rights, existing on a
    server?
    >TIA,
    >Altria
    >
    >
    >.
    >
    Precision Guest

  7. #6

    Default Re: Print out share folders?

    Hello,

    [url]http://www.sysinternals.com/ntw2k/source/shareenum.shtml[/url]

    [url]http://www.systemtools.com/hyena/index.html[/url]

    Have fun running it, it will take some time if you have many folders :-)

    --
    Regards,
    Kristofer Gafvert - IIS MVP
    [url]http://www.ilopia.com[/url] - When you need help!


    "Altria" <urbantec92@msn.com> wrote in message
    news:eALn0WSXEHA.1652@TK2MSFTNGP09.phx.gbl...
    > Hello All,
    > Is there a way that i can create a print out of all folder shares as well
    as
    > users/groups permissions and rights, existing on a server?
    > TIA,
    > Altria
    >
    >

    Kristofer Gafvert Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139