MarcoKaeslin's Posts

Hello together For Horizon v.2303 following Inputs in the pool guest customizations are necessary to run Powershell scripts directly:   Post Sychronization Script Name: Only the executable pat... See more...
Hello together For Horizon v.2303 following Inputs in the pool guest customizations are necessary to run Powershell scripts directly:   Post Sychronization Script Name: Only the executable path of the interpreter aka powershell.exe Post-Synchronization Script Parameters: the parameters aka -File "Path to your powershell script on Base Image" What happens ? In the customization Part of the Instant Clone the interpreter powershell.exe (Post Synchronization Script Name) will be copied to c:\windows\temp\VMware and secured (whatever this means). Your Powershell Script file will remain in his current location. After that the executable interpreter in the c:\windows\temp\Vmware environment will be called with the Post-Synchronization Script Parameters. Check the debug log file in your instant clone at %ProgramData%\VMware\vdm\logs (debug-[DateTime].txt) for further informations about errors etc. Search for your Script Name inside the debug log file to get the necessary informations quickly (its quite large). Cheers (wasted a day to get this done). Marco