Hi!
The built in report functions are quite few in ONTAP.
I have some reports running via PS toolkit scripts, but I'm very new to PS.
I have a customer who want to have reports on file usage on different folders in their folder structure.
From CLI you can se inodes/files if you run:
vserver security file-directory show -vserver vs1 -path /vol1/qtree1/folder1/folder2
There you´ll get "File Inode Number: xxxx"
Is there a way to get the same information with Powershell Toolkit, to get it to a report?
Or is there any better way to do this?
Thanks