Configuration Manager Report on Client Shared Folders

Chris Perkins 0 Reputation points
2023-02-14T16:11:15.8+00:00

Is it possible to generate a report regarding a client's shared folders?

I have used third party tools that are able to do this in the past, but have recently deployed ConfigMgr and was hoping to leverage this technology where possible.

I have located a few old posts regarding SMS2003 and CM2012, but I am on the latest CB, and was hoping there was something more current.

Essentially, I am looking to identify any clients that have shared folders, and identify the SMB share permissions. I am not concerned with NTFS permissions (yet).

I have enabled shares within the hardware inventory collection, on the recommendation of another sysadmin, but I don't understand where this information is stored, or if it is even what I'm looking for.

Thank you!

Chris

Microsoft Security Intune Configuration Manager Other
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Garth Jones 1,666 Reputation points MVP
    2023-02-14T18:27:47.19+00:00

    The CM12 post should still be valid. keep in mind this might be a bit of data.

    0 comments No comments

  2. AllenLiu-MSFT 49,311 Reputation points Microsoft External Staff
    2023-02-15T06:03:35.5+00:00

    Hi, @Chris Perkins

    Thank you for posting in Microsoft Q&A forum.

    After you enabled shares within the hardware inventory collection and the hardware inventory executed on clients, we can get the info about share folder in the database, we can use the query to get the result:

    select b.Name0, a.Name0, a.Path0, a.Description0 from v_GS_SHARE a
    
    join v_R_System b on a.ResourceID=b.ResourceID
    
    

    1


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Add comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.