DscResources/Intune/Intune.psd1

@{
    RootModule           = 'Intune.schema.psm1'

    ModuleVersion        = '1.26.812.100'

    GUID                 = '1f98a945-ce4d-4147-9012-33e6af8f50fb'

    Author               = 'Yorick Kuijs'

    CompanyName          = 'Microsoft'

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

    DscResourcesToExport = @('Intune')
}