|
1 | | -# |
2 | | -# Module manifest for module 'wimau' |
3 | | -# |
4 | | -# Generated by: Micah Hunsberger |
5 | | -# |
6 | | -# Generated on: 10/7/2025 |
7 | | -# |
8 | | - |
9 | | -@{ |
10 | | - |
11 | | -# Script module or binary module file associated with this manifest. |
12 | | -RootModule = 'wimau.psm1' |
13 | | - |
14 | | -# Version number of this module. |
15 | | -ModuleVersion = '1.0.1.0' |
16 | | - |
17 | | -# Supported PSEditions |
18 | | -# CompatiblePSEditions = @() |
19 | | - |
20 | | -# ID used to uniquely identify this module |
21 | | -GUID = '8a2e13ca-1a9c-4113-a66a-3c7769ff4fc2' |
22 | | - |
23 | | -# Author of this module |
24 | | -Author = 'Micah Hunsberger' |
25 | | - |
26 | | -# Company or vendor of this module |
27 | | -# CompanyName = '' |
28 | | - |
29 | | -# Copyright statement for this module |
30 | | -Copyright = '(c) 2025 Micah Hunsberger' |
31 | | - |
32 | | -# Description of the functionality provided by this module |
33 | | -Description = 'The Windows Image Automatic Updater (wimau) PowerShell Module extends the DISM and UpdateServices modules to help service offline images.' |
34 | | - |
35 | | -# Minimum version of the Windows PowerShell engine required by this module |
36 | | -PowerShellVersion = '5.1' |
37 | | - |
38 | | -# Name of the Windows PowerShell host required by this module |
39 | | -# PowerShellHostName = '' |
40 | | - |
41 | | -# Minimum version of the Windows PowerShell host required by this module |
42 | | -# PowerShellHostVersion = '' |
43 | | - |
44 | | -# Minimum version of Microsoft .NET Framework required by this module. This prerequisite is valid for the PowerShell Desktop edition only. |
45 | | -# DotNetFrameworkVersion = '' |
46 | | - |
47 | | -# Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only. |
48 | | -# CLRVersion = '' |
49 | | - |
50 | | -# Processor architecture (None, X86, Amd64) required by this module |
51 | | -# ProcessorArchitecture = '' |
52 | | - |
53 | | -# Modules that must be imported into the global environment prior to importing this module |
54 | | -# RequiredModules = @() |
55 | | - |
56 | | -# Assemblies that must be loaded prior to importing this module |
57 | | -# RequiredAssemblies = @() |
58 | | - |
59 | | -# Script files (.ps1) that are run in the caller's environment prior to importing this module. |
60 | | -# ScriptsToProcess = @() |
61 | | - |
62 | | -# Type files (.ps1xml) to be loaded when importing this module |
63 | | -# TypesToProcess = @() |
64 | | - |
65 | | -# Format files (.ps1xml) to be loaded when importing this module |
66 | | -# FormatsToProcess = @() |
67 | | - |
68 | | -# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess |
69 | | -# NestedModules = @() |
70 | | - |
71 | | -# 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. |
72 | | -FunctionsToExport = 'Find-WindowsImage', 'Find-WsusUpdate', 'Get-WindowsImageProduct', |
73 | | - 'Get-WsusUpdateSelfContainedFile', 'Sync-WindowsImage', |
74 | | - 'Update-WindowsImage' |
75 | | - |
76 | | -# 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. |
77 | | -CmdletsToExport = @() |
78 | | - |
79 | | -# Variables to export from this module |
80 | | -VariablesToExport = '*' |
81 | | - |
82 | | -# 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. |
83 | | -AliasesToExport = @() |
84 | | - |
85 | | -# DSC resources to export from this module |
86 | | -# DscResourcesToExport = @() |
87 | | - |
88 | | -# List of all modules packaged with this module |
89 | | -# ModuleList = @() |
90 | | - |
91 | | -# List of all files packaged with this module |
92 | | -# FileList = @() |
93 | | - |
94 | | -# 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. |
95 | | -PrivateData = @{ |
96 | | - |
97 | | - PSData = @{ |
98 | | - |
99 | | - # Tags applied to this module. These help with module discovery in online galleries. |
100 | | - # Tags = @() |
101 | | - |
102 | | - # A URL to the license for this module. |
103 | | - LicenseUri = 'https://raw.githubusercontent.com/mhunsber/wimau/refs/heads/main/LICENSE' |
104 | | - |
105 | | - # A URL to the main website for this project. |
106 | | - ProjectUri = 'https://github.com/mhunsber/wimau/' |
107 | | - |
108 | | - # A URL to an icon representing this module. |
109 | | - # IconUri = '' |
110 | | - |
111 | | - # ReleaseNotes of this module |
112 | | - # ReleaseNotes = '' |
113 | | - |
114 | | - # Prerelease string of this module |
115 | | - # Prerelease = '' |
116 | | - |
117 | | - # Flag to indicate whether the module requires explicit user acceptance for install/update/save |
118 | | - RequireLicenseAcceptance = $false |
119 | | - |
120 | | - # External dependent modules of this module |
121 | | - ExternalModuleDependencies = @('DISM','UpdateServices') |
122 | | - |
123 | | - } # End of PSData hashtable |
124 | | - |
125 | | - } # End of PrivateData hashtable |
126 | | - |
127 | | -# HelpInfo URI of this module |
128 | | -# HelpInfoURI = '' |
129 | | - |
130 | | -# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix. |
131 | | -# DefaultCommandPrefix = '' |
132 | | - |
133 | | -} |
134 | | - |
| 1 | +# |
| 2 | +# Module manifest for module 'wimau' |
| 3 | +# |
| 4 | +# Generated by: Micah Hunsberger |
| 5 | +# |
| 6 | +# Generated on: 10/9/2025 |
| 7 | +# |
| 8 | + |
| 9 | +@{ |
| 10 | + |
| 11 | +# Script module or binary module file associated with this manifest. |
| 12 | +RootModule = 'wimau.psm1' |
| 13 | + |
| 14 | +# Version number of this module. |
| 15 | +ModuleVersion = '1.1.0.1' |
| 16 | + |
| 17 | +# Supported PSEditions |
| 18 | +# CompatiblePSEditions = @() |
| 19 | + |
| 20 | +# ID used to uniquely identify this module |
| 21 | +GUID = '8a2e13ca-1a9c-4113-a66a-3c7769ff4fc2' |
| 22 | + |
| 23 | +# Author of this module |
| 24 | +Author = 'Micah Hunsberger' |
| 25 | + |
| 26 | +# Company or vendor of this module |
| 27 | +# CompanyName = '' |
| 28 | + |
| 29 | +# Copyright statement for this module |
| 30 | +Copyright = '(c) 2025 Micah Hunsberger' |
| 31 | + |
| 32 | +# Description of the functionality provided by this module |
| 33 | +Description = 'The Windows Image Automatic Updater (wimau) PowerShell Module extends the DISM and UpdateServices modules to help service offline images.' |
| 34 | + |
| 35 | +# Minimum version of the Windows PowerShell engine required by this module |
| 36 | +PowerShellVersion = '5.1' |
| 37 | + |
| 38 | +# Name of the Windows PowerShell host required by this module |
| 39 | +# PowerShellHostName = '' |
| 40 | + |
| 41 | +# Minimum version of the Windows PowerShell host required by this module |
| 42 | +# PowerShellHostVersion = '' |
| 43 | + |
| 44 | +# Minimum version of Microsoft .NET Framework required by this module. This prerequisite is valid for the PowerShell Desktop edition only. |
| 45 | +# DotNetFrameworkVersion = '' |
| 46 | + |
| 47 | +# Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only. |
| 48 | +# CLRVersion = '' |
| 49 | + |
| 50 | +# Processor architecture (None, X86, Amd64) required by this module |
| 51 | +# ProcessorArchitecture = '' |
| 52 | + |
| 53 | +# Modules that must be imported into the global environment prior to importing this module |
| 54 | +# RequiredModules = @() |
| 55 | + |
| 56 | +# Assemblies that must be loaded prior to importing this module |
| 57 | +# RequiredAssemblies = @() |
| 58 | + |
| 59 | +# Script files (.ps1) that are run in the caller's environment prior to importing this module. |
| 60 | +# ScriptsToProcess = @() |
| 61 | + |
| 62 | +# Type files (.ps1xml) to be loaded when importing this module |
| 63 | +# TypesToProcess = @() |
| 64 | + |
| 65 | +# Format files (.ps1xml) to be loaded when importing this module |
| 66 | +# FormatsToProcess = @() |
| 67 | + |
| 68 | +# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess |
| 69 | +# NestedModules = @() |
| 70 | + |
| 71 | +# 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. |
| 72 | +FunctionsToExport = 'Find-WindowsImage', 'Find-WsusUpdate', 'Get-WindowsImageProduct', |
| 73 | + 'Get-WsusUpdateSelfContainedFile', 'Sync-WindowsImage', |
| 74 | + 'Update-WindowsImage' |
| 75 | + |
| 76 | +# 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. |
| 77 | +CmdletsToExport = @() |
| 78 | + |
| 79 | +# Variables to export from this module |
| 80 | +VariablesToExport = '*' |
| 81 | + |
| 82 | +# 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. |
| 83 | +AliasesToExport = @() |
| 84 | + |
| 85 | +# DSC resources to export from this module |
| 86 | +# DscResourcesToExport = @() |
| 87 | + |
| 88 | +# List of all modules packaged with this module |
| 89 | +# ModuleList = @() |
| 90 | + |
| 91 | +# List of all files packaged with this module |
| 92 | +# FileList = @() |
| 93 | + |
| 94 | +# 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. |
| 95 | +PrivateData = @{ |
| 96 | + |
| 97 | + PSData = @{ |
| 98 | + |
| 99 | + # Tags applied to this module. These help with module discovery in online galleries. |
| 100 | + # Tags = @() |
| 101 | + |
| 102 | + # A URL to the license for this module. |
| 103 | + LicenseUri = 'https://raw.githubusercontent.com/mhunsber/wimau/refs/heads/main/LICENSE' |
| 104 | + |
| 105 | + # A URL to the main website for this project. |
| 106 | + ProjectUri = 'https://github.com/mhunsber/wimau/' |
| 107 | + |
| 108 | + # A URL to an icon representing this module. |
| 109 | + # IconUri = '' |
| 110 | + |
| 111 | + # ReleaseNotes of this module |
| 112 | + ReleaseNotes = ' |
| 113 | +version 1.1 |
| 114 | +----------- |
| 115 | +- fix a bug where Find-WindowsImage returns an object for invalid images |
| 116 | +- fix a bug where Find-WindowsImage returns an empty string in the ImagePath property when processing WIM files |
| 117 | +- Update-WindowsImage outputs an object containing changes made to the image |
| 118 | +' |
| 119 | + |
| 120 | + # Prerelease string of this module |
| 121 | + # Prerelease = '' |
| 122 | + |
| 123 | + # Flag to indicate whether the module requires explicit user acceptance for install/update/save |
| 124 | + RequireLicenseAcceptance = $false |
| 125 | + |
| 126 | + # External dependent modules of this module |
| 127 | + ExternalModuleDependencies = @('DISM','UpdateServices') |
| 128 | + |
| 129 | + } # End of PSData hashtable |
| 130 | + |
| 131 | + } # End of PrivateData hashtable |
| 132 | + |
| 133 | +# HelpInfo URI of this module |
| 134 | +# HelpInfoURI = '' |
| 135 | + |
| 136 | +# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix. |
| 137 | +# DefaultCommandPrefix = '' |
| 138 | + |
| 139 | +} |
| 140 | + |
0 commit comments