【发布时间】:2019-12-05 23:28:45
【问题描述】:
我想从安装在我的本地 VM 中的 Isilon 服务器检索文件夹信息。
以下是我需要收集的 FolderInfo:CreateDate、AccessDate、ModifyDate、DirName、FileCount、Count、Size、FullAccessPath
使用链接http://doc.isilon.com/onefs/7.0.2/help/en-us/
我看到我可以从 powershell 的扩展属性中获取这些信息(CreateDate、AccessDate、ModifyDate、DirName、FileCount、Count、Size)。谁能帮我检索文件夹或文件的完整访问路径。
【问题讨论】:
-
到目前为止你尝试了什么?
-
为了检索目录的完整路径,我没有找到任何方法。
标签: powershell isilon