1. Get a list of all UNC shared folders on a local network

    https://stackoverflow.com/questions/3567063

    I'm trying to get a list of all shared folders available on a local intranet server. The System.IO.Directory.GetDirectories() works fine for a path like \\myServer ...

    • Code sample

      private DataTable GetSharedFolderAccessRule() {
        DataTable DT = new DataTable();
        try {
          DT.Columns.Add("ShareName");
          DT.Columns.Add("Caption");...
  2. Managing File Shares with Windows PowerShell

    windowsitpro.com › Management & Mobility

    27/03/2014 · Managing File Shares with Windows PowerShell. ... Using WMI to Create a Local Share. ... the current ACL for the RobsShare remote share using the Get-Acl ...

  3. Win32_Share class (Windows) - msdn.microsoft.com

    https://msdn.microsoft.com/en-us/library/aa394435(v=vs.85).aspx

    The Win32_Share class ... Local path of the Windows share ... and list all the share permissions for each share. The Get Share Information similar to ...

  4. https://msdn.microsoft.com/fr-fr/library/windows/desktop/dn505783...

    API Sets available in Windows 8 and Windows Server 2012.

  5. directory - Get physical path of network share in DOS …

    https://stackoverflow.com/questions/7472955

    Simple question but I can't seem to find or figure out the answer. I have a variable which indicates a windows network share, e.g. \\myBoxName\networkshare\shared ...

  6. Script Get Network Information of Local and Remote ...

    gallery.technet.microsoft.com › … › Repository › Networking

    12/06/2014 · Get Network Information of Local and Remote Computer using PowerShell. Hi,I think this is a very useful script for those who are handeling a lots of servers.

  7. Windows 8 DLL File Information - srvcli.dll - NirSoft

    www.nirsoft.net/dll_information/windows8/srvcli_dll.html

    The following DLL report was generated by automatic DLL script that scanned and loaded all DLL files in the system32 directory of Windows 8, extracted the information ...

  8. Script Get-Share Permissions

    gallery.technet.microsoft.com › … › Repository › Storage

    10/09/2012 · Get-Share Permissions This little script will enumerate all the shares on a computer, and list the share-level permissions for each share. It uses WMI to ...

  9. Network Shares and UNC paths - CodeProject

    www.codeproject.com › … › Internet / Network › Network

    Network Shares and UNC paths. ... you may not have permissions to access the SHARE_INFO_2 information, ... Wanted a way to get info with the smallest amount of ...

  10. Windows 10 DLL File Information - srvcli.dll

    windows10dll.nirsoft.net/srvcli_dll.html

    LocalShareGetInfo: LocalShareGetInfoEx; LocalShareSetInfo: NetConnectionEnum: NetFileClose: NetFileEnum; NetFileGetInfo: NetRemoteTOD: NetServerAliasAdd ...