DscResources/Intune/Intune.psd1

@{
    RootModule           = 'Intune.schema.psm1'

    ModuleVersion        = '1.26.715.100'

    GUID                 = '7034ebb2-198d-4bac-a6ca-1b9e48694375'

    Author               = 'Yorick Kuijs'

    CompanyName          = 'Microsoft'

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

    DscResourcesToExport = @('Intune')
}