DscResources/Intune/Intune.psd1
@{ RootModule = 'Intune.schema.psm1' ModuleVersion = '1.24.529.100' GUID = '6c432323-582d-4ab0-8ea7-e71a0dfec700' Author = 'Yorick Kuijs' CompanyName = 'Microsoft' Copyright = 'Copyright to Microsoft Corporation. All rights reserved.' DscResourcesToExport = @('Intune') } |