Network and Storage Protocols

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

SATISH_PAMARTHI1983
2,349 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
2,349 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