The Wiert Corner – irregular stream of stuff

Jeroen W. Pluimers on .NET, C#, Delphi, databases, and personal interests

  • My badges

  • Twitter Updates

  • My Flickr Stream

  • Pages

  • All categories

  • Enter your email address to subscribe to this blog and receive notifications of new posts by email.

    Join 4,261 other subscribers

view what your system has shared

Posted by jpluimers on 2010/06/18

Sometimes you want to know which network shares your system exposes to the outside world.

For me (I’m a keyboard addict), the easiest way is to run the “net share” command on the command-line.

The output looks like this:

C:\Users\jeroenp>net share

Share name   Resource                        Remark

-------------------------------------------------------------------------------
C$           C:\                             Default share
D$           D:\                             Default share
IPC$                                         Remote IPC
ADMIN$       C:\Windows                      Remote Admin
Users        C:\Users
The command completed successfully.

–jeroen

3 Responses to “view what your system has shared”

  1. Onno said

    Thanks, this is very usefull :)

    Onno.

  2. IL said

    To view what remote system is sharing
    net view \\remote-computer-name-or-ip-address

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.