-
Script Error When Upgrading WDS ADK To Windows 11
Continue reading: Script Error When Upgrading WDS ADK To Windows 11You may seen the above error when PXE booting images under the new Windows PE edition for Windows 11. Yes, frustrating right! Well this is what I did to fix the issue. Depending on how many WDS/MDT servers you have you may have to follow this multiple times. First you will want to open a…
-
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