joel
joel
Thanks, Elijah. I'd be happy for the help. I'm guessing the lower-hanging fruit will be doing Get- and Remove-, and then moving on the New- and Set-, but I'm open...
Thanks, Elijah. The main thing I've noticed so far is a dependence on a rootURL property in the F5session object, which is currently only used internally in the New-F5Session function....
I'm leaning towards a simple rename of the variable in New-F5Session from $RootURL to $DeviceURL (or something similar) and adding that property to the returned F5 session. Does $DeviceURL make...
So here's (roughly) what I asked my F5 contact: "What is the best way to structure and group new PowerShell functions for working with iApps? It seems to be a...
I'd be happy if we can come up with a solution where we don't have to shoehorn the F5-LTM module in as a nested app into a parent F5 module,...
I'm not sure that I see the benefit in putting non-LTM functionality in the F5-LTM module, and then renaming functions to distinguish between LTM functionality and other (GTM, APM, SYS)...
Hi, @JeffryPaul. Sorry for the slow reply. I'm looking and this now and attempting to repro. When I use your snippet, I don't get prompted for a LoadBalancingMode parameter. The...
Hi, @JeffryPaul , No, the version of PS shouldn't be an issue at all. I'm testing with 5.0. It's a strange one. You are using the latest version of the...
Hi, @JeffryPaul . Please try this: add the following snippet to Set-Pool.ps1 at line 90 (just below " process {") ``` Write-Verbose "bound params" foreach($psbp in $PSBoundParameters.GetEnumerator()) { Write-Verbose ("Key={0}...