Resource Type: dsc_intunedevicecompliancepolicywindows10

Defined in:
lib/puppet/type/dsc_intunedevicecompliancepolicywindows10.rb

Overview

The DSC IntuneDeviceCompliancePolicyWindows10 resource type. Automatically generated from version 1.21.1222.1

Properties

  • dsc_activefirewallrequired

    ActiveFirewallRequired of the Windows 10 device compliance policy.

  • dsc_antispywarerequired

    AntiSpywareRequired of the Windows 10 device compliance policy.

  • dsc_antivirusrequired

    AntivirusRequired of the Windows 10 device compliance policy.

  • dsc_applicationid

    Id of the Azure Active Directory application to authenticate with.

  • dsc_applicationsecret

    Secret of the Azure Active Directory tenant used for authentication.

  • dsc_bitlockerenabled

    BitLockerEnabled of the Windows 10 device compliance policy.

  • dsc_certificatethumbprint

    Thumbprint of the Azure Active Directory application’s authentication certificate to use for authentication.

  • dsc_codeintegrityenabled

    CodeIntegrityEnabled of the Windows 10 device compliance policy.

  • dsc_configurationmanagercompliancerequired

    ConfigurationManagerComplianceRequired of the Windows 10 device compliance policy.

  • dsc_defenderenabled

    DefenderEnabled of the Windows 10 device compliance policy.

  • dsc_defenderversion

    DefenderVersion of the Windows 10 device compliance policy.

  • dsc_description

    Description of the Windows 10 device compliance policy.

  • dsc_devicecompliancepolicyscript

    DeviceCompliancePolicyScript of the Windows 10 device compliance policy.

  • dsc_devicethreatprotectionenabled

    DeviceThreatProtectionEnabled of the Windows 10 device compliance policy.

  • dsc_devicethreatprotectionrequiredsecuritylevel

    DeviceThreatProtectionRequiredSecurityLevel of the Windows 10 device compliance policy.

  • dsc_earlylaunchantimalwaredriverenabled

    EarlyLaunchAntiMalwareDriverEnabled of the Windows 10 device compliance policy.

  • dsc_ensure

    Present ensures the policy exists, absent ensures it is removed.

  • dsc_mobileosmaximumversion

    MobileOsMaximumVersion of the Windows 10 device compliance policy.

  • dsc_mobileosminimumversion

    MobileOsMinimumVersion of the Windows 10 device compliance policy.

  • dsc_osmaximumversion

    OsMaximumVersion of the Windows 10 device compliance policy.

  • dsc_osminimumversion

    OsMinimumVersion of the Windows 10 device compliance policy.

  • dsc_passwordblocksimple

    PasswordBlockSimple of the Windows 10 device compliance policy.

  • dsc_passwordexpirationdays

    PasswordExpirationDays of the Windows 10 device compliance policy.

  • dsc_passwordminimumcharactersetcount

    PasswordMinimumCharacterSetCount of the Windows 10 device compliance policy.

  • dsc_passwordminimumlength

    PasswordMinimumLength of the Windows 10 device compliance policy.

  • dsc_passwordminutesofinactivitybeforelock

    PasswordMinutesOfInactivityBeforeLock of the Windows 10 device compliance policy.

  • dsc_passwordpreviouspasswordblockcount

    PasswordPreviousPasswordBlockCount of the Windows 10 device compliance policy.

  • dsc_passwordrequired

    PasswordRequired of the Windows 10 device compliance policy.

  • dsc_passwordrequiredtounlockfromidle

    PasswordRequiredToUnlockFromIdle of the Windows 10 device compliance policy.

  • dsc_passwordrequiredtype

    PasswordRequiredType of the Windows 10 device compliance policy.

  • dsc_requirehealthydevicereport

    RequireHealthyDeviceReport of the Windows 10 device compliance policy.

  • dsc_rtpenabled

    RTPEnabled of the Windows 10 device compliance policy.

  • dsc_securebootenabled

    SecureBootEnabled of the Windows 10 device compliance policy.

  • dsc_signatureoutofdate

    SignatureOutOfDate of the Windows 10 device compliance policy.

  • dsc_storagerequireencryption

    StorageRequireEncryption of the Windows 10 device compliance policy.

  • dsc_tenantid

    Id of the Azure Active Directory tenant used for authentication.

  • dsc_tpmrequired

    TPMRequired of the Windows 10 device compliance policy.

  • dsc_validoperatingsystembuildranges

    ValidOperatingSystemBuildRanges of the Windows 10 device compliance policy.

Parameters

  • dsc_credential

    Credentials of the Intune Admin

  • dsc_displayname (namevar)

    Display name of the Windows 10 device compliance policy.

  • dsc_psdscrunascredential
  • name (namevar)

    Description of the purpose for this resource declaration.

  • validation_mode (defaults to: property)

    Whether to check if the resource is in the desired state by property (default) or using Invoke-DscResource in Test mode (resource).