Email Notification at the end of a SCCM OSD Task Sequence

I have been working on a method to send our helpdesk an email notification when an OSD task sequence has completed. I started by looking into using the Status Filters and Powershell but this didn’t seem to work well enough for what I wanted to do, which was to create a fancy looking email by using HTML for the outputed …

Email Notification at the end of a SCCM OSD Task Sequence Read More

Endpoint Virus Exclusion Updates for Service Pack 1 (SP1)

With System Center Endpoint Protection now having been updated to Service Pack 1 along with the rest of the System Center products, there are a few more exclusions that you should consider adding for your ConfigMgr servers. If you are using Operating System Deployment (OSD) then you should add these: This should help with offline servicing of images and the …

Endpoint Virus Exclusion Updates for Service Pack 1 (SP1) Read More

User State Migration Tool (USMT) during OSD Task Sequence SCCM 2012 SP1

I’ve been using ConfigMgr for many years now and I’ve used OSD in every version I’ve been involved with, however, for some reason, I’ve never used USMT before. In most cases this is simply because I didn’t need to use it as my only need was for bare metal deployments but, our environment is changing and I need to deploy …

User State Migration Tool (USMT) during OSD Task Sequence SCCM 2012 SP1 Read More

How to upgrade System Center Configuration Manager 2012 to SP1

This is a guide on upgrading System Center Configuration Manager 2012 to Service Pack 1 in a lab environment. Your setup may be slightly different so remember this is a guide, so if you have any questions, please feel free to leave a comment at the bottom of this post. Note that I am using the following setup: Domain Controller …

How to upgrade System Center Configuration Manager 2012 to SP1 Read More

SCCM – SQL Query for newly discovered devices in last 24 hours

This query for SCCM will tell you the devices that have been discovered by Configuration Manager in the last 24 hours. This query can be amended to change the amount of days you wish to look back at for newly discovered devices by changing the last digit in the code. SQL Query More Queries Our full range of SQL and …

SCCM – SQL Query for newly discovered devices in last 24 hours Read More

Find last logged on user by NetBIOS name – SCCM Query

I’ve been asked a lot of questions about the various ways of using queries and there are almost no limits to what you can do with a query and of course, you can then go on and use these queries for creating collections or just to supply you with the information you require. I have created some very basic queries …

Find last logged on user by NetBIOS name – SCCM Query Read More