How to find out the Master image VM used for the machine catalog.

How to find out the Master image VM used for the machine catalog.

book

Article ID: CTX216896

calendar_today

Updated On:

Description

How to find out the Master image or Snapshot used for creating the machine catalog


Instructions

  1. On Delivery Controller open the PowerShell
  2. Execute the command Add-PSSnapIn Citrix*
  3. Execute following PowerShell command by replacing <Machine Catalog Name> with Catalog name in question.
Get-ProvScheme -ProvisioningSchemeUid (Get-BrokerCatalog -Name "<Machine Catalog Name>").ProvisioningSchemeId | Select MasterImageVM