Forum Discussion
chrismatt83_115
Nimbostratus
Mar 25, 2014Powershell One line Commands
Coud someone help me with the following. I tried searching though the commands and couldn't figure it out. Can patrik or someone else Byw these powershell snapins are awesome. Me and my whole team ha...
Mar 26, 2014
Note that all pool names, partitions etc are case sensitive. Also, server is specified by the name, not the ip.
Examples:
Enable Myserver in the pool Test-Pool under partition Common
Toogle-Pool-Member -Pool Test-Pool -Partition Common -Members @("Myserver:80") -State Enable
Disable all members in the pool Test-Pool under partition Common
Toogle-Pool-Member -Pool Test-Pool -Partition Common -All -State Disable
Disable MyServer-01 and Myserver-02 in pool testpool under partition MyPartition
Toogle-Pool-Member -Pool testpool -Partition MyPartition -Members @("MyServer-01:80", "Myserver-02:80") -State Enable
/Patrik
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects