pwps_expimpandreports.psd1
@{ # Script module or binary module file associated with this manifest. ModuleToProcess="pwps_expimpandreports.dll" # ID used to uniquely identify this module GUID="{60609901-3aa0-4558-8cdf-eac248361516}" # Author of this module Author="Zach Kerr/Brian Flaherty" # Version number of this module. ModuleVersion="2.0.0.0" # Description of the functionality provided by this module Description="ProjectWise PowerShell Export/Import/Reporting Cmdlets from System Architecture Group" # Company or vendor of this module CompanyName="Dave Brumbaugh Consulting, LLC" # Copyright statement for this module Copyright="Copyright © 2024 Dave Brumbaugh Consulting, LLC. All rights reserved." # Script files (.ps1) that are run in the caller's environment prior to importing this module. ScriptsToProcess="pwps_expimpandreports.ps1" # Cmdlets to export from this module CmdletsToExport="*" # Aliases to export from this module AliasesToExport="*" # Format files (.ps1xml) to be loaded when importing this module #FormatsToProcess="PWPS.Format.ps1xml" # Minimum version of the Windows PowerShell engine required by this module # PowerShellVersion="" PowerShellVersion="5.0" # Name of the Windows PowerShell host required by this module # PowerShellHostName="" # Minimum version of the Windows PowerShell host required by this module # PowerShellHostVersion="" # Minimum version of the .NET Framework required by this module # DotNetFrameworkVersion="" DotNetFrameworkVersion="4.8" # Minimum version of the common language runtime (CLR) required by this module # CLRVersion="" # Processor architecture (None, X86, Amd64) required by this module # ProcessorArchitecture="X86" # Modules that must be imported into the global environment prior to importing this module # RequiredModules=@('pwps') # Assemblies that must be loaded prior to importing this module # RequiredAssemblies="" # Type files (.ps1xml) to be loaded when importing this module # TypesToProcess=@() # Modules to import as nested modules of the module specified in RootModule/ModuleToProcess # allows module to be loaded "normally" by PowerShell and PowerShell ISE assuming module folder is in PSModulePath environment variable. # this was doubling up the cmdlets in intellisense #NestedModules=@('pwps') # Functions to export from this module # FunctionsToExport="" # Variables to export from this module # VariablesToExport="*" # List of all modules packaged with this module. # ModuleList=@() # List of all files packaged with this module # FileList=@() # Private data to pass to the module specified in RootModule/ModuleToProcess # PrivateData="" # HelpInfo URI of this module # HelpInfoURI="" # Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix. # DefaultCommandPrefix="PW" } |