AsBuiltReport.Microsoft.SharePoint.psd1
|
# # Module manifest for AsBuiltReport.Microsoft.SharePoint # @{ # Script module or binary module file associated with this manifest. RootModule = 'AsBuiltReport.Microsoft.SharePoint.psm1' # Version number of this module. ModuleVersion = '0.1.0' # Supported PSEditions CompatiblePSEditions = @('Desktop', 'Core') # ID used to uniquely identify this module GUID = 'c7f3a2d1-8b4e-9f0c-1d2e-3a4b5c6d7e8f' # 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 SharePoint Online and OneDrive for Business configuration including sharing policies, external access, compliance settings, storage quotas, and 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 = @() # Functions to export from this module FunctionsToExport = @( 'Invoke-AsBuiltReport.Microsoft.SharePoint' ) # 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', 'SharePoint', 'OneDrive', 'M365', 'SharePointOnline', 'Documentation', 'Report', 'Compliance', 'Security') # A URL to the license for this module LicenseUri = 'https://github.com/AsBuiltReport/AsBuiltReport.Microsoft.SharePoint/blob/master/LICENSE' # A URL to the main website for this project ProjectUri = 'https://github.com/AsBuiltReport/AsBuiltReport.Microsoft.SharePoint' # ReleaseNotes of this module ReleaseNotes = 'https://github.com/AsBuiltReport/AsBuiltReport.Microsoft.SharePoint/blob/master/CHANGELOG.md' } } } |