Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added direct Intune cloud deployment to AppControl Manager #542

Merged

Conversation

HotCakeX
Copy link
Owner

@HotCakeX HotCakeX commented Jan 17, 2025

You can now use AppControl Manager to deploy App Control policies with 1 click/tap to your entire Intune-managed fleet of workstations. Simply authenticate with your tenant and then deploy the policies in the app as you normally would. The entire process is very simple, automated and fast.

Learn more in this page => https://github.com/HotCakeX/Harden-Windows-Security/wiki/Deploy-App-Control-Policy

Implemented Intune policy deployment
@HotCakeX HotCakeX added the Enhancement 💯 New feature or request label Jan 17, 2025
@HotCakeX HotCakeX self-assigned this Jan 17, 2025
@Copilot Copilot bot review requested due to automatic review settings January 17, 2025 20:02

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 3 out of 5 changed files in this pull request and generated no comments.

Files not reviewed (2)
  • AppControl Manager/AppControl Manager.csproj: Language not supported
  • AppControl Manager/Pages/Deployment.xaml: Language not supported
Comments suppressed due to low confidence (2)

AppControl Manager/Pages/Deployment.xaml.cs:27

  • The variable 'deployToIntune' should be initialized to avoid potential issues when it's used before being set.
private bool deployToIntune;

AppControl Manager/Pages/Deployment.xaml.cs:775

  • Potential race condition: Ensure 'groupID' is properly set before using it in 'DeployToIntunePrivate'. Consider using a more synchronous approach to avoid this issue.
groupID = IntuneGroupsComboBox.SelectedItem as string;
Added Cancel sign in button and policy name to Intune
@HotCakeX HotCakeX merged commit c96ace6 into main Jan 18, 2025
2 checks passed
@HotCakeX HotCakeX deleted the Added-direct-Intune-cloud-deployment-to-AppControl-Manager branch January 18, 2025 10:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement 💯 New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for Direct local to cloud deployment of App Control policies in AppControl Manager
1 participant