Browsing: System Center Configuration Manager

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 Pedersen Next

Read More

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!

Read More

Friday morning I’m leaving for the Microsoft Management Summit (MMS) in Las Vegas. This is one of the biggest Management events in world for for IT Pro’s. This year my main focus will be on Configuration Manager 2012 and Windows Intune. Hopefully I’ll also get time to see some of the great sessions about the next release of System Center Virtual Machine Manager. One of the great things about MMS is opportunity to meet with colleagues, customers, partners, fellow MVP’s and friends. If you want to have a chat, coffee or a beer during the event just give me a…

Read More

If you need to deploy Internet Explorer 9 using the Configuration Manager OSD Task Sequence, this is the command line that you should use: ie9_package.exe /quiet /norestart /update-no You should use the /update-no command-line option to prevent the Internet Explorer 9 package from checking for updates. If you do not use the /update-no command-line option, the Internet Explorer 9 package will require an Internet connection during installation. To uninstall Internet Explorer 9.0 (unattended), run this command twice from an command prompt (cmd.exe) with admin rights: FORFILES /P %WINDIR%servicingPackages /M Microsoft-Windows-InternetExplorer-*9.*.mum /c "cmd /c echo Uninstalling package @fname && start /w…

Read More

Forefront Endpoint Protection 2010, the next version of Forefront Client Security, is now RTM. Download is expected be available from the volume License site (VLCS) on  December 29th. Forefront Endpoint Protection builds on System Center Configuration Manager 2007 R2 and R3, allowing customers to use their existing client management infrastructure to deploy and maintain endpoint protection. Learn more. Technorati Tags: ConfigMgr,Forefront Endpoint Protection,FEP,SCCM

Read More

Earlier this month, the System Center User Group Denmark hosted a System Center focused event held in Copenhagen. Wally Mead from the Configuration Manager product Group in Redmond, Greg Jensen Marketing Director and Johan Arwidmark (Deployment Geek) where invited speakers for the event and around 110 user group members showed up for this full event day. The event was very popular and we’ve received lots of great feedback. PowerPoint slides from the event can be downloaded here: http://scug.dk/blogs/configurationmanager/archive/2010/11/05/powerpoint-slides-from-the-november-2010-scug-dk-user-group-meeting.aspx See you again next year. SCUG.dk User Group Meeting – November 2010 VIEW SLIDE SHOW DOWNLOAD ALL

Read More

Roger Zander has released an updated version of the SCCM Client Center. Patch Management can also show only approved updates Edit Hardware Inventory Classes Show Services without WMI x64 improvements and fixes Logging improved Some other minor updates Download: http://sourceforge.net/projects/smsclictr/

Read More

If you wish to deploy Windows 7 32-bit using Configuration Manager, and you need to enable AERO during deployment, you needs to add a “Run Command Line” step to the Task Sequence with the following command: WinSAT.exe formal If you do the same while deploying Windows 7 64-bit, the step will fail. The is due to the File System  Redirector, and the fact that the Tack Sequence is running in 32-bit context. To workaround this minor issue, make sure that you select Disable 64-bit file system redirection, on this step.

Read More

System Center Configuration Manager 2012 (Beta 2) has a new cool feature where you can “View Relation Ship” on a specific Application. This will automatically build a Visio drawing that documents all the dependencies that the application has. This is really great new for all the admins out there that don’t have the required time to create the necessary documentation for all their application.

Read More

As expected, the name for the next release of ConfigMgr, will be System Center Configuration Manager 2012. This was announced today during the session MGT202 at TechEd:Europe in Berlin. The product is currently in Beta 1, and Beta 2 is expected be released around MMS next year. System Center configuration manager 2012 is expected to be released around TechEd:Europe 2011.

Read More