DscResources/Intune/Intune.psd1
@{ RootModule = 'Intune.schema.psm1' ModuleVersion = '1.24.904.100' GUID = '3e8f7ce0-988f-4966-a6d8-f5212297f578' Author = 'Yorick Kuijs' CompanyName = 'Microsoft' Copyright = 'Copyright to Microsoft Corporation. All rights reserved.' DscResourcesToExport = @('Intune') } |