In this blog I will show you how to inject your Windows 10 start menu offline so that on first boot its already configured in your reference image or even your deployment task sequence whether that be MDT of ConfigMgr … Read More
Get and Set ConfigMgr Machine Variables with WMI and PowerShell Functions
So I’m working on a client site at the moment with a difficult to automate OU structure. Essentially I need to be able to add and get ConfigMgr machine variables easily and without the need of the PowerShell module.
So … Read More
Disable RDP Windows 10 PowerShell Script Configuration Baseline SCCM
So I was setting up a KIOSK environment usingĀ Windows 10 1709 for a client recently and we wanted to take the route of applying as few GPOs as possible (as it should be in 2018)!
Ensuring that this stayed … Read More
PowerShell add Computers to Collection from CSV – SCCM ConfigMgr
This is a quick and dirty PowerShell script to import from CSV using the name of the machine to find the resource ID. It will only work for machines that are already a member of the Site you are working … Read More