About 708,000 results
Open links in new tab
  1. PowerShell script to send me email alerts of Event Viewer errors ...

    Jan 14, 2021 · You can subscribe to Event Log via email by setting a scheduled task which will receive the notice of a new event and deliver it by email. From the Task Scheduler, you start …

  2. PowerShell Gallery | Get-AuditReport.ps1 1.0

    This PowerShell script allows to audit several file servers and send a report in CSV and HTML by mail. CSV file can be import on Excel to generate a File Audit Report. HTML report can filter …

  3. Get-MailboxAuditLoggingReport.ps1 - GitHub

    Checks the Payroll mailbox for mailbox audit log entries from the last 48 hours. .EXAMPLE .\Get-MailboxAuditLoggingReport.ps1 -Mailbox Payroll -hours 48 -SendEmail -MailFrom …

  4. Create an Interactive HTML Report for Office 365 with PowerShell

    Jul 11, 2018 · Using the PowerShell module “ReportHTML“, we can create beautiful and interactive HTML reports. Below I will walk you through a report I spent some time creating …

  5. PSHTML Email Reports - Jess Pomfret

    Nov 18, 2023 · Using the PSHTML PowerShell module to send beautiful email reports, and of course dbatools to get the data from SQL Server. I’ve been meaning to write a blog about the …

  6. Powershell script that will alert me when a certain windows event ...

    Oct 4, 2022 · Verify that your user account can access the event log. Get-WinEvent -MaxEvents 10 -FilterHashTable @{Logname = "System" } Take the event id's that you can read and then …

  7. Crafting Stunning HTML Reports with PowerShell – TheLinuxCode

    Dec 27, 2023 · Its built-in reporting tools open up a world of possibilities when it comes to converting eyesore system logs into gorgeous, customizable HTML reports. In this guide, I‘ll …

  8. Event Log Email Alerts with PowerShell | Brian Lachniet

    Jul 28, 2013 · Have you ever wanted to send out email alerts when an particular event appears in the Windows Event Log? The Task Scheduler provides the ability to send out emails when an …

  9. Powershell script to query event logs and send email

    May 31, 2017 · I need a hand in writing a powershell script. The script needs to query the event logs and and look for an event from “Task Scheduler” called Test reboot that happened in the …

  10. powershell - Trying to get data from event logs into html in email

    Apr 2, 2016 · I figured out one way to do this: $EasLog = Get-EventLog -logName EDEN.AppServer -AFTER $lastCheck.Date | Where-Object {$_.EntryType -eq 'Error'} | …

  11. Some results have been removed
Refresh