Deploy Microsoft 365 Apps with “Zero content”

You most likely know how to deploy applications from ConfigMgr. Usually, you would package all the source files in a single folder to build our deployment. But when it comes to configuring and deploying Microsoft 365 Apps (previously known as Office 365 Pro Plus), there are multiple ways of doing it: Downloading the source files […]

Continue Reading

ConfigMgr: Fatal MSI Error – mp.msi could not be installed

I have made this same mistake before, so I decided write it down this time. Today I was rebuilding my ConfigMgr test lab again, run into issue that management point installation failed, with error “Fatal MSI Error – mp.msi could not be installed”. There is not much information in MPSetup.log and mpMSI.log that can point […]

Continue Reading

Microsoft Graph Intune fun – Create Flow connector for Autopilot

In MMSMOA, Dave, Timmy and me, we presented how to make Flow custom connector for Microsoft Intune. I mentioned I have build an “automation solution” for Autopilot and promised I will write blog post about t.  🙂 Hope you understand, when I came up with idea, it was last year 2018 August. In that time […]

Continue Reading

Detect and remove application from dependent task sequences with PowerShell

I believe most of us use install application steps during operating system deployment, unless you are using fully dynamic scripts to install applications. We often do changes in our task sequence, we made a copy of the original task sequence, made it as backup, then start modify the new ones. In some point, we updated […]

Continue Reading