The following article takes you through the steps required to implement SCCM within a XenDesktop VDI environment. From the creation of the master image client installation to the addition of the virtual device classes.
Under a VDI solution only the master VM image needs to have the SCCM client installed. When the master image is created with MCS install the SCCM agent on that master VM. VDI's that are created from the master image will generate their own machine ID's that will persist with the device.This means that the devices will appear in the console alongside the physical devices, one record per device.
Run AD Users and Computers. Create an account that will be used to push install the SCCM client to the master image. In this instance an account called SCCMLocalAdmin has been created. Set the password to never expire.
Add the account to the local administrator group on the master image machine.
In the Administration workspace; click Site Configuration>Sites. Right click the site in the main body pane and choose Client Installation Settings>Client Push Installation. Click the Accounts tab and then the yellow star burst icon and choose New Account.
Add in the username/password for the SCCMLocalAdmin account. Click OK twice.
With the above criteria in place SCCM 2012 will install the SCCM Client onto the VDI master VM. Ensure that the following are allowed through the Windows Firewall if using the Push install method.
Once install completes you will need to make the following changes to the master image prior to snapshot.
wmic /namespace:\\root\ccm\invagt path inventoryActionStatus where InventoryActionID="{00000000-0000-0000-0000-000000000001}" DELETE /NOINTERACTIVE
Do not follow the advice from the Citrix Team Blog which is to install the client and forget about it. This approach will generate bad mifs in your environment. See my post on the subject here.
Since the master image is the reference point for all your updates you only want to update that master image during any patching exercises. If you applied any updates to the cloned desktops these would be lost on a log off and therefore generate unnecessary network traffic and disk activity when downloaded and installed again. SCCM 2012 provides a way to disable the update deployment. According to The Citrix Blog
'To address this, Configuration Manager 2012 provides a simple mechanism to disable the update deployment. In the Configuration Manager console you can define a custom client setting for the Computer Agent. Within that there is an option called ‘Agent extensions manage the deployment of applications and software updates.’ – pre SP1 and ‘Additional software manages the deployment of applications and software updates’ – post SP1 Setting that to Yes instructs the SCCM agent to do all of its normal information discovery operations but not attempt to download/apply any software updates. Once you have defined this policy you can apply it to any collections of virtual desktops which are built on shared images. Your master VMs can be in different collections which don’t have this policy applied so that they will continue to download and apply updates.'
I would advise against applying this to your clients. The main reason being that if you are using application deployment such as App-V your packages will fail to deploy if you enable this in your client settings (note MSI deployment still works). Hmm not good!
Also if you decide to deploy updates that are targeted to the cloned devices, and not the master, they will still download - but not install - to the device.
Just take care when targeting the deployment of updates!
If you decide to go ahead, enable this client setting as below. Target the client policy at the cloned VDI's only (details on how to create your collection later).
Click Computer Agent and change the value for ‘Additional software manages the deployment of applications and software updates’ to Yes. Click OK.
Create a Master Image collection
Create a collection for the master image. This can assist with targeting software update deployments Add in the device using either a direct or query rule. I tend to add in direct for this single device collection.
To create a direct rule collection that will contain only the master image VM, go to the Assets and Compliance workspace, right click the Device Collection node and choose Create Device Collection.
Add a Name for the collection and click the Browse button to choose a Limiting Collection. Choose All Systems as the limiting collection. Click Next.
Click Add Rule>Direct Rule. Add in the master image VM. Click through to the end of the wizard.
Refresh the Device Collections and the Member Count will increment by the number of workstations added.
If you have set the client previously at the Default Client Policy level then be sure to set the master image to use SCCM to handle updates with a separate policy. Again, my advice, don't use the Citrix recommended method.
In the Assets and Compliance workspace right click Device Collections and choose Folder>Create Folder. Name it 'Software Updates'.
Create a sub folder called Software Updates – Windows 7. Right click the Software Updates – Windows folder and create a Device Collection.
Enter a name for the Collection. In this instance the software updates will be targeted at the master image VM only, I name this collection ‘Software Updates - Master Image’. Click Browse and use the All Master Image Devices collection created earlier.
Add in the master image VM by either a direct or query rule and click through to the end of the wizard.
When creating my ADR for updates I ensure that the collection that is targeted for deploy is the 'Software Updates - Master Image' collection.
When I schedule the ADR to run I then ensure that the master image is powered on and available. Once updates are deployed to the master image I can then snapshot the master VM and update the Citrix catalogs with the changes.
I mentioned earlier that I'd cover how to create a collection of VDI based devices and it's a fairly simple procedure to get the information required to create the collection into SCCM.
The following new machine attributes will be available to you via the combination of SCCM 2012 and XenDesktop 5.6.
CCM_DesktopMachine (Generic SCCM virtual desktop attributes; value below apply for XenDesktop environments)
Citrix_VirtualDesktopInfo (Citrix-specific attributes)
To add the classes so they can be queried, go to the Administration workspace; click Client Settings. Right click the Default Client Settings and choose Properties.
Choose Hardware Inventory and click Set Classes.
Click the Add button and then click Connect.
Enter the computer name of a XenDesktop device that has the SCCM client installed – such as the master VM.
Enter root\ccmvdi as the WMI namespace and click Connect.
Select CCM_DesktopMachine. Click OK.
Click Add and Connect again. Enter root\citrix\desktopinformation in the WMI namespace. Click Connect.
Select the Citrix_VirtualDesktopInfo class and click OK.
Click OK again and the classes will be collected by the hardware inventory.
Once the policy has applied to the client the next run of the Hardware Inventory retrieval will add the details of the classes into the Hardware details of the machine.
To check the classes are in the Hardware Inventory find the device in the SCCM Console in Assets and Compliance>Devices. Right click the device and select Start>Resource Explorer.
Look for the classes in Resource Explorer.
This means that a query based collection can be created using the classes within the query. e,g 'Is Virtual = 1 and Is Machine Changes Persisted = 0' if a cloned VDI.