You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AppControl Manager has reduced permissions for Intune
Using reduced permissions for Intune deployment to adhere to the least privilege principle.
The policyID will be properly reflected to the Intune portal.
Version bump.
Dependency version update.
Document update.
<!-- INFO (for legacy UWP but its info can be used for better understanding): https://learn.microsoft.com/en-us/uwp/schemas/appxpackage/uapmanifestschema/root-elements -->
Copy file name to clipboardExpand all lines: Wiki posts/App Control for Business/How To Create and Maintain Strict Kernel-Mode App Control Policy.md
+21-1
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,27 @@ Navigate to the [Create App Control policy](https://github.com/HotCakeX/Harden-W
27
27
28
28
## Creating the Supplemental Policy
29
29
30
-
After restarting the system and relaunching the AppControl Manager, navigate to the [Create Supplemental Policy](https://github.com/HotCakeX/Harden-Windows-Security/wiki/Create-Supplemental-App-Control-Policy#create-kernel-mode-supplemental-policy) page. Scroll down to the `Kernel-mode policy` section.
30
+
After restarting the system and relaunching the AppControl Manager, navigate to the [System Information](https://github.com/HotCakeX/Harden-Windows-Security/wiki/System-Information) page. Press the `Retrieve Policies` button, locate the Strict kernel-mode base policy, and remove it from the system.
31
+
32
+
<br>
33
+
34
+
<imgsrc="https://raw.githubusercontent.com/HotCakeX/.github/8a4f06e919efc7ddd5b833203445ac9ea64b184c/Pictures/PNG%20and%20JPG/How%20To%20Create%20and%20Maintain%20Strict%20Kernel-Mode%20App%20Control%20Policy/Remove%20base%20policy.png"alt="Removing app control policy using AppControl Manager">
35
+
36
+
<br>
37
+
38
+
<br>
39
+
40
+
Once removed, redeploy the same base policy using the [Create App Control policy](https://github.com/HotCakeX/Harden-Windows-Security/wiki/Create-App-Control-Policy) page, but this time ensure that Audit Mode is disabled.
41
+
42
+
<br>
43
+
44
+
<imgsrc="https://raw.githubusercontent.com/HotCakeX/.github/d14d7437685416117edda8a56496180a2047984f/Pictures/PNG%20and%20JPG/How%20To%20Create%20and%20Maintain%20Strict%20Kernel-Mode%20App%20Control%20Policy/redeploy%20base%20policy%20in%20enforced%20mode.png"alt="redeploy strict kernel mode base policy in enforced mode">
45
+
46
+
<br>
47
+
48
+
<br>
49
+
50
+
Now navigate to the [Create Supplemental Policy](https://github.com/HotCakeX/Harden-Windows-Security/wiki/Create-Supplemental-App-Control-Policy#create-kernel-mode-supplemental-policy) page. Scroll down to the `Kernel-mode policy` section.
Copy file name to clipboardExpand all lines: Wiki posts/App Control for Business/How To Upload App Control Policies To Intune Using AppControl Manager.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -46,9 +46,9 @@ By ensuring these permissions are in place, you can seamlessly deploy App Contro
46
46
47
47
## Select Policies To Deploy
48
48
49
-
Select one or more XML files to deploy to Intune. You have the option to deploy them as-is (unsigned) or cryptographically sign them before deployment. Each XML file will be deployed as a separate Intune configuration policy, as Intune does not allow two OMA-URI custom policies to exist within the same configuration policy.
49
+
Select one or more XML files to deploy to Intune. You have the option to deploy them as-is (unsigned) or cryptographically sign them before deployment. Each XML file will be deployed as a separate Intune configuration policy for better management of policies.
50
50
51
-
The name defined in the XML file will become the name of the corresponding Intune configuration policy visible in the Intune portal.
51
+
The name specified in the XML file will appear as the name of the corresponding Intune configuration policy in the Intune portal. Similarly, the policy ID from the XML file will be used as the uploaded policy's ID, enabling easy identification of policies on workstations after deployment.
52
52
53
53
You can optionally use the `Refresh` button and select a group to assign to the policies you upload to Intune.
0 commit comments