Virtualization - createVGTemplateEnrollmentJobForServer
Virtualization - createVGTemplateEnrollmentJobForServer
Description :
This command creates a Virtual Guest Template Enrollment Job for a target server. When you run this job, it:
-- Discovers all the templates that exist on the target server.
-- For each template, it creates a corresponding virtual guest package (VGP).
-- Optional. Using the operating system-specific configuration settings you specified with the setGuestCustomizationConfiguration command, it completes the VGP so it can be used to create new virtual guests.
For detailed information on this process, see the introductory chapter, Virtualization concepts.
Return type : DBKey
Command Input :
Variable Name | Variable Type | Description |
|---|---|---|
jobName | String | Name of the Virtual Guest Template Enrollment Job. |
depotGroupPath | String | Depot group where you want to store the VGP(s). |
groupName | String | Job group where the job is stored. |
serverName | String | Target server name |
executeNow | Boolean | Execute job now (true/false). |
Example
The following example shows how to create a Virtual Guest Template Enrollment Job for a target server.
Script