DscResources/Intune/Intune.psd1

@{
    RootModule           = 'Intune.schema.psm1'

    ModuleVersion        = '1.26.422.100'

    GUID                 = '14ee099b-cfd4-4693-8c98-84c6e31be2a1'

    Author               = 'Yorick Kuijs'

    CompanyName          = 'Microsoft'

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

    DscResourcesToExport = @('Intune')
}