Automate Application creation in ConfigMgr with Powershell
In my previous post i wrote about a convoluted way of hiding credentials whereever possible when working with Task Sequences. Fortunately, this entire solution became obsolete when Microsoft decided to offer to mask sensitive data in a Task Sequence with a mere checkbox. First in the 1804 preview, then in release with 1806.…
Supporting both Legacy and UEFI mode in your SCCM environment
When you still have devices in your environment which are only supporting legacy PXE boots and you also want to support UEFI PXE boots with the same task sequence this blog-post is meant for you. I will also give you some additional options you can add to your partitioning step…
SCCM CB – Simply re-use USB-Ethernet adapters with Duplicate hardware identifiers
When you are frequently deploying devices without a build-in network device, like MS Surfaces, DELL XPS devices and tablets, you know the burden of using USB-Ethernet adapters. These devices have their own MAC-address and when used repeatedly, you constantly have to remove the old devices to add new devices for deployment. Before…
Silent uninstall of password protected TrendMicro antivirus
Ever tried to silently uninstall the TrendMicro AntiVirus client when it’s password protected? You probably could not find a suitable, free and total solution for your situation. It happened to me a while ago and I would like to share my experiences. I know it’s possible to manage the installed…