DscResources/Intune/Intune.psd1

@{
    RootModule           = 'Intune.schema.psm1'

    ModuleVersion        = '1.24.710.100'

    GUID                 = 'd9eb0170-efb7-46bb-a990-6a3fe141a2f1'

    Author               = 'Yorick Kuijs'

    CompanyName          = 'Microsoft'

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

    DscResourcesToExport = @('Intune')
}