DscResources/Intune/Intune.psd1

@{
    RootModule           = 'Intune.schema.psm1'

    ModuleVersion        = '1.25.611.100'

    GUID                 = '5e7fa224-c330-4ed2-89c9-f7881164e20d'

    Author               = 'Yorick Kuijs'

    CompanyName          = 'Microsoft'

    Copyright            = 'Copyright to Microsoft Corporation. All rights reserved.'

    DscResourcesToExport = @('Intune')
}