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
- On Delivery Controller open the PowerShell
- Execute the command Add-PSSnapIn Citrix*
- 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
Was this article helpful?
thumb_up
Yes
thumb_down
No