Forum Discussion
How to update Powershell to use new v11 iControl calls
https://devcentral.f5.com/Community...fault.aspx
but obviously not.
PS C:\Users\client1> (Get-F5.iControl).GlobalLBVirtualServer.get_list()
name address
---- -------
/Common/vs_10_70_2_53_53_gtm 10.70.2.53
/Common/one_connect_vs 10.70.0.104
.....
Simply want to start using the new v11 V2 calls.
PS C:\Users\client1> (Get-F5.iControl).GlobalLBVirtualServerV2.get_list()
You cannot call a method on a null-valued expression.
At line:1 char:51
+ (Get-F5.iControl).GlobalLBVirtualServerV2.get_list <<<< ()
+ CategoryInfo : InvalidOperation: (get_list:String) [], RuntimeException
+ FullyQualifiedErrorId : InvokeMethodOnNull
- Alex, most likely your best bet is to download the latest installer and then run it. If that doesn't work, you might have to remove/re-install.
- Alex__ApplebaumEmployeeDuhh, That would make sense. Was definitely having my little forest through the trees moment. Thinking I know it needs the new wsdl and didn't see the python dynamic equivalent wsdls = ['XXX', 'XXXX'] so thought could simply swap out a file or something :)
Recent Discussions
Related Content
* 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