From 4b1654034961edac9be939b0bbaad7319a2cb209 Mon Sep 17 00:00:00 2001 From: Teresa-Motiv Date: Tue, 15 Oct 2019 14:24:52 -0700 Subject: [PATCH] Edit --- .../information-protection/bitlocker/troubleshoot-bitlocker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/security/information-protection/bitlocker/troubleshoot-bitlocker.md b/windows/security/information-protection/bitlocker/troubleshoot-bitlocker.md index a0d4ec37f8..cb5e3a7609 100644 --- a/windows/security/information-protection/bitlocker/troubleshoot-bitlocker.md +++ b/windows/security/information-protection/bitlocker/troubleshoot-bitlocker.md @@ -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 ```