Browsed by
Tag: MEMCM

Error 0x87d01106 – The software could not be found on any servers

Error 0x87d01106 – The software could not be found on any servers

Today I made a seemingly simple mistake that still took me on a goose chase to find the simple fix. One which caused Error 0x87d01106 in the AppEnforce.log file. To make it slightly more confusing, software center, when deploying this application, threw me the rather generic error “The software could not be found on any servers at this time.” Pretty helpful right? The problem with this error. Previously I have seen it where boundaries have been set incorrectly and where…

Read More Read More

Application Install Error 0x80070005 – EnforceApp Failed

Application Install Error 0x80070005 – EnforceApp Failed

Today I came across an issue I had not seen before so I thought it would be a good idea to write down some ideas of how to resolve the issue, for when I forget what I did next time it happens! I was deploying a routine application for our organisation, one I have deployed and updated 10+ times before so I was surprised to see this error when testing the deployment today. While the error code is quite a…

Read More Read More

Deploy VMware Tools via Configuration Manager

Deploy VMware Tools via Configuration Manager

Personally, I find it really handy that ConfigMgr can manage software on server environments, this is always helpful when you have an application which needs to be installed or updated on all servers. Today, we are going to run through the process of updating VMware Tools on a bunch of virtual servers, in a way that will cause minimal disruption to the business. Obtain The Installer First things first, we need to obtain the latest installer for VMware Tools. I…

Read More Read More

ConfigMgr – Create Maintenance Windows

ConfigMgr – Create Maintenance Windows

Some people love them, some people hate them. Maintenance windows are just one tool which we can use to control when deployments are committed to endpoints. I use them for Windows Servers, as we are a traditional 9-5 business, I can set a maintenance window on our servers so that updates and applications (that require a restart) install out of hours, that way, the business impact is minimal and our uptime stays high. Here is a really quick blog post…

Read More Read More

Configuration Manager – Azure AD App Secrets

Configuration Manager – Azure AD App Secrets

One of the newer features of Configuration Manager is the ability to link it to cloud managed services. This allows for cloud configurations such as co-management and installing Apps from the Microsoft Online Store But, as with everything there is an element of maintenance and today I loaded Configuration Manager and was presented with the following message: One or more Azure AD app secrets used by Cloud Services will expire soon. Renew to avoid service disruptions. To avoid service disruptions,…

Read More Read More

Install Windows Capability with SCCM/WSUS deployed Windows Updates

Install Windows Capability with SCCM/WSUS deployed Windows Updates

I have worked in many environments where access out to external WSUS servers is limited (or not available). This makes sense if you are trying to tightly control the updates that your devices are receiving, but, it does make some of the modern Windows 10 tasks very difficult to manage. For example, if you wanted to install a feature on demand from Settings, you would normally select the Feature that you want to install and it would install. The problem…

Read More Read More

Windows Updates – 0x8024000B – Failed to install updates

Windows Updates – 0x8024000B – Failed to install updates

I recently experienced Failed to install updates issues with Windows Updates through Config Mgr. Its a reasonably easy error to fix, and quite common, especially if you are deploying large upgrades, such as Service Packs for SQL. The error the reported is 0x8024000B(-2145124341) To resolve this error, open your Config Mgr console. Navigate to Software Library | Software Updates | All Software Updates Locate the KB you are trying to install (Tip, you can search by KB number in the…

Read More Read More