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
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.txt
pwsh -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