Description:
when we create disconnected provisioning template on LDMS 9.6 sp2, we can't choose the file system to format USB drive, the default files system is FAT32,
FAT32 only support the max size of the file: 4G, if the image file is larger than 4G, we can't create disconnected provisioning template successfully, so we need to capture image file in less than 4G chunks.
(FAT file system only support 2G , we need to capture the image file in 2G chunks if the file system is FAT)
Steps:
1. Add action to capture image in provisioning template, and click validate button, then add /max:2GiB at the tail of the Command-line:
2. Schedule this template to the client machine
3. Start the client machine to run the scheduled provisioning task
4. The image file will be captured as 2G chunks:
Here is the details for imagew.exe parameters:
https://community.landesk.com/support/docs/DOC-34515
Here is How to Manually Create Disconnected Template