Intune-ComplianceReport.psd1
|
@{ RootModule = 'Intune-ComplianceReport.psm1' ModuleVersion = '1.0.0' GUID = 'b5f4c2e8-9a31-4d6b-8f72-4e8a1c3d95b7' Author = 'Larry Roberts' CompanyName = 'Independent Consultant' Copyright = '(c) 2026 Larry Roberts. All rights reserved.' Description = 'Microsoft Intune compliance and device management reporting. Audits device compliance status, app inventory, policy assignment gaps, and Autopilot readiness. Generates HTML dashboard reports. Requires the Microsoft.Graph PowerShell SDK.' PowerShellVersion = '5.1' FunctionsToExport = @( 'Invoke-IntuneComplianceAudit', 'Get-IntuneDeviceComplianceReport', 'Get-IntuneAppInventory', 'Get-IntunePolicyAssignmentReview', 'Get-IntuneAutopilotStatus' ) CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('Intune', 'EndpointManager', 'Compliance', 'MDM', 'Autopilot', 'Microsoft365', 'DeviceManagement') LicenseUri = 'https://github.com/larro1991/Intune-ComplianceReport/blob/master/LICENSE' ProjectUri = 'https://github.com/larro1991/Intune-ComplianceReport' } } } |