NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform. You will still be able to view content, but posting and replying will be temporarily disabled.
We're excited to launch our new Community experience on July 30 and more information will follow soon.
Stay connected during the transition - Join our Discord community today.

Network and Storage Protocols

Is there anyway to generate report from NAS to get the folder owner info

SATISH_PAMARTHI1983
3,221 Views

Hi Friends,

i've query from customer as below:

Is there anyway to generate report from NAS to get the folder owner info

i hope with scripts can be done but 100% not sure.

Appreciated your sharings.

Thanks,

Satish.

1 REPLY 1

waldrop
3,221 Views

Satish,

There isn't a way to generate a report from the NAS directly.  This is something you may want to explore running from some sort of external tool or script.  A simple cmd for example using powershell that may provide what you need:

get-acl *.* | format-list -property Path, Owner

Marc

Public