I write a lot scripts in AutoIt and although there’s great support in it for WMI, I’m an old school DOS and CMD line guy so I end up scripting out certain things in WMIC for simplicity and convenience. Here are a few snippets that I’ve done recently:
Continue reading “WMIC and SCCM/MEMCM”Category: SCCM
Microsoft System Center Configuration Manager
Deploying the SCCM Console MSI (not using consolesetup.exe)
There is a lot of documentation on the Net about how to deploy the SCCM console via consolesetup.exe. And also a lot of advice to not deploy it with the MSI. As it turns out, the MSI is broken and can’t be deployed as is. Here’s how you can fix it.
Continue reading “Deploying the SCCM Console MSI (not using consolesetup.exe)”SCCM can uninstall per user software!
I couldn’t find any one who had ever done a per user software uninstall quite right. When I started researching it, I found articles that had me delete files and folders and not actually touch the MSI database or run any actual uninstaller. I needed something better.
Continue reading “SCCM can uninstall per user software!”