Thursday, February 10, 2011

Few Importent PowerShell Syntex for Xenapp.

Publish a new application in your environment.

New-XAApplication -BrowserName “TEST” -ApplicationType “ServerInstalled” -DisplayName “TEST” -FolderPath “Applications/Testing” -CommandLineExecutable “c:\windows\system32\notepad.exe” -WorkingDirectory “c:\Windows\system32”-ClientFolder "Testing\Server Testing" -AddToClientStartMenu $false -WaitOnPrinterCreation $false -Description “TEST” -Accounts “Domain_Name\user name or group name” -ServerNames “your server_name”

Assign a Load Evaluator on a server

Set-XAServerLoadEvaluator "server_name" "LE name"

No comments:

Post a Comment