Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Is there anyway to generate report from NAS to get the folder owner info

2013-12-03
01:30 AM
2,781 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
