Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 WMI 中,如何找到远程挂载的文件系统的文件系统类型?即CIFS、NFS等...
我可以从 MSFT_Disk 类中获取挂载类型,但是远程逻辑及其文件系统呢?
提前致谢,
该类包含有关 Windows 中映射驱动器的信息Win32_MappedLogicalDisk。具体来说,您需要查询该FileSystem属性。请注意,如果您在未创建设备名称(例如net use \\Server\Share)的情况下连接到共享,则它看起来不会出现在结果中。
Win32_MappedLogicalDisk
FileSystem
net use \\Server\Share