POA.psd1

@{
    RootModule = 'POA.psm1'
    ModuleVersion = '2.2.0'
    GUID = 'fae3c62e-4b19-475b-832f-4f350d52ab59'
    Author = 'MuatazAwad'
    CompanyName = 'muawad'
    Copyright = '(c) muawad. All rights reserved.'
    Description = 'POA Module - Microsoft Purview Optimization Assessment Tool. Conducts comprehensive analysis of Microsoft 365 Purview implementation with interactive HTML reports and Excel remediation plans.'
    PowerShellVersion = '5.1'
    FunctionsToExport = @('Get-PurviewAssessmentReport')
    CmdletsToExport = @()
    AliasesToExport = @()
    FileList = @('POA.psd1', 'POA.psm1', 'Get-PurviewAssessmentReport.ps1')
    PrivateData = @{
        PSData = @{
            Tags = @('Purview','Microsoft365','Compliance','DLP','Assessment','Security','MIP','POA')
            LicenseUri = 'https://www.powershellgallery.com/packages/POA/2.1.0'
            ProjectUri = 'https://www.powershellgallery.com/packages/POA'
            ReleaseNotes = 'Version 2.2.0: Updated Purview assessment script content and packaging for June 2026 release.'
        }
    }
}