Skip to content

Commit 417c34f

Browse files
Update configure-attack-disruption.md
Minor edit in the Get-ItemProperty section to improve readability. Added a CR/LF and added the word "or" between the two PowerShell commands.
1 parent 8e355ce commit 417c34f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

defender-xdr/configure-attack-disruption.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ The following are prerequisites for configuring automatic attack disruption in M
4545
The Minimum Sense Agent version required for the **Contain User** action to work is v10.8470. You can identify the Sense Agent version on a device by running the following PowerShell command:
4646

4747
> Get-ItemProperty -Path 'Registry::HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Advanced Threat Protection\' -Name "InstallLocation"
48+
> or
4849
> Get-ItemProperty -Path 'Registry::HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Advanced Threat Protection\Status' -Name "MsSenseDllVersion"
4950
5051
#### Automation setting for your organizations devices

0 commit comments

Comments
 (0)