joeNOR > 2021-11-17 09:23
scottkillen > 2021-11-17 10:14
Jean Lalonde > 2021-11-17 10:20
joeNOR > 2021-11-17 10:40
Jean Lalonde > 2021-11-17 10:49
joeNOR > 2021-11-17 11:03
and as I said, not that big of a deal.joeNOR > 2021-11-22 13:43
Get-WinEvent -FilterHashTable @{LogName = "Application", "System"; Level=1,2; StartTime=((Get-Date).AddDays(-7))} | Out-File -Path $env:temp\pwshOut.txtpwsh -c "pwsh -c {Get-WinEvent -FilterHashTable @{LogName = \"Application\", \"System\"; Level=1,2; StartTime=((Get-Date).AddDays(-7))} | Out-File -Path $env:temp\pwshOut.txt}"-c "pwsh -c {Get-WinEvent -FilterHashTable @{LogName = \"Application\", \"System\"; Level=1,2; StartTime=((Get-Date).AddDays(-7))} | Out-File -Path $env:temp\pwshOut.txt}"Jean Lalonde > 2021-11-22 14:48