AsBuiltReport.Microsoft.EntraID.psd1
|
# # Module manifest for AsBuiltReport.Microsoft.EntraID # @{ # Script module or binary module file associated with this manifest. RootModule = 'AsBuiltReport.Microsoft.EntraID.psm1' # Version number of this module. ModuleVersion = '0.1.21' # Supported PSEditions CompatiblePSEditions = @('Desktop', 'Core') # ID used to uniquely identify this module GUID = '707763cf-c153-45f8-b327-75996ff62482' # 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 Entra ID (Azure AD) identity and access configuration including MFA, authentication methods, Conditional Access, and user security posture.' # 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.EntraID' ) # 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', 'EntraID', 'AzureAD', 'Identity', 'MFA', 'ConditionalAccess', 'Authentication', 'Documentation', 'Report') # A URL to the license for this module LicenseUri = 'https://github.com/AsBuiltReport/AsBuiltReport.Microsoft.EntraID/blob/master/LICENSE' # A URL to the main website for this project ProjectUri = 'https://github.com/AsBuiltReport/AsBuiltReport.Microsoft.EntraID' # ReleaseNotes of this module ReleaseNotes = 'https://github.com/AsBuiltReport/AsBuiltReport.Microsoft.EntraID/blob/master/CHANGELOG.md' } } } |