Skip to content

Commit

Permalink
Updated {Create} Intune Integration Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
NikCharlebois committed Oct 30, 2024
1 parent 703a81a commit f152aee
Showing 1 changed file with 26 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,32 @@
TenantId = $TenantId;
CertificateThumbprint = $CertificateThumbprint;
}
IntuneAppAndBrowserIsolationPolicyWindows10ConfigMgr 'ConfigureAppAndBrowserIsolationPolicyWindows10ConfigMgr'
{
Assignments = @(
MSFT_DeviceManagementConfigurationPolicyAssignments{
deviceAndAppManagementAssignmentFilterType = 'none'
dataType = '#microsoft.graph.groupAssignmentTarget'
groupId = '11111111-1111-1111-1111-111111111111'
}
);
AllowCameraMicrophoneRedirection = "1";
AllowPersistence = "0";
AllowVirtualGPU = "0";
AllowWindowsDefenderApplicationGuard = "1";
ClipboardFileType = "1";
ClipboardSettings = "0";
Description = 'Description'
DisplayName = "App and Browser Isolation";
Ensure = "Present";
Id = '00000000-0000-0000-0000-000000000000'
InstallWindowsDefenderApplicationGuard = "install";
SaveFilesToHost = "0";
RoleScopeTagIds = @("0");
ApplicationId = $ApplicationId;
TenantId = $TenantId;
CertificateThumbprint = $CertificateThumbprint;
}
IntuneAppCategory 'IntuneAppCategory-Data Management'
{
Id = "a1fc9fe2-728d-4867-9a72-a61e18f8c606";
Expand Down

0 comments on commit f152aee

Please sign in to comment.