Fixed more issues from reviewer

This commit is contained in:
jsuther1974 2021-04-20 14:42:49 -07:00
parent 713ebd875b
commit 2eb8ddb238
3 changed files with 7 additions and 7 deletions

View File

@ -25,17 +25,17 @@
##### [Create a WDAC policy for fixed-workload devices](create-initial-default-policy.md) ##### [Create a WDAC policy for fixed-workload devices](create-initial-default-policy.md)
##### [Microsoft recommended block rules](microsoft-recommended-block-rules.md) ##### [Microsoft recommended block rules](microsoft-recommended-block-rules.md)
##### [Microsoft recommended driver block rules](microsoft-recommended-driver-block-rules.md) ##### [Microsoft recommended driver block rules](microsoft-recommended-driver-block-rules.md)
#### [Using the WDAC Wizard tool](wdac-wizard.md) #### [Use the WDAC Wizard tool](wdac-wizard.md)
##### [Create a base WDAC policy with the Wizard](wdac-wizard-create-base-policy.md) ##### [Create a base WDAC policy with the Wizard](wdac-wizard-create-base-policy.md)
##### [Create a supplemental WDAC policy with the Wizard](wdac-wizard-create-supplemental-policy.md) ##### [Create a supplemental WDAC policy with the Wizard](wdac-wizard-create-supplemental-policy.md)
##### [Editing a WDAC policy with the Wizard](wdac-wizard-editing-policy.md) ##### [Editing a WDAC policy with the Wizard](wdac-wizard-editing-policy.md)
##### [Merging multiple WDAC policies with the Wizard](wdac-wizard-merging-policies.md) ##### [Merging multiple WDAC policies with the Wizard](wdac-wizard-merging-policies.md)
## [WDAC deployment guide](windows-defender-application-control-deployment-guide.md) ## [WDAC deployment guide](windows-defender-application-control-deployment-guide.md)
### [Deploy WDAC policies using MDM](deploy-windows-defender-application-control-policies-using-intune.md) ### [Deploy WDAC policies with MDM](deploy-windows-defender-application-control-policies-using-intune.md)
### [Deploy WDAC policies using MEMCM](deployment/deploy-wdac-policies-using-memcm.md) ### [Deploy WDAC policies with MEMCM](deployment/deploy-wdac-policies-with-memcm.md)
### [Deploy WDAC policies using script](deployment/deploy-wdac-policies-using-script.md) ### [Deploy WDAC policies with script](deployment/deploy-wdac-policies-with-script.md)
### [Deploy WDAC policies using Group Policy](deploy-windows-defender-application-control-policies-using-group-policy.md) ### [Deploy WDAC policies with Group Policy](deploy-windows-defender-application-control-policies-using-group-policy.md)
### [Audit WDAC policies](audit-windows-defender-application-control-policies.md) ### [Audit WDAC policies](audit-windows-defender-application-control-policies.md)
### [Merge WDAC policies](merge-windows-defender-application-control-policies.md) ### [Merge WDAC policies](merge-windows-defender-application-control-policies.md)
### [Enforce WDAC policies](enforce-windows-defender-application-control-policies.md) ### [Enforce WDAC policies](enforce-windows-defender-application-control-policies.md)

View File

@ -35,8 +35,8 @@ MEMCM includes native support for WDAC, which allows you to configure Windows 10
- [Optional] Reputable apps as defined by the Intelligent Security Graph (ISG) - [Optional] Reputable apps as defined by the Intelligent Security Graph (ISG)
- [Optional] Apps and executables already installed in admin-definable folder locations that MEMCM will allow through a one-time scan during policy creation on managed endpoints. - [Optional] Apps and executables already installed in admin-definable folder locations that MEMCM will allow through a one-time scan during policy creation on managed endpoints.
For more information on using MEMCM's native WDAC policies, see [Windows Defender Application Control management with Configuration Manager](https://docs.microsoft.com/mem/configmgr/protect/deploy-use/use-device-guard-with-configuration-manager) For more information on using MEMCM's native WDAC policies, see [Windows Defender Application Control management with Configuration Manager](/mem/configmgr/protect/deploy-use/use-device-guard-with-configuration-manager)
## Deploy custom WDAC policies using Packages/Programs or Task Sequences ## Deploy custom WDAC policies using Packages/Programs or Task Sequences
Using MEMCM's built-in policies can be a helpful starting point, but customers may find the available circle-of-trust options available in MEMCM too limiting. To define your own circle-of-trust, you can use MEMCM to deploy custom WDAC policies using [script-based deployment](deploy-wdac-policies-using-script.md) via Software Distribution Packages and Programs or Operating System Deployment Task Sequences. Using MEMCM's built-in policies can be a helpful starting point, but customers may find the available circle-of-trust options available in MEMCM too limiting. To define your own circle-of-trust, you can use MEMCM to deploy custom WDAC policies using [script-based deployment](deploy-wdac-policies-with-script.md) via Software Distribution Packages and Programs or Operating System Deployment Task Sequences.