-
Script Error When Upgrading ADK To Windows 11
Continue reading: Script Error When Upgrading ADK To Windows 11If you’ve encountered a script error while PXE booting images under the new Windows PE edition for Windows 11, you’re not alone. Yes, it’s frustrating! This issue often arises after upgrading the Windows Assessment and Deployment Kit (ADK) and its WinPE add-on for Windows 11. Here’s what I did to fix the problem. Depending on…
-
Save Powershell Modules For Offline Storage
Continue reading: Save Powershell Modules For Offline StorageJust a quick How:To that came to mind 1. Open Powershell 5.1 or later2. Determine a save location. In my example an SMB storage location will be used3. If you are not sure of the name of the powershell module you are looking to save offline utilize the Find-Module *name* command. Under the name column…
-
Simple Powershell To Remove Administrators
Continue reading: Simple Powershell To Remove AdministratorsHere’s a quick one liner script to remove non-Administrator(s) from the administrator group