Posts tagged System Center Configuration Manager

ConfigMgr 2012: Applications that depend on this application

0

Last week I was presenting at Microsoft Campus Days in Copenhagen. During one of my presentations on Application Management using Configuration Manager 2012, I got a question on dependencies, and how to see what applications (Deployment Types) depends on a specific application, before you retire or delete an the application.

On the References tab for the application, you can see which Applications that depend on this application.

I don’t remeber who asked the question but here is the answer.

Enjoy.

PowerPoints from Microsoft Campus Days (October 2011)

1

Last week I had the honor of presenting at Microsoft Campus Days 2011 in Copenhagen.

I had two sessions, and both sessions topics was about software distribution in System Center Configuration Manager 2012.

The sessions was recorded (In Danish), and will be available from Microsoft soon. I will post a link to the recording when it is available.

For now I have made the slides (PowerPoint) for you…

Session I14: System Center Configuration Manager 2012: Application Lifecycle Management Part 1/2 Download slides here from Skydrive.

Session I15: System Center Configuration Manager 2012: More >

Duplicate Records When You Use Unknown Computer Support with Active Directory Delta-Discovery

0

Really great post by Minfang Lv over at the System Center Configuration Manager Team Blog.

Read the full post here.

This post describes how and when you might see duplicate records when you use unknown computer support with Active Directory Delta-Discovery in Configuration Manager 2007 R3, what problems you might see, and some suggested workarounds.

Unknown computer support is an operating system deployment feature that was introduced in Configuration Manager 2007 R2. It allows you to find unmanaged computers so that you can install an operating system on them, and optionally, install the More >

Coming soon: Microsoft Deployment Toolkit 2012 Beta 1!

0

New features include support for Microsoft System Center Configuration Manager 2012, an improved Lite Touch user experience, and more!

  • Visit the MDT home page and subscribe to the news feed to be notified when he beta is available for download (releasing in early June).

Source: Microsoft Solution Accelerators May Newsletter!

Run Command Line in Task Sequence for a 64-bit OS

0

When running certain applications and commands through the “Run Command Line” task sequence in System Center Configuration Manager 2007 for a 64-bit Operating System you might find that the task will fail. This is true for applications that don’t fully support 64-bit mode. Some commands are not available by default when running in 32-bit mode, for example “manage-bde.exe” or “winsat.exe.

To work around this issue, simply disable the “64-bit file system redirection” in the task sequence when running such applications or commands.

System Center Updates Publisher 2011 has released!

2

Jason T. Lewis has just announced the release of System Center Updates Publisher 2011. Read the announcement here.

I’m happy to announce that we have released System Center Updates Publisher 2011 to the web today. This release was primarily driven by customer feedback over the past year. It all started last year at MMS (2010) where we got a lot of great feedback regarding the existing product. Out of that feedback a plan was created to greatly improve the product for both customers and partners. Updates Publisher 2011 is packed full of new features and additions with just a few of them listed More >

SCUG.dk User Group Meeting, April 2011

0

Friday the System Center User Group Denmark hosted a System Center focused event held in Copenhagen.

The main goal for this event, was to show some of the most important news and updates from the Microsoft Management Summit 2011 in Las Vegas, to User Group Members that didn’t attend MMS.

The event was very popular and we’ve received lots of great feedback. Around 65 user group members showed up for this full event day.

PowerPoint slides from the event can be downloaded here, and all the pictures from the event are available on the link below.

Thank you all again for supporting this event and More >

PowerPoint’s from the System Center User Group Meeting (April 2011)

5

Session 1: System Center Configuration Manager 2012: Application Lifecycle Management Speaker: Ronni Pedersen, Configuration Manager MVP Download slides here.

Session 2: System Center Configuration Manager 2012: Migration from ConfigMgr 2007 Speaker: Kent Agerlund, Configuration Manager MVP Download slides here.

Session 3: System Center Virtual Machine Manager 2012 Speaker: Brian Lauge, Microsoft Denmark Download slides here.

Session 4: AVIcode & Opalis: A Microsoft  Subsidiary Speakers: Jakob G. Svendsen & Kåre Rude Andersen Download slide More >

OSD: Change Volume Name

0

Lets say you need to change/rename the volume name of the C: drive to the computername, as part of your OS deployment Task Sequence. This script will help you do that:

strComputer = "." Set WshNetwork = WScript.CreateObject("WScript.Network") Set objWMIService = GetObject("winmgmts:" _ & "{impersonationLevel=impersonate}!\" & strComputer & "rootcimv2") Set colDrives = objWMIService.ExecQuery _ ("Select * from Win32_LogicalDisk where DeviceID = 'C:'") For Each objDrive in colDrives objDrive.VolumeName = WshNetwork.ComputerName objDrive.Put_

Enjoy

+Ronni More >

TechEd North America: Staffing the ConfigMgr booth

0

Awesome! I’ve been selected to participate in Tech·Ed North America 2011 as a Microsoft Product Expert in the Technical Learning Center (TLC).

This is is my 3th TechEd where I get the chance to staff as a Microsoft Product Expert (Ask the Experts) in the Configuration Manager booth. I’m really looking forward to get the chance to talk to customers and show them all the great features in Configuration Manager 2012.

So if you get the time, please drop by the Configuration Manager booth, and talk to us.

See you in Atlanta!

Go to Top