Launch Internet Explorer in APP-V 5 environment & passthrough the URL
We have a package that needs to be installed and run inside the APP-V 5.0 ‘virtual environment’ or ‘bubble’.
The following command ran Internet Explorer inside the APP-V package / environment then passed Internet explorer the URL
Its a powershell script we have housed on a network share for all such XenApp scripts and specific application launching etc
Powershell Script
$AppVName = Get-AppvClientPackage “Published AppV Name”
Start-AppvVirtualProcess -AppvClientObject $AppVName iexplore.exe “http://website/page”
Citrix Published App Path:
“C:WindowsSystem32WindowsPowerShellv1.0powershell.exe” -windowstyle hidden “\serversharescript.ps1”