Hello
I have a problem for create a property to policies Citrix, i use Powershell …
I created a policies :
$farm = new-Object -com “MetaframeCOM.MetaframeFarm”
$farm.Initialize(1)
$farm.FarmName
$PolicyName= Read-Host "nom Stratégie"
$PolicyDescription=$PolicyName
$NewPolicy = $farm.CreatePolicy(19,$PolicyName,$PolicyDescription)
$farm.$PolicyName
But I can't have a group associated with this policies and to a printer session as this one ... :(
thank you for your answer
Christophe