Data Object - DesktopCustomizationScriptSettings

Class
VMware.Hv.CustomizationScriptSettings
Property of
DesktopCustomizationSettings
Since
Horizon 8.11

Data Object Description

Customization scripts to run on a cloned VM.

Data Object Properties

Properties

Name Type Description
powerOffScriptNamexsd:string

Power off script. Allows to run a customization script on cloned machines before they are powered off. Provide the path to the script on the parent virtual machine.
  • This property need not be set.
powerOffScriptParametersxsd:string

Power off script parameters. Example: p1 p2 p3
  • This property need not be set.
postSynchronizationScriptNamexsd:string

Post synchronization script. Allows to run a customization script on cloned machines after they are created, recomposed, or refreshed. Provide the path to the script on the parent virtual machine.
  • This property need not be set.
postSynchronizationScriptParametersxsd:string

Post synchronization script parameters. Example: p1 p2 p3
  • This property need not be set.