DSCResources/cIntuneDeviceCleanupRule/cIntuneDeviceCleanupRule.psd1

@{
    RootModule           = 'cIntuneDeviceCleanupRule.schema.psm1'

    ModuleVersion        = '0.0.1'

    GUID                 = '2bd38312-7db4-3307-de02-3bd873b0bdfd'

    Author               = 'DscCommunity'

    CompanyName          = 'DscCommunity'

    Copyright            = 'DscCommunity'

    DscResourcesToExport = @('cIntuneDeviceCleanupRule')
}