I would like to retrieve folder info from Isilon server which is installed in my Local VM.
Below are the FolderInfo that i required to collect: CreateDate, AccessDate, ModifyDate, DirName,FileCount,Count,Size, FullAccessPath
using the link http://doc.isilon.com/onefs/7.0.2/help/en-us/
I see that i can get these information (CreateDate, AccessDate, ModifyDate, DirName,FileCount,Count,Size) from Extended property of the powershell. Can any one help me on retrieving the fullaccesspath of the folder or file.