Forum Discussion
kelemvor_50002
Nimbostratus
Jul 12, 2013Can I change the default pool for a virt?
Can I make changes to a virt via Powershell? If I have Virt_1 pointing to Pool_1 and I want it to point to Pool_2, can I do that?
Kevin_Stewart
Employee
Jul 16, 2013
$success = Initialize-F5.iControl -HostName 192.168.1.245 -Username admin -Password password
Try {
$(Get-F5.iControl).LocalLBVirtualServer.set_default_pool_name(("access-test-vs"), ("local-pool-single1"));
}
Catch {
Write-Host "Caught an error"
}
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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