hi,
i need to update about 200 manual pools to change default protocol from rdp to pcoip.
I know the syntax with powershell:
PS C:\Program Files\VMware\VMware View\Server\bin> update-manualpool -pool_id myPool1 -defaultprotocol pcoip
I have myPool1 to myPool199 and want to scipt this ....
Can you please help.
Sorry but i am not a programmer
Alex
I use this basic code to run a refresh on a bunch of pools that have a name that starts with certain characters. Should iterate through all of your pools and run the CmdLet that you want to run. As always test it first as your mileage may vary.
-Chris
I use this basic code to run a refresh on a bunch of pools that have a name that starts with certain characters. Should iterate through all of your pools and run the CmdLet that you want to run. As always test it first as your mileage may vary.
-Chris
cool- this works !
Thx a lot
Alex
Happy to hear it worked. If you have the time and inclination there was a great video in the View Bootcamp that talks about automating View with Powershell.
http://communities.vmware.com/community/vmtn/desktop/view/bootcamp/video_7
-Chris