Browsing: SCCM

Update: Before you read this post, check out my new guide on TechNet right here: https://gallery.technet.microsoft.com/How-to-Deploying-Office-e9f296fb Today Microsoft has released the Office 2016 Deployment Tool. This Tool allows administrators to customize and manage Office 2016 Click-to-Run deployments. It will also help administrators to manage installations sources, product/language combinations, and deployment configuration options for Office Click-to-Run. The tool can be downloaded here: http://www.microsoft.com/en-us/download/details.aspx?id=49117&WT Prepareing and Deploying Office 2016 After downloading and extracting the Deployment Tool, we need to create a download.xml that is used to download or update the installation source with the latest version of Office 365 Pro Plus (2016).…

Read More

If you upgrade to MDT 2013 Update 1 and then create a new MDT Boot Image in SCCM, you will learn that the WinPE-MDAC component are not added to the boot image as expected. By default the WinPE-MDAC component  are selected in the wizard, but if you check the Optional Components tab of the boot image, you’ll see that the WinPE-MDAC is missing. The wizard showing that WinPE-MDAC will be added: Properties after the Boot Images was created (WinPE-MDAC is missing): The fix is pretty simple. Just add the WinPE-MDAC component, and update the boot image. Now everything looks…

Read More

When creating SCCM driver packages I always (99%) use WMI queries to select the correct driver package to be installed. Often I perform these tasks remotely without visiting the customer. The main reason for this blog post is to provide a list of useful commands that the customer can execute on the computer to get the WMI query I need. Depending on the hardware vendor you might want to use different commands, but these commands should provide most of the information you need. Here is the computer information that where returned by running the commands on my computer: wmic csproduct…

Read More

Introduction Installing this service pack is very similar to previous service packs and CU updates but there are a few things you should be aware of. In this blog post, I’ll walk you through the upgrade process step-by-step in a SCCM 2012 R2 standalone primary scenario. As always, you should start by checking the health of the system, verify the backup, etc. At a minimum, you should check the following: Install any missing updates (security, critical and important). Verify you don’t have a pending restart. https://gallery.technet.microsoft.com/Get-PendingReboot-Query-bdb79542 Verify that you have a valid SQL backup. Guide: https://stevethompsonmvp.wordpress.com/2013/06/07/sql-server-backup-recommendations-for-configuration-manager/ Test that the site…

Read More

On the 28th April I’ll be delivering Free Tecnical Training with Rasmus Hald from Microsoft. It’s a full day with both hands-on and notes from the fields on deployment of  Managing Mobile Devices and Windows 10 in the Enterprise. The main focus will be administration and management of Windows 10 and Mobile Devices (Windows Phone, iOS Devices and Andriod). About the event: Date: 28. april 2014 (08:30 to 17:00) Location: Microsoft Danmark, Hellerup Techinal Level: 300 Language: Danish Price: Free Instructors: Ronni Pedersen (MVP) & Rasmus Hald (MSFT) Registration: Hellerup 28/4-2015 (Code: BDDF6B)* * limited seats avaliable Agenda: Introducing to…

Read More

Microsoft has released the Configuration Manager Servicing Extension for ConfigMgr 2012 R2. This new add-on for the Administrator console provides a summary of the Configuration Manager versions in the environment, simplified client targeting, and information on new Configuration Manager related releases. Feature Summary The Servicing Extension provides the following capabilities: Notifies you of Configuration Manager updates as they become available, with the ability to filter updates according to which major product release they apply to Provides version details on the sites in your environment, including the last major Configuration Manager version installed and the most recently installed Cumulative Update Provides…

Read More

If you run System Center 2012 Configuration Manager and wants to use the Report Builder from a remote console, you might see the following error message: Unable to connect to data source The certificate chain was issued by an authority that is not trusted ——————————– A connection was successfully established with the server, but then an error occurred during the login process. (provider: SSL Provider: 0 – The certificate chain was issued by an authority that is not trusted.) To fix this little issue you need to do the following: Export the required certificate: On the Site Server (or the…

Read More

First, I’d like to say thanks to those of you that attended the Microsoft Campus Days event in Copenhagen last week. It was an amazing event with lots of great sessions. As always, I’m honored to be invited to speak at this event and it’s something that I really look forward to every year. So thank you for attending and for making speaking at the event a fun thing to do! Usually, I prefer to have my session early in the morning but this year I got the final speaker slot just before the movie and the closing party. At…

Read More

From time to time, I teach the Microsoft 10747D Administering System Center Configuration Manager class. Many of the students don’t have much experience with writing PowerShell scripts, and one of the labs allways create a lot of noise and frustration. So to make this task easier for some of the students, I decided to publish the script here, so they can copy it, if they don’t want to write the code. The script can be downloaded here: https://gallery.technet.microsoft.com/Class-10747D-Lab-13-0ef106a8 /Enjoy.

Read More

Last week I got a call from a customer, that wanted to automate the naming of new computers, that was beeing deployed using System Center Configuration Manager. They were using the build-in UDI Wizard, that comes with the Microsoft Deployment Toolkit (MDT). But the default computer name for new computers are “MININT-%SomeRandomNumber%”. They want to use the following naming standard: The first 3 characters should be static (The company prefix). In this example well use “ABC”. The next character should be the Device type (D=Desktop, L=Laptop or V=Virtual Machine). The last (up to) 9 characters should be the computer’s serial…

Read More