Hi all,
Trying to create quotas using powerShell. All is good except that I would like to email a report to the owner of the file that exceeds the threshold. I can add email addresses to the comand line ok but I would like it to detect who the owner is. I must be able to do it as there is an option in the GUI to ;Send reports to the user who exceeded the threshold'
$Action = New-FsrmAction Report -ReportType QuotaUsage -mailto "[Source File Owner Email]"
All help would be appreciated.