Inside the GUI for Studio when cloning machines for Server OS, the option to use full clone instead of fast clone (default) is not available.
In order to implement this need, the catalog must be created in Powershell versus the GUI.
After the 'New-BrokerCatalog' step and 'New-AcctIdentityPool' steps of creating a catalog are completed and on the New-ProvScheme step of creating a catalog, the parameter "-UseFullDiskCloneProvisoning" must be included on the string.
For example:
New-ProvScheme -AdminAddress 'address:80' -CleanOnBoot -HostingUnitName 'SharedNFS' -IdentityPoolName 'ExampleMachines' -LoggingId
<loggingID> -MasterImageVM 'XDHyp:\hostingunits\SharedNFS\BaseVM.vm\Base OS,
domain joined and activated.snapshot \Pre-reqs installed.snapshot\\Updates Applied.snapshot\example.snapshot\Updated Agent.snapshot'
-NetworkMapping @{0='xdhyp:\hostingunits\SharedNFS\Network0.network'} -ProvisioningSchemeName 'ExampleMachines'-RunAsynchronously -Scope @() -UsePersonalVDiskStorage -VMCpuCount <count> -VMMemoryMB <size> -UseFullDiskCloneProvisoning