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 Dec 16, 2024
1 parent e6c8796 commit b5833c4
Showing 1 changed file with 25 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3055,6 +3055,31 @@
TenantId = $TenantId;
CertificateThumbprint = $CertificateThumbprint;
}
IntuneSecurityBaselineWindows10 'mySecurityBaselineWindows10'
{
DisplayName = 'test'
DeviceSettings = MSFT_MicrosoftGraphIntuneSettingsCatalogDeviceSettings_IntuneSecurityBaselineWindows10
{
Pol_MSS_DisableIPSourceRoutingIPv6 = '1'
DisableIPSourceRoutingIPv6 = '0'
BlockExecutionOfPotentiallyObfuscatedScripts = 'block'
HardenedUNCPaths_Pol_HardenedPaths = '1'
pol_hardenedPaths = @(
MSFT_MicrosoftGraphIntuneSettingsCatalogpol_hardenedpaths{
Key = '\\*\SYSVOL'
Value = 'RequireMutualAuthentication=1,RequireIntegrity=1'
}
)
}
UserSettings = MSFT_MicrosoftGraphIntuneSettingsCatalogUserSettings_IntuneSecurityBaselineWindows10
{
AllowWindowsSpotlight = '1'
}
Ensure = 'Present'
ApplicationId = $ApplicationId;
TenantId = $TenantId;
CertificateThumbprint = $CertificateThumbprint;
}
IntuneSettingCatalogASRRulesPolicyWindows10 'myASRRulesPolicy'
{
DisplayName = 'asr 2'
Expand Down

0 comments on commit b5833c4

Please sign in to comment.