The CM12 post should still be valid. keep in mind this might be a bit of data.
Configuration Manager Report on Client Shared Folders
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
2 answers
Sort by: Most helpful
-
-
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
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.