Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Module manifest for module 'testmod'
- # Generated by: Mnich
- # Generated on: 28.05.2017
- @{
- # Script module or binary module file associated with this manifest.
- RootModule = 'TestMod.psm1'
- # Version number of this module.
- ModuleVersion = '1.0'
- # Supported PSEditions
- # CompatiblePSEditions = @()
- # ID used to uniquely identify this module
- GUID = 'b7d1f368-8398-4561-9bc0-752bf73b1b68'
- # Author of this module
- Author = 'Mnich'
- # Company or vendor of this module
- CompanyName = 'Company'
- # Copyright statement for this module
- Copyright = '(c) 2017 Company. All rights reserved.'
- # Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export.
- FunctionsToExport = @('test-function')
- # Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export.
- CmdletsToExport = @()
- # Variables to export from this module
- VariablesToExport = @()
- # Aliases to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no aliases to export.
- AliasesToExport = @()
- # Private data to pass to the module specified in RootModule/ModuleToProcess. This may also contain a PSData hashtable with additional module metadata used by PowerShell.
- PrivateData = @{
- PSData = @{
- } # End of PSData hashtable
- } # End of PrivateData hashtable
- # Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix.
- DefaultCommandPrefix = '123'
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement