Beta.MigrationAnalysis.psd1
|
@{ # Script module or binary module file associated with this manifest. RootModule = 'Beta.MigrationAnalysis.psm1' # Version number of this module. ModuleVersion = '0.0.2' # bump for republish # Supported PSEditions # CompatiblePSEditions = @() # ID used to uniquely identify this module GUID = '196c51ac-aaa0-48cd-aa59-2a540b75582c' # Author of this module Author = 'nibrs' # Company or vendor of this module CompanyName = 'Unknown' # Copyright statement for this module Copyright = '(c) nibrs. All rights reserved.' # Description of the functionality provided by this module Description = 'Generates a fileshare and SharePoint Online analysis before migrating.' # Minimum version of the PowerShell engine required by this module # PowerShellVersion = '' # (other fields unchanged)... # Export behavior — during development you can use '*' to export all public functions. FunctionsToExport = '*' CmdletsToExport = @() VariablesToExport = '*' AliasesToExport = @() PrivateData = @{ PSData = @{ # Optional but recommended for the Gallery: # Tags help discovery in PSGallery (e.g., 'SharePoint','Migration','Report','Analysis') Tags = @('SharePoint','SPO','Migration','Report','Analysis') # Strongly recommended: # LicenseUri = 'https://opensource.org/licenses/MIT' # ProjectUri = 'https://github.com/yourrepo/MigrationAnalysis' # IconUri = 'https://raw.githubusercontent.com/yourrepo/MigrationAnalysis/main/assets/icon.png' # ReleaseNotes = 'Initial prerelease.' } } # HelpInfoURI = '' # DefaultCommandPrefix = '' } |