PXE Boot problems during SCCM OSD

sccm logo 600x400

I recently have had some issues with machines not PXE booting for me to be able to deploy an image to new machines. I couldn’t quite figure it out as all of our worldwide sites were working perfectly and the office I was working at was also working in one part of the building but … Read more

Fixing SCCM Console Connection Errors Caused by Corrupted Performance Counters

microsoft black logo

We recently expanded SCCM Console access to a number of additional users. Before access was granted, each user completed a short training session, and their SCCM permissions were heavily restricted as expected. However, several machines began displaying an error when launching the SCCM Console: Cannot connect to the SCCM database If you’re an SCCM administrator, … Read more

Install System Center Endpoint Protection (SCEP) During SCCM OSD Task Sequence Process

sccm logo

As stated in my previous post, I have been asked recently about installing Endpoint Protection (SCEP) during the SCCM OSD process. This is pretty easy to do and the knock on affect is that you also can have SCEP available to install from your Software Catalog. To prepare the SCEP software for deployment in your … Read more

Install System Center Endpoint Protection (SCEP) using the SCCM Software Catalog

sccm logo

]I’ve had a few requests recently asking whether it is possible to install System Center Endpoint Protection (SCEP) during the task sequence for an operating system deployment. I’ve also been asked if it is possible to put SCEP into the Software Catalog. Well, the answer to both questions is yes and I’ll be breaking the … Read more

SCCM Global Condition Setup

System Center Configuration Manager SCCM

I had been given a task to build a Software Catalog application where Outlook must be closed to allow the successful installation of the software. We had previously just packaged the software and made it available to the Software Catalog with a message stating that users must first shut down Outlook before attempting to run … Read more

SCCM Query to create collection for x86 & x64 machines

sccm logo

We have been asked on a number of occasions how to create Configuration Manager Collections for machines on x86 or x64 Windows Operating Systems. To do this, you should use the two collection queries as below: Instructions Query to create collection for x86 machines Query to create collection for x64 machines More Queries Our full … Read more

Prompt for Computer Name during SCCM OSD

System Center Configuration Manager SCCM

In previous blog posts I’ve put together a guide to automatically create the computer name in your OSD task sequences using MDT (see the link below..): Automatically generate computer name during SCCM OSD However, there is also a slightly more manual way of inputting your computer name during an OSD TS using a pop-up prompt. … Read more