JustPaste
HomeCategoriesAboutDonateContactTerms of UsePrivacy Policy
JustPaste

Free online notepad — write and share instantly

Navigate

  • Home
  • Timeline
  • Categories

Info

  • About
  • Donate
  • Contact

Legal

  • Terms of Use
  • Privacy Policy

© 2026 JustPaste.app. All rights reserved.

Made with ♥ by JustPaste

Untitled Page | JustPaste.app
16 days ago5 views
👨‍💻Programming
Get-WinEvent -LogName "Microsoft-Windows-AppLocker/EXE and DLL" -MaxEvents 100 |
    Where-Object {
        $_.Id -eq 8004 -and
        $_.TimeCreated -gt (Get-Date).AddMinutes(-30)
    } |
    Select-Object TimeCreated, Message |
    Format-List
← Back to timeline