currently working on a script to configure policies for a citrix farm. i have a few policies that have 7-8 settings each, and can add them individually with:
set-ctxgrouppolicyconfiguration [policyName] [type] [setting] [value]
set-ctx....
set-ctx....
Is there a way to read these settings into an array and pass that to the cmdlet?