When publishing an image to PVS the Citrix App Layering PVS Connector allows for running a PowerShell script after an image in uploaded to the PVS Store and Added as a vDisk.
This sample script is intended to show Citrix customers how this scripting can be used to increase administrative productivity.
The script provides the following features which can be enabled or disabled as desired:
Where to download ?
Certain legacy Citrix tools are now available on request only. Please submit the request here - https://forms.gle/obA39PEz5qpDiSPq8
Once we verify your request, we will provide access to the download location.
In order to use this script there are several important limitations to be aware of:
Note: The full path of the vDIsk cannot be longer than 127 characters. This includes the store path.
This example script is provided by Citrix Solution Architects as an example of useful extensions that can be made to Citrix App Layering. These scripts have been tested in our labs but not by our QA department and they are not supported as part of the Citrix App Layering Product. Please test thoroughly and implement with care.
Note: The VHDX conversion process used by this example script may create significant processor and storage utilization when several iterations are run in parallel. When used in production environments it may be preferable to create a PVS Server used only to support this scripting process and other development tasks. That way this processing will never affect production PVS Server efficiency.
The following infrastructure components/configurations are required:
This utility does not need to be installed. Place the binaries in your script folder.
Note: If a dash(-) is found n the script name script execution will fail.
To enable or disable a feature set it to %true or $false
Note: When publishing multiple simultaneous images the check for space may not allow for all images because up to four images will be uploaded in parallel and each script is run separately. For the conversions to work there must be double space for each image being processed up to four at one time.
It is critical to test the script on test vdisks on a test PVSServer. Test all the way to deploying targets using the VHDX if using the VHD to VHDX conversion.
The script creates a detailed log. Review the log after each test.
Where to download ?
Certain legacy Citrix tools are now available on request only. Please submit the request here - https://forms.gle/obA39PEz5qpDiSPq8
Once we verify your request, we will provide access to the download location.