Quantcast
Viewing all articles
Browse latest Browse all 3821

SQL Query Help to display all Volume and Folder Policy in FSA

Oui, j'ai besoin d'une solution

Hi,

I have written this SQL query to display UNC Name, Volume Name and Policy associated with the volume.

select FileServerEntry.UncName, FileServerVolumeEntry.VolumeName, dbo.PolicyEntry.poName
from PolicyEntry
inner join VolumePolicyEntry
on PolicyEntry.poPolicyEntryId=VolumePolicyEntry.poPolicyEntryId
inner join FileServerVolumeEntry
on FileServerVolumeEntry.VolumePolicyEntryId=VolumePolicyEntry.VolumePolicyEntryId
inner join FileServerEntry
on FileServerEntry.FileServerEntryId=FileServerVolumeEntry.FileServerEntryId
order by FileServerEntry.UncName ASC
 
Can anyone please help to modify this to include Folder Path and Policy applied to a Folder as well for all Target File server?
 
 
Many Thanks

 

8448131
1362501648

Viewing all articles
Browse latest Browse all 3821

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>