XenApp 6.5 – How to create and set a Policy using PowerShell

Posted by Waclaw Chrabaszcz on Geeks with Blogs See other posts from Geeks with Blogs or by Waclaw Chrabaszcz
Published on Thu, 20 Jun 2013 04:51:47 GMT Indexed on 2013/06/24 16:24 UTC
Read the original article Hit count: 291

Filed under:
|

Originally posted on: http://geekswithblogs.net/Wchrabaszcz/archive/2013/06/20/xenapp-6.5--how-to-create-and-set-a-policy.aspx

Here is my homework

Add-PSSnapin -name Citrix.Common.* -ErrorAction SilentlyContinue
New-Item LocalFarmGpo:\User\MyPolicy
cd LocalFarmGpo:\User\MyPolicy\Settings\ICA\Security
Set-ItemProperty .\MinimumEncryptionLevel State Enabled
Set-ItemProperty .\MinimumEncryptionLevel Value Bits128
cd LocalFarmGpo:\User\MyPolicy\Filters\WorkerGroup
New-Item -Name "All Servers" -Value "All Servers"
Set-ItemProperty LocalFarmGpo:\User\MyPolicy -Name Priority -Value 2

 

So cute …

© Geeks with Blogs or respective owner

Related posts about xenapp

Related posts about powershell