C# - 如何获取有权访问远程计算机上共享文件夹的用户/组列表
我想用 C# 编写一段代码来列出有权访问(读/写/完全)服务器上共享文件夹的所有用户/组。
例如:我有一个共享文件夹 \servername\MyData。现在我想列出有权访问此文件夹的用户/组。
I wanted to write a code in C# to list all the users/groups having access (Read/Write/Full) to a shared folder on a server.
For Example: I have a shared folder \servername\MyData. Now I wanted to list the users/groups who have access to this folder.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这应该会让你指向正确的方向,我无法测试它,但应该是类似的东西。
This should get you pointed in the right direction, I can't test it atm but should be something similar.