Skip to content

Commit bd5b869

Browse files
committed
config: installed script infos configs
1 parent e04e963 commit bd5b869

File tree

1 file changed

+350
-0
lines changed

1 file changed

+350
-0
lines changed
Lines changed: 350 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,350 @@
1+
<Objs Version="1.1.0.1" xmlns="http://schemas.microsoft.com/powershell/2004/04">
2+
<Obj RefId="0">
3+
<TN RefId="0">
4+
<T>Microsoft.PowerShell.Commands.PSRepositoryItemInfo</T>
5+
<T>System.Management.Automation.PSCustomObject</T>
6+
<T>System.Object</T>
7+
</TN>
8+
<MS>
9+
<S N="Name">WIMWitch</S>
10+
<S N="Version">3.3.0</S>
11+
<S N="Type">Script</S>
12+
<S N="Description">WIM Witch is a GUI driven tool used to update and customize Windows_x000A_Image (WIM) files and ISOs. It can also create WIM configuration templates and_x000A_apply them either with the GUI or programatically for bulk creation. WIM Witch_x000A_works as a stand alone tool, as well as integrating with Configuration Manager_x000A__x000A_Version 3.3.0_x000A__x000A_-Support for remote ConfigMgr useage. Installation on PSS no longer required. _x000A__x000A_Version 3.2.5_x000A__x000A_-Bugfix for applying LP/LXP/FOD for Win10 21H2_x000A__x000A_Version 3.2.4_x000A__x000A_-Bugfix for selecting LP/LXP/FOD for 21H2_x000A__x000A_Version 3.2.3_x000A__x000A_-Added support for Windows 10 21H2_x000A_-Dropped support for Windows 10 2004_x000A_-Fixed bug with .Net / ISO import with 20H2+21H1_x000A_-Added workaround to make Windows 11 LCUs work (CAB -&gt; MSU)_x000A_-Added Comment type / Green text to Update-Log function_x000A_-Bugfix for APPX selection_x000A__x000A_Version 3.2.2_x000A__x000A_-Fixed bug in downloading OneDrive client with Windows 11_x000A_-Fixed bug with Windows 11 ISO creation_x000A_-Fixed bug with Downloading Dynamic Updates for Win11 in CM_x000A__x000A_Version 3.2.1_x000A__x000A_-Fixed bug for download Server 2019/2022 and Win11 with OSDSUS_x000A__x000A_Version 3.2.0._x000A__x000A_-Adds support for Windows 11 and Server 2022_x000A_-Adds functionality to better handle SSUs with certain win10 versions_x000A_-Adds functionality to select XML or JSON for Windows 11 Start Menu_x000A_-Improves Windows Type and version during runtime</S>
13+
<S N="Author">Donna Ryan</S>
14+
<S N="CompanyName">TheNotoriousDRR</S>
15+
<Nil N="Copyright" />
16+
<DT N="PublishedDate">2021-12-10T18:17:40-05:00</DT>
17+
<Obj N="InstalledDate" RefId="1">
18+
<DT>2022-01-01T13:49:25.9281223-05:00</DT>
19+
<MS>
20+
<Obj N="DisplayHint" RefId="2">
21+
<TN RefId="1">
22+
<T>Microsoft.PowerShell.Commands.DisplayHintType</T>
23+
<T>System.Enum</T>
24+
<T>System.ValueType</T>
25+
<T>System.Object</T>
26+
</TN>
27+
<ToString>DateTime</ToString>
28+
<I32>2</I32>
29+
</Obj>
30+
</MS>
31+
</Obj>
32+
<Nil N="UpdatedDate" />
33+
<Nil N="LicenseUri" />
34+
<Nil N="ProjectUri" />
35+
<Nil N="IconUri" />
36+
<Obj N="Tags" RefId="3">
37+
<TN RefId="2">
38+
<T>System.Object[]</T>
39+
<T>System.Array</T>
40+
<T>System.Object</T>
41+
</TN>
42+
<LST>
43+
<S>WIM</S>
44+
<S>Servicing</S>
45+
<S>Offline</S>
46+
<S>Image</S>
47+
<S>PSScript</S>
48+
</LST>
49+
</Obj>
50+
<Obj N="Includes" RefId="4">
51+
<TN RefId="3">
52+
<T>System.Collections.Hashtable</T>
53+
<T>System.Object</T>
54+
</TN>
55+
<DCT>
56+
<En>
57+
<S N="Key">Cmdlet</S>
58+
<Obj N="Value" RefId="5">
59+
<TNRef RefId="2" />
60+
<LST />
61+
</Obj>
62+
</En>
63+
<En>
64+
<S N="Key">Command</S>
65+
<Obj N="Value" RefId="6">
66+
<TNRef RefId="2" />
67+
<LST>
68+
<S>Get-FormVariables</S>
69+
<S>SelectMountDir</S>
70+
<S>SelectSourceWIM</S>
71+
<S>import-wiminfo</S>
72+
<S>SelectJSONFile</S>
73+
<S>Parse-JSON</S>
74+
<S>SelectDriverSource</S>
75+
<S>MakeItSo</S>
76+
<S>SelectTargetDir</S>
77+
<S>Update-Log</S>
78+
<S>Set-Logging</S>
79+
<S>DriverInjection</S>
80+
<S>ApplyDriver</S>
81+
<S>Get-OSDBInstallation</S>
82+
<S>Get-OSDSUSInstallation</S>
83+
<S>Get-OSDBCurrentVer</S>
84+
<S>Get-OSDSUSCurrentVer</S>
85+
<S>update-OSDB</S>
86+
<S>update-OSDSUS</S>
87+
<S>compare-OSDBuilderVer</S>
88+
<S>compare-OSDSUSVer</S>
89+
<S>check-superceded</S>
90+
<S>download-patches</S>
91+
<S>update-patchsource</S>
92+
<S>Apply-Updates</S>
93+
<S>Apply-LCU</S>
94+
<S>Select-Appx</S>
95+
<S>remove-appx</S>
96+
<S>remove-indexes</S>
97+
<S>SelectNewJSONDir</S>
98+
<S>get-WWAutopilotProfile</S>
99+
<S>update-autopilot</S>
100+
<S>save-config</S>
101+
<S>load-config</S>
102+
<S>select-config</S>
103+
<S>reset-MISCheckBox</S>
104+
<S>run-configfile</S>
105+
<S>display-closingtext</S>
106+
<S>display-openingtext</S>
107+
<S>check-mountpath</S>
108+
<S>check-name</S>
109+
<S>replace-name</S>
110+
<S>check-install</S>
111+
<S>select-installfolder</S>
112+
<S>install-wimwitch</S>
113+
<S>import-iso</S>
114+
<S>set-version</S>
115+
<S>select-iso</S>
116+
<S>inject-dotnet</S>
117+
<S>check-dotnetexists</S>
118+
<S>Check-WIMWitchVer</S>
119+
<S>upgrade-wimwitch</S>
120+
<S>Backup-WIMWitch</S>
121+
<S>download-onedrive</S>
122+
<S>copy-onedrive</S>
123+
<S>select-LPFODCriteria</S>
124+
<S>select-LanguagePacks</S>
125+
<S>select-localexperiencepack</S>
126+
<S>select-FODs</S>
127+
<S>apply-LanguagePacks</S>
128+
<S>apply-localexperiencepack</S>
129+
<S>apply-FODs</S>
130+
<S>import-LanguagePacks</S>
131+
<S>import-LocalExperiencePack</S>
132+
<S>import-FOD</S>
133+
<S>update-importverCB</S>
134+
<S>select-importotherpath</S>
135+
<S>pause-makeitso</S>
136+
<S>run-script</S>
137+
<S>get-imageinfo</S>
138+
<S>select-DPs</S>
139+
<S>create-CMImagePackage</S>
140+
<S>enable-ConfigMgrOptions</S>
141+
<S>update-CMImage</S>
142+
<S>invoke-UpdateTabOptions</S>
143+
<S>invoke-MEMCMUpdatecatalog</S>
144+
<S>Invoke-MSUpdateItemDownload</S>
145+
<S>invoke-MEMCMUpdateSupersedence</S>
146+
<S>invoke-MISUpdates</S>
147+
<S>invoke-OSDCheck</S>
148+
<S>set-imageproperties</S>
149+
<S>detect-configmgr</S>
150+
<S>set-configmgr</S>
151+
<S>import-CMModule</S>
152+
<S>apply-startlayout</S>
153+
<S>apply-defaultapp</S>
154+
<S>select-defaultapp</S>
155+
<S>select-startmenu</S>
156+
<S>select-regfiles</S>
157+
<S>apply-regfiles</S>
158+
<S>invoke-dadjoke</S>
159+
<S>stage-isomedia</S>
160+
<S>create-iso</S>
161+
<S>copy-upgradepackage</S>
162+
<S>update-bootwim</S>
163+
<S>update-winrewim</S>
164+
<S>get-winvernum</S>
165+
<S>SelectISODir</S>
166+
<S>get-windowstype</S>
167+
<S>check-isobinariesexist</S>
168+
<S>invoke-checkboxcleanup</S>
169+
<S>invoke-removeISOmount</S>
170+
<S>check-freespace</S>
171+
<S>install-WWCMConsoleExtension</S>
172+
<S>invoke-architecturecheck</S>
173+
<S>invoke-admincheck</S>
174+
<S>invoke-2XXXprereq</S>
175+
<S>invoke-textnotification</S>
176+
</LST>
177+
</Obj>
178+
</En>
179+
<En>
180+
<S N="Key">RoleCapability</S>
181+
<Ref N="Value" RefId="5" />
182+
</En>
183+
<En>
184+
<S N="Key">DscResource</S>
185+
<Ref N="Value" RefId="5" />
186+
</En>
187+
<En>
188+
<S N="Key">Function</S>
189+
<Obj N="Value" RefId="7">
190+
<TNRef RefId="2" />
191+
<LST>
192+
<S>Get-FormVariables</S>
193+
<S>SelectMountDir</S>
194+
<S>SelectSourceWIM</S>
195+
<S>import-wiminfo</S>
196+
<S>SelectJSONFile</S>
197+
<S>Parse-JSON</S>
198+
<S>SelectDriverSource</S>
199+
<S>MakeItSo</S>
200+
<S>SelectTargetDir</S>
201+
<S>Update-Log</S>
202+
<S>Set-Logging</S>
203+
<S>DriverInjection</S>
204+
<S>ApplyDriver</S>
205+
<S>Get-OSDBInstallation</S>
206+
<S>Get-OSDSUSInstallation</S>
207+
<S>Get-OSDBCurrentVer</S>
208+
<S>Get-OSDSUSCurrentVer</S>
209+
<S>update-OSDB</S>
210+
<S>update-OSDSUS</S>
211+
<S>compare-OSDBuilderVer</S>
212+
<S>compare-OSDSUSVer</S>
213+
<S>check-superceded</S>
214+
<S>download-patches</S>
215+
<S>update-patchsource</S>
216+
<S>Apply-Updates</S>
217+
<S>Apply-LCU</S>
218+
<S>Select-Appx</S>
219+
<S>remove-appx</S>
220+
<S>remove-indexes</S>
221+
<S>SelectNewJSONDir</S>
222+
<S>get-WWAutopilotProfile</S>
223+
<S>update-autopilot</S>
224+
<S>save-config</S>
225+
<S>load-config</S>
226+
<S>select-config</S>
227+
<S>reset-MISCheckBox</S>
228+
<S>run-configfile</S>
229+
<S>display-closingtext</S>
230+
<S>display-openingtext</S>
231+
<S>check-mountpath</S>
232+
<S>check-name</S>
233+
<S>replace-name</S>
234+
<S>check-install</S>
235+
<S>select-installfolder</S>
236+
<S>install-wimwitch</S>
237+
<S>import-iso</S>
238+
<S>set-version</S>
239+
<S>select-iso</S>
240+
<S>inject-dotnet</S>
241+
<S>check-dotnetexists</S>
242+
<S>Check-WIMWitchVer</S>
243+
<S>upgrade-wimwitch</S>
244+
<S>Backup-WIMWitch</S>
245+
<S>download-onedrive</S>
246+
<S>copy-onedrive</S>
247+
<S>select-LPFODCriteria</S>
248+
<S>select-LanguagePacks</S>
249+
<S>select-localexperiencepack</S>
250+
<S>select-FODs</S>
251+
<S>apply-LanguagePacks</S>
252+
<S>apply-localexperiencepack</S>
253+
<S>apply-FODs</S>
254+
<S>import-LanguagePacks</S>
255+
<S>import-LocalExperiencePack</S>
256+
<S>import-FOD</S>
257+
<S>update-importverCB</S>
258+
<S>select-importotherpath</S>
259+
<S>pause-makeitso</S>
260+
<S>run-script</S>
261+
<S>get-imageinfo</S>
262+
<S>select-DPs</S>
263+
<S>create-CMImagePackage</S>
264+
<S>enable-ConfigMgrOptions</S>
265+
<S>update-CMImage</S>
266+
<S>invoke-UpdateTabOptions</S>
267+
<S>invoke-MEMCMUpdatecatalog</S>
268+
<S>Invoke-MSUpdateItemDownload</S>
269+
<S>invoke-MEMCMUpdateSupersedence</S>
270+
<S>invoke-MISUpdates</S>
271+
<S>invoke-OSDCheck</S>
272+
<S>set-imageproperties</S>
273+
<S>detect-configmgr</S>
274+
<S>set-configmgr</S>
275+
<S>import-CMModule</S>
276+
<S>apply-startlayout</S>
277+
<S>apply-defaultapp</S>
278+
<S>select-defaultapp</S>
279+
<S>select-startmenu</S>
280+
<S>select-regfiles</S>
281+
<S>apply-regfiles</S>
282+
<S>invoke-dadjoke</S>
283+
<S>stage-isomedia</S>
284+
<S>create-iso</S>
285+
<S>copy-upgradepackage</S>
286+
<S>update-bootwim</S>
287+
<S>update-winrewim</S>
288+
<S>get-winvernum</S>
289+
<S>SelectISODir</S>
290+
<S>get-windowstype</S>
291+
<S>check-isobinariesexist</S>
292+
<S>invoke-checkboxcleanup</S>
293+
<S>invoke-removeISOmount</S>
294+
<S>check-freespace</S>
295+
<S>install-WWCMConsoleExtension</S>
296+
<S>invoke-architecturecheck</S>
297+
<S>invoke-admincheck</S>
298+
<S>invoke-2XXXprereq</S>
299+
<S>invoke-textnotification</S>
300+
</LST>
301+
</Obj>
302+
</En>
303+
<En>
304+
<S N="Key">Workflow</S>
305+
<Ref N="Value" RefId="5" />
306+
</En>
307+
</DCT>
308+
</Obj>
309+
<Nil N="PowerShellGetFormatVersion" />
310+
<Nil N="ReleaseNotes" />
311+
<Obj N="Dependencies" RefId="8">
312+
<TNRef RefId="2" />
313+
<LST />
314+
</Obj>
315+
<S N="RepositorySourceLocation">https://www.powershellgallery.com/api/v2/items/psscript</S>
316+
<S N="Repository">PSGallery</S>
317+
<S N="PackageManagementProvider">NuGet</S>
318+
<Obj N="AdditionalMetadata" RefId="9">
319+
<TN RefId="4">
320+
<T>System.Management.Automation.PSCustomObject</T>
321+
<T>System.Object</T>
322+
</TN>
323+
<MS>
324+
<S N="description">WIM Witch is a GUI driven tool used to update and customize Windows_x000A_Image (WIM) files and ISOs. It can also create WIM configuration templates and_x000A_apply them either with the GUI or programatically for bulk creation. WIM Witch_x000A_works as a stand alone tool, as well as integrating with Configuration Manager_x000A__x000A_Version 3.3.0_x000A__x000A_-Support for remote ConfigMgr useage. Installation on PSS no longer required. _x000A__x000A_Version 3.2.5_x000A__x000A_-Bugfix for applying LP/LXP/FOD for Win10 21H2_x000A__x000A_Version 3.2.4_x000A__x000A_-Bugfix for selecting LP/LXP/FOD for 21H2_x000A__x000A_Version 3.2.3_x000A__x000A_-Added support for Windows 10 21H2_x000A_-Dropped support for Windows 10 2004_x000A_-Fixed bug with .Net / ISO import with 20H2+21H1_x000A_-Added workaround to make Windows 11 LCUs work (CAB -&gt; MSU)_x000A_-Added Comment type / Green text to Update-Log function_x000A_-Bugfix for APPX selection_x000A__x000A_Version 3.2.2_x000A__x000A_-Fixed bug in downloading OneDrive client with Windows 11_x000A_-Fixed bug with Windows 11 ISO creation_x000A_-Fixed bug with Downloading Dynamic Updates for Win11 in CM_x000A__x000A_Version 3.2.1_x000A__x000A_-Fixed bug for download Server 2019/2022 and Win11 with OSDSUS_x000A__x000A_Version 3.2.0._x000A__x000A_-Adds support for Windows 11 and Server 2022_x000A_-Adds functionality to better handle SSUs with certain win10 versions_x000A_-Adds functionality to select XML or JSON for Windows 11 Start Menu_x000A_-Improves Windows Type and version during runtime</S>
325+
<S N="requireLicenseAcceptance">False</S>
326+
<S N="isLatestVersion">True</S>
327+
<S N="isAbsoluteLatestVersion">True</S>
328+
<S N="versionDownloadCount">823</S>
329+
<S N="downloadCount">31356</S>
330+
<S N="packageSize">71881</S>
331+
<S N="published">12/10/2021 6:17:40 PM -05:00</S>
332+
<S N="created">12/10/2021 6:17:40 PM -05:00</S>
333+
<S N="lastUpdated">1/1/2022 5:24:10 PM -05:00</S>
334+
<S N="tags">WIM Servicing Offline Image PSScript</S>
335+
<S N="developmentDependency">False</S>
336+
<S N="updated">2022-01-01T17:24:10Z</S>
337+
<S N="NormalizedVersion">3.3.0</S>
338+
<S N="Authors">Donna Ryan</S>
339+
<S N="IsPrerelease">false</S>
340+
<S N="ItemType">Script</S>
341+
<S N="FileList">WIMWitch.nuspec|WIMWitch.ps1</S>
342+
<S N="Functions">Get-FormVariables SelectMountDir SelectSourceWIM import-wiminfo SelectJSONFile Parse-JSON SelectDriverSource MakeItSo SelectTargetDir Update-Log Set-Logging DriverInjection ApplyDriver Get-OSDBInstallation Get-OSDSUSInstallation Get-OSDBCurrentVer Get-OSDSUSCurrentVer update-OSDB update-OSDSUS compare-OSDBuilderVer compare-OSDSUSVer check-superceded download-patches update-patchsource Apply-Updates Apply-LCU Select-Appx remove-appx remove-indexes SelectNewJSONDir get-WWAutopilotProfile update-autopilot save-config load-config select-config reset-MISCheckBox run-configfile display-closingtext display-openingtext check-mountpath check-name replace-name check-install select-installfolder install-wimwitch import-iso set-version select-iso inject-dotnet check-dotnetexists Check-WIMWitchVer upgrade-wimwitch Backup-WIMWitch download-onedrive copy-onedrive select-LPFODCriteria select-LanguagePacks select-localexperiencepack select-FODs apply-LanguagePacks apply-localexperiencepack apply-FODs import-LanguagePacks import-LocalExperiencePack import-FOD update-importverCB select-importotherpath pause-makeitso run-script get-imageinfo select-DPs create-CMImagePackage enable-ConfigMgrOptions update-CMImage invoke-UpdateTabOptions invoke-MEMCMUpdatecatalog Invoke-MSUpdateItemDownload invoke-MEMCMUpdateSupersedence invoke-MISUpdates invoke-OSDCheck set-imageproperties detect-configmgr set-configmgr import-CMModule apply-startlayout apply-defaultapp select-defaultapp select-startmenu select-regfiles apply-regfiles invoke-dadjoke stage-isomedia create-iso copy-upgradepackage update-bootwim update-winrewim get-winvernum SelectISODir get-windowstype check-isobinariesexist invoke-checkboxcleanup invoke-removeISOmount check-freespace install-WWCMConsoleExtension invoke-architecturecheck invoke-admincheck invoke-2XXXprereq invoke-textnotification</S>
343+
<S N="GUID">ee1ba506-ac68-45f8-9f37-4555f1902353</S>
344+
<S N="CompanyName">@TheNotoriousDRR</S>
345+
</MS>
346+
</Obj>
347+
<S N="InstalledLocation">C:\Users\jimmy\OneDrive\Documents\PowerShell\Scripts</S>
348+
</MS>
349+
</Obj>
350+
</Objs>

0 commit comments

Comments
 (0)