Skip to content

Commit

Permalink
Added direct Intune cloud deployment to AppControl Manager (#542)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
HotCakeX authored Jan 18, 2025
1 parent e76585a commit c96ace6
Show file tree
Hide file tree
Showing 5 changed files with 826 additions and 38 deletions.
2 changes: 1 addition & 1 deletion AppControl Manager/App.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public App()
{
this.InitializeComponent();

Logger.Write("App Startup");
Logger.Write($"App Startup, .NET runtime version: {Environment.Version}");

// Give beautiful outline to the UI elements when using the tab key and keyboard for navigation
// https://learn.microsoft.com/en-us/windows/apps/design/style/reveal-focus
Expand Down
1 change: 1 addition & 0 deletions AppControl Manager/AppControl Manager.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@
<PackageReference Include="CommunityToolkit.WinUI.Lottie" Version="8.1.240821" />
<PackageReference Include="CommunityToolkit.WinUI.UI.Controls.DataGrid" Version="7.1.2" />
<PackageReference Include="Microsoft.Graphics.Win2D" Version="1.3.1" />
<PackageReference Include="Microsoft.Identity.Client" Version="4.67.2" />
<PackageReference Include="Microsoft.Windows.CsWin32" Version="0.3.106">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
Loading

0 comments on commit c96ace6

Please sign in to comment.