mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-14 14:27:22 +00:00
Corrected code block that wasn't rendered
This commit is contained in:
parent
c0528c4694
commit
b354b6ed90
@ -153,11 +153,13 @@ Support for Windows Server, version 1803 and Windows 2019 provides deeper insigh
|
|||||||
|
|
||||||
b. Run the following PowerShell command to verify that the passive mode was configured:
|
b. Run the following PowerShell command to verify that the passive mode was configured:
|
||||||
|
|
||||||
```Get-WinEvent -FilterHashtable @{ProviderName="Microsoft-Windows-Sense" ;ID=84}```
|
```PowerShell
|
||||||
|
Get-WinEvent -FilterHashtable @{ProviderName="Microsoft-Windows-Sense" ;ID=84}
|
||||||
|
```
|
||||||
|
|
||||||
c. Confirm that a recent event containing the passive mode event is found:
|
c. Confirm that a recent event containing the passive mode event is found:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
3. Run the following command to check if Windows Defender AV is installed:
|
3. Run the following command to check if Windows Defender AV is installed:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user