Today I want to edit an task sequence within SCCM 2012 and I received the following error message: “Cannot edit the object, which is in use by site P01″. Mmmm….that’s strange!! I’m the only Sysadmin with an ConfigMgr 2012 Management Console. To unlock this object, I’ve used an query within SQL.
1.) Open the SQL Management Console and navigate to the ConfigMgr database
2.) Open a new query
3.) To view all the locked objects, type the following query:
select * from SEDO_LockState
Execute the query and watch te results
4.) We see one object that is locked
5.) Note the ID of this specific object
6.) To unlock this object, type the following query:
delete from SEDO_LockState where ID=’ID of the object’
Execute the query and watch the results
7.) Now the object is succesfully unlocked and you’re able to edit the task sequence



Tags: #2012, ConfigMgr 2012, Locked State, Object, SCCM 2012, Site
Posted in Ictivity, Microsoft SCCM 2012, Microsoft Windows Server 2012 | Comments Off
Normally users have the ability to right click on a file, or multiple files in the Windows Explorer, and print the file(s). When using RES Workspace Manager, this option is default not available for all your file extensions. This is a feature that you want enable for your users, for example for PDF files. So let’s configure this option.
1.) First of all start the RES Workspace Manager console
2.) Navigate to Composition / Applications / Adobe Reader XI (in my example for PDF files)
3.) Navigate to the Properties / File Types tab and click Add
4.) Add the PDF file extension
5.) Select the command Print
6.) Select the parameter “%1″, this is default
7.) Now login with a user again and the Print option for PDF files within the Windows Explorer is back again!


Tags: #RESWM2012, File Types, Print, RES, RES Workspace Manager 2012, WM2012
Posted in RES Workspace Manager, Uncategorized | Comments Off
Last week on TechEd North America, Windows Server 2012 R2 is announced. Here are some highlights of “Hyper-V – What’s New in Windows Serve 2012 R2” session (MDC-B330):
Generation 2 VM: A generation 2 VM knows that it is virtualized! It can boot ISCSI and synthetic NIC, so no emulated hardware anymore! A generation 2 VM is available for Windows 8 and Server 2012 or higher. Converting a VM to a generation 2 VM is not possible.
Automatic Activation: No more KMS servers in your environment to activate your guest VM’s. Now it is possible to automaic activate your guest VM’s using OEM or volume licenses.
Online VHDX resize: Do you need any more disk space? Increase and decrease the size of the virtual hard disks online. The VM is up and running while performing this action!
Zero downtime upgrade: Upgrade from Windows Server 2012 Hyper-V to Windows Server 2012 R2 Hyper-V without any downtime using cross version live migration.
Faster Live Migration: Live Migration is about 2 times faster now using compression.
Linux guest support: Linux VM’s are fully supported now. Use dynamic memory, online backup, online VHDX resize and better video experience using new video drivers.
Compatibility with Windows Azure IaaS: Windows Azure IaaS uses exactly the same Virtualization as Windows Server 2012 Hyper-V, so VM’s can be moved between your private cloud and the public cloud!
Enhanced VM inteaction: Remote Desktop over the VMBUS, which enables full remote desktop capabilities, copy files, enhanced login, audio redirection, and even more.
There are a lot of more new features and capabilities within the new Hyper-V 2012 R2 release. Hopefully I can see some information in Madrid at the Microsoft TechEd Europe!
Tags: #HV2012R2, Azure IaaS, Hyper-V 2012 R2
Posted in Microsoft Hyper-V, Microsoft News, Microsoft Windows Server 2012, News | Comments Off
Finally my new home lab environment is up and running. After building a copple of hours, my new monster was ready to rock!! I’ve installed Windows Server 2012 with the Hyper-V server role….and WOW, it really rocks!! The next few moths I’m going to build a big environment, with System Center 2012, Exchange 2013, Windows Server 2012 and many, many, many more cool products!!
* AMD A8 3870K 3.00GHz 4MB FM1 Box
* Asus F1A75-V PRO AMD A75, SATA600 RAID, HDMI
* Corsair 32GB PC3-14900 DDR3 SDRAM Vengeance (4x 8GB, 1866MHz)

Posted in Ictivity, Microsoft Exchange 2010 Server, Microsoft Exchange 2013 Server, Microsoft Fun, Microsoft SCCM 2012, Microsoft Windows Server 2012, System Center 2012 | Comments Off
Microsoft has released the Exchange Server 2013 Architecture Poster. To download the poster, click on the image below.

Posted in Microsoft Exchange 2013 Server | Comments Off
Yesterday and today I passed the 70-246 and 70-247 exams! Right now I’m officially Microsoft Certified Solutions Expert 2012 Private Cloud (MSCE 2012). After a couple of months preperation, reading books, reading blogpost and building, building and again building some lab environments, the big day was there!! After two hours, I hit the the final button….YES, passed the first exam! Today I also passed the second exam!
With the upcoming TechEd Europe 2013 event in Madrid, it’s a great timing to have the MSCE 2012 Private Cloud status in the pocket. Do you know where I’m going to dream about this night….right, my own private cloud!!

Tags: #2012, #LoveSystemCenter, Cloud, MCSE 2012, Private Cloud, System Center
Posted in Ictivity, Microsoft Exams, Microsoft SCCM 2012, Microsoft Windows Server 2012, News | Comments Off