AsBuiltReport.Microsoft.ExchangeOnline.psd1
|
# # Module manifest for AsBuiltReport.Microsoft.ExchangeOnline # @{ # Script module or binary module file associated with this manifest. RootModule = 'AsBuiltReport.Microsoft.ExchangeOnline.psm1' # Version number of this module. ModuleVersion = '0.1.0' # Supported PSEditions CompatiblePSEditions = @('Desktop', 'Core') # ID used to uniquely identify this module GUID = 'c7f3e2a1-9b4d-5e8f-1c2a-3d4e5f6a7b8c' # Author of this module Author = 'Pai Wei Sing' # Company or vendor of this module CompanyName = 'Logicalis Australia' # Copyright statement for this module Copyright = '(c) 2026 Pai Wei Sing. All rights reserved.' # Description of the functionality provided by this module Description = 'An AsBuiltReport module used to document Microsoft Exchange Online configuration including transport rules, mail flow, anti-spam/malware policies, DKIM/DMARC, connectors, shared mailboxes, and security posture. Includes ACSC Essential Eight and CIS Microsoft 365 compliance assessments.' # Minimum version of the PowerShell engine required by this module PowerShellVersion = '5.1' # Modules that must be imported into the global environment prior to importing this module # RequiredModules left empty -- dependency checks are handled at runtime in the invoke function RequiredModules = @() # Functions to export from this module FunctionsToExport = @( 'Invoke-AsBuiltReport.Microsoft.ExchangeOnline' ) # Cmdlets to export from this module CmdletsToExport = @() # Variables to export from this module VariablesToExport = @() # Aliases to export from this module AliasesToExport = @() # Private data to pass to the module specified in RootModule PrivateData = @{ PSData = @{ # Tags applied to this module for discoverability Tags = @('AsBuiltReport', 'Microsoft', 'ExchangeOnline', 'Exchange', 'M365', 'MailFlow', 'AntiSpam', 'DKIM', 'DMARC', 'Connectors', 'Documentation', 'Report', 'CIS', 'ACSC') # A URL to the license for this module LicenseUri = 'https://github.com/AsBuiltReport/AsBuiltReport.Microsoft.ExchangeOnline/blob/master/LICENSE' # A URL to the main website for this project ProjectUri = 'https://github.com/AsBuiltReport/AsBuiltReport.Microsoft.ExchangeOnline' # ReleaseNotes of this module ReleaseNotes = 'https://github.com/AsBuiltReport/AsBuiltReport.Microsoft.ExchangeOnline/blob/master/CHANGELOG.md' } } } |