pwps_dab_remoting.psd1
@{ # Script module or binary module file associated with this manifest. RootModule="pwps_dab_remoting.dll" # ID used to uniquely identify this module GUID="{08CBDBF2-E584-4DE7-8D3E-F55113F8C937}" # Author of this module Author="Bentley Systems, Incorporated" #Owner="Bentley Systems, Incorporated" # Version number of this module. ModuleVersion="1.0.0.0" # Description of the functionality provided by this module Description="PowerShell Cmdlets from System Architecture Group for Remote Script Invocation" # Company or vendor of this module CompanyName="Bentley Systems, Incorporated" # Copyright statement for this module Copyright="Copyright (c) 2018 Bentley Systems, Incorporated. All rights reserved." # Script files (.ps1) that are run in the caller's environment prior to importing this module. ScriptsToProcess="pwps_dab_remotingA.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="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="4.5" # 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') # 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="HelperFunctions.psm1" # Functions to export from this module #FunctionsToExport="Save-ClearTextToEncryptedFile","Save-SecureStringToEncryptedFile","Get-SecureStringFromEncryptedFile","Get-ClearTextFromEncryptedFile","ConvertTo-DataTable","New-PWScanForReferences","New-PWEnumFolders" # 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" } |