Jump to content

Configure Citrix Policies using SDK


Recommended Posts

Posted

Thanks for giving me the url. I am able to build a citrix policy using "new-brokerGPOPolicySet". But its not showing in the  Policy menu on the console

Is there a way of enabling it or for it to show?

 

Here are my commanads:

$policyset = New-BrokerGpoPolicySet -PolicySetType DeliveryGroupPolicies -Name "TestPolicySet" -Scope Any

$policy = New-BrokerGpoPolicy -Name TestPolicy -Description "For New Users" -IsEnabled $true -PolicySetGuid $policyset.PolicySetGuid

New-BrokerGpoSetting -PolicyGuid $policy.PolicyGuid -SettingName CPUusage -SettingValue 90

  • 4 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...