mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-13 05:47:23 +00:00
Merged PR 10314: added appx
added appx
This commit is contained in:
commit
7fca6dc63a
@ -7,7 +7,7 @@ ms.mktglfcycl: deploy
|
|||||||
ms.sitesec: library
|
ms.sitesec: library
|
||||||
ms.pagetype: security
|
ms.pagetype: security
|
||||||
author: brianlic-msft
|
author: brianlic-msft
|
||||||
ms.date: 09/21/2017
|
ms.date: 08/02/2018
|
||||||
---
|
---
|
||||||
|
|
||||||
# Delete an AppLocker rule
|
# Delete an AppLocker rule
|
||||||
@ -43,6 +43,7 @@ Use the Set-AppLockerPolicy cmdlet with the -XMLPolicy parameter, using an .XML
|
|||||||
<RuleCollection Type="Msi" EnforcementMode="NotConfigured" />
|
<RuleCollection Type="Msi" EnforcementMode="NotConfigured" />
|
||||||
<RuleCollection Type="Script" EnforcementMode="NotConfigured" />
|
<RuleCollection Type="Script" EnforcementMode="NotConfigured" />
|
||||||
<RuleCollection Type="Dll" EnforcementMode="NotConfigured" />
|
<RuleCollection Type="Dll" EnforcementMode="NotConfigured" />
|
||||||
|
<RuleCollection Type="Appx" EnforcementMode="NotConfigured" />
|
||||||
</AppLockerPolicy>
|
</AppLockerPolicy>
|
||||||
|
|
||||||
To use the Set-AppLockerPolicy cmdlet, first import the Applocker modules:
|
To use the Set-AppLockerPolicy cmdlet, first import the Applocker modules:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user