This commit is contained in:
Teresa-Motiv 2019-10-15 14:24:52 -07:00
parent 9e5bb57946
commit 4b16540349

View File

@ -68,7 +68,7 @@ You can use Get-WinEvent in an elevated PowerShell window to display filtered in
```
- To export TPM-related information:
```
```ps
Get-WinEvent -FilterHashtable @{LogName='System'} | Where-Object -Property Message -Match 'TPM' | Export-Csv -Path System-TPM.csv
```