ThinkingVirtually Posted September 12 Posted September 12 Today I am working on automating citrix policies throughout multiple farms. So far I am not finding alot documentation for automating citrix policies. Can some point me in the right direction? Thanks
Robert Peck Posted September 13 Posted September 13 Hi TV. Did you look through this? https://developer-docs.citrix.com/en-us/citrix-virtual-apps-desktops-sdk/2402/group-policy-sdk-usage.html
ThinkingVirtually Posted September 17 Author Posted September 17 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
ThinkingVirtually Posted October 10 Author Posted October 10 So I was able to create policies using the old deprecate commands. I have a ticket open with citrix on how to use the new commands for setting policies.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now