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