Here is a list of all the 35 NEW cmdlets that was added in System Center 2012 R2 Configuration Manager CU4. More information and examples will be added to this post later. Add-CMDeploymentTypeDependency Add-CMDeploymentTypeSupersedence ConvertFrom-CMApplication ConvertFrom-CMConfigurationItem ConvertTo-CMApplication ConvertTo-CMConfigurationItem Get-CMClientOperation Get-CMCertificate Get-CMDeploymentTypeDependency Get-CMDeploymentTypeDependencyGroup Get-CMDeploymentTypeSupersedence Get-CMMigrationSource Get-CMObjectSecurityScope Get-CMQuery Get-CMSiteRole Invoke-CMQuery Invoke-CMSystemDiscovery Invoke-CMUserDiscovery Invoke-GroupDiscovery New-CMADGroupDiscoveryScope New-CMDeploymentTypeDependencyGroup New-CMEmbeddedObjectInstance New-CMEmbeddedProperty New-CMEmbeddedPropertyList New-CMQuery Remove-CMCollection Remove-CMDeploymentTypeDependency Remove-CMDeploymentTypeDependencyGroup Remove-CMDeploymentTypeSupersedence Remove-CMQuery Set-CMDeploymentTypeDependency Set-CMDeploymentTypeDependencyGroup Set-CMDeploymentTypeSupersedence Set-CMQuery Sync-CMMigrationSource /Enjoy

Introduction Installing this update is very similar to previous versions but a few things have changed since I did the last post on CU updates. In this blog post, I’ll walk you through the upgrade process step-by-step in a standalone primary scenario. The full list of fixes and a link to request the hotfix is available here: http://support.microsoft.com/kb/3026739/ 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. Verify that you…

When upgrading the System Center Configuration Manager (SCCM) client to a new version, most customers would prefer to create new collections for this task. As a cosultant I create alot of these “ad-hoc” collections every time I visit a customer, so I’ve created a small libary of PowerShell scripts that will help me create these collections really fast when I need them. Here is a simple PowerShell script that will create 2 kinds of collections that will help you for this specific task. #CLI – Client Version; That will have all clients with a specific client version. #CU – Cumulative…

“We Are the World” is a song and charity single originally recorded by the super group “USA for Africa” in 1985. (The last recording session for the song was held on January 28, 1985.) That is exactly 30 years ago today. About 10 or 12 years ago, I found this funny little video on an internal file share. The video was created in 1987 by the company I work for (EG) as part of the 10th year anniversary party. It’s truly a great video, so I thought I’d share it with all of you right here /Enjoy

The team behind System Center User Group Denmark has announced the events scheduled for 2015. As always, you can expect nothing but the highest quality of technical sessions available in Denmark. All content will be delivered by some on the world’s best and brightest experts in their field along with top speakers from all over the world. If you spend your day working with Microsoft products like Windows Server, System Center, Microsoft Azure and Client/Mobile Management; these are the user group meetings you cannot afford to miss. And they’re 100% FREE to attend! Read more about the schedule and pre-book your calendar here:…

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…

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…

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…

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.

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…

1 8 9 10 11 12 44