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