Skip to content

Commit f14961c

Browse files
committed
Learn Editor: Update enable-network-protection.md
1 parent d179d99 commit f14961c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

defender-endpoint/enable-network-protection.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,9 +213,11 @@ Use the following procedure to enable network protection on domain-joined comput
213213

214214
#### Important information about removing Exploit Guard settings from a device
215215

216-
Once an Exploit Guard policy is deployed using Configuration Manager, Exploit Guard settings aren't removed from the clients if you remove the deployment. Furthermore, if you remove the client's Exploit Guard deployment, `Delete not supported` is recorded in the client's `ExploitGuardHandler.log` in Configuration Manager. <!--CMADO8538577-->
216+
Once an Exploit Guard policy is deployed using Configuration Manager, Exploit Guard settings aren't removed from the clients if you remove the deployment. Furthermore, if you remove the client's Exploit Guard deployment, `Delete not supported` is recorded in the client's `ExploitGuardHandler.log` in Configuration Manager.
217+
<!--CMADO8538577-->
217218

218-
Use the following PowerShell script in the SYSTEM context to remove Exploit Guard settings correctly:<!--CMADO9907132-->
219+
Use the following PowerShell script in the SYSTEM context to remove Exploit Guard settings correctly:
220+
<!--CMADO9907132-->
219221

220222
```powershell
221223
$defenderObject = Get-WmiObject -Namespace "root/cimv2/mdm/dmmap" -Class "MDM_Policy_Config01_Defender02" -Filter "InstanceID='Defender' and ParentID='./Vendor/MSFT/Policy/Config'"

0 commit comments

Comments
 (0)