Hi,
Anyone has a tip on how to search all NFS datastores for an ISO files bypassing the ".snapshot*" folders.
What I had tried:
"dir -Recurse vmstores:\ -Include *.iso | select name,folderpath,lastwritetime,length||out-gridview"
But the above line does not skip the snapshot folders and it takes forever to scan due to the snapshot folders.
Any suggestions would be greatly accepted.
BR