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 16, 2024
1 parent 875d799 commit 5158539
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2663,6 +2663,18 @@
TenantId = $TenantId;
CertificateThumbprint = $CertificateThumbprint;
}
IntuneSecurityBaselineMicrosoftEdge 'mySecurityBaselineMicrosoftEdge'
{
DisplayName = 'test'
InsecurePrivateNetworkRequestsAllowed = "0";
InternetExplorerIntegrationReloadInIEModeAllowed = "0";
InternetExplorerIntegrationZoneIdentifierMhtFileAllowed = "0";
InternetExplorerModeToolbarButtonEnabled = "0";
Ensure = 'Present'
ApplicationId = $ApplicationId;
TenantId = $TenantId;
CertificateThumbprint = $CertificateThumbprint;
}
IntuneSettingCatalogASRRulesPolicyWindows10 'myASRRulesPolicy'
{
DisplayName = 'asr 2'
Expand Down

0 comments on commit 5158539

Please sign in to comment.