1+ @ {
2+ # Script module or binary module file associated with this manifest
3+ RootModule = ' þnameþ.psm1'
4+
5+ # Version number of this module.
6+ ModuleVersion = ' 1.0.0'
7+
8+ # ID used to uniquely identify this module
9+ GUID = ' þ!guid!þ'
10+
11+ # Author of this module
12+ Author = ' þauthorþ'
13+
14+ # Company or vendor of this module
15+ CompanyName = ' þcompanyþ'
16+
17+ # Copyright statement for this module
18+ Copyright = ' Copyright (c) þ!year!þ þauthorþ'
19+
20+ # Description of the functionality provided by this module
21+ Description = ' þdescriptionþ'
22+
23+ # Minimum version of the Windows PowerShell engine required by this module
24+ PowerShellVersion = ' 5.0'
25+
26+ # Modules that must be imported into the global environment prior to importing
27+ # this module
28+ # RequiredModules = @()
29+
30+ # Assemblies that must be loaded prior to importing this module
31+ # RequiredAssemblies = @('bin\þnameþ.dll')
32+
33+ # Type files (.ps1xml) to be loaded when importing this module
34+ # TypesToProcess = @('xml\þnameþ.Types.ps1xml')
35+
36+ # Format files (.ps1xml) to be loaded when importing this module
37+ # FormatsToProcess = @('xml\þnameþ.Format.ps1xml')
38+
39+ # Functions to export from this module
40+ FunctionsToExport = ' '
41+
42+ # Cmdlets to export from this module
43+ # CmdletsToExport = ''
44+
45+ # Variables to export from this module
46+ # VariablesToExport = ''
47+
48+ # Aliases to export from this module
49+ # AliasesToExport = ''
50+
51+ DscResourcesToExport = @ (
52+ ' þnameþ'
53+ )
54+
55+ # List of all modules packaged with this module
56+ ModuleList = @ ()
57+
58+ # List of all files packaged with this module
59+ FileList = @ ()
60+
61+ # Private data to pass to the module specified in ModuleToProcess. This may also contain a PSData hashtable with additional module metadata used by PowerShell.
62+ PrivateData = @ {
63+
64+ # Support for PowerShellGet galleries.
65+ PSData = @ {
66+
67+ # Tags applied to this module. These help with module discovery in online galleries.
68+ # Tags = @()
69+
70+ # A URL to the license for this module.
71+ # LicenseUri = ''
72+
73+ # A URL to the main website for this project.
74+ # ProjectUri = ''
75+
76+ # A URL to an icon representing this module.
77+ # IconUri = ''
78+
79+ # ReleaseNotes of this module
80+ # ReleaseNotes = ''
81+
82+ } # End of PSData hashtable
83+
84+ } # End of PrivateData hashtable
85+ }
0 commit comments