Month: May 2019

PowerShell OSD scripts to Add/Remove Computer from AD group and set AD Description

Here are three of the scripts in Powershell instead, AddtoADGroup, RemoveFromADGroup And SetADdescription. They can be downloaded here: Script to add/remove Computer from AD group: https://gallery.technet.microsoft.com/ Script to set the AD computer description: https://gallery.technet.microsoft.com/ All scripts have to run in full OS and not in WinPE. AddToADGroup The script adds the computer it is being executed on

SCCM 1802/1806 Upgrade to 1810

Before you start, please make sure that you have a Site backup of your SCCM Server. You can take the back of the server by going to Administration \ Site Configuration on the Right side panel, select your Site. On the Ribbon on top Select Site Maintenance. Open the SCCM console Go to Administration \ Updates

Remove Windows 10 Bloatware from WIM file

I have seen people asking about removing bloatware from Windows 10 all over internet and in forums. I found this PowerShell Script which mounts the WIM Image and strips all tghe Bloatware from the Image itself. It has different options where you can choose which Bloatware to remove or remove all Bloatware. Download Script Example: