Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 312 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 312 Bytes

azure-ag-report

Reporting for Azure Application Gateway.

To Use:

$pr = Get-AGProfile
$report = New-AGReport($pr)
Send-MailMessage -Body $report -BodyAsHtml -From <fromaddress> `
                 -Subject "Application Gateway Report" -SmtpServer <smtpserver> -To $configuration.recipients