mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-17 15:57:23 +00:00
Edit
This commit is contained in:
parent
9e5bb57946
commit
4b16540349
@ -68,7 +68,7 @@ You can use Get-WinEvent in an elevated PowerShell window to display filtered in
|
|||||||
```
|
```
|
||||||
|
|
||||||
- To export TPM-related information:
|
- To export TPM-related information:
|
||||||
```
|
```ps
|
||||||
Get-WinEvent -FilterHashtable @{LogName='System'} | Where-Object -Property Message -Match 'TPM' | Export-Csv -Path System-TPM.csv
|
Get-WinEvent -FilterHashtable @{LogName='System'} | Where-Object -Property Message -Match 'TPM' | Export-Csv -Path System-TPM.csv
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user