Send-MDMDiagLog.psd1
@{ RootModule = 'Send-MDMDiagLog.psm1' ModuleVersion = '1.0.0' GUID = '2b5faec2-0c41-4dfc-9d4a-bc31d6b47f6d' Author = 'Shishir Kushawaha' CompanyName = 'Shishir Kushawaha' Copyright = '(c) 2025 Shishir Kushawaha. All rights reserved.' Description = 'Collects MDM Diagnostics logs, zips them, emails them, and copies them to a share.' PowerShellVersion = '5.1' FunctionsToExport = @('Send-MDMDiagLog') CmdletsToExport = @() VariablesToExport = '*' AliasesToExport = '*' } |