DscResources/Intune/Intune.psd1
@{ RootModule = 'Intune.schema.psm1' ModuleVersion = '1.24.1106.300' GUID = '5e87e87f-64ca-481c-80b4-1167825d2a2d' Author = 'Yorick Kuijs' CompanyName = 'Microsoft' Copyright = 'Copyright to Microsoft Corporation. All rights reserved.' DscResourcesToExport = @('Intune') } |