0

我可以通过powershell登录到xenapp:

$ie = New-Object -com InternetExplorer.Application
$ie.Navigate("https://citrixurl")     
$ie.visible = $true    
$ie.document.getElementById('user').value = 'username'
$ie.document.getElementById('password').value = 'password'    
$ie.document.getElementById('btnLogin').click()

但我不知道如何在那里运行特定的应用程序。

为此我需要 Citrix Powershell SDK 吗?

4

0 回答 0