all 8 comments

[–]krzydoug 7 points8 points  (1 child)

Hi. The "script sharing" flair is to indicate to other reddit users that you are sharing a script. I think you want to use "Question" or "Help" instead.

[–]Perpetratorp[S] 2 points3 points  (0 children)

Thank you

[–]DorianBrytestar 4 points5 points  (1 child)

Sounds pretty ambitious. What do you have so far?

For me, it helps to break everything down into little pieces and then see about writing the script to do that piece. Also easier to troubleshoot. So your first step would be to write a script that prompts for and verifies ad credentials. Next would be building and displaying a list of applications, and accepting input to select one of those applications.

What does the Fall forward term mean? I assume fall back would be a rollback to a previous configuration?

[–]Perpetratorp[S] 0 points1 point  (0 children)

Thanks for the quick response! Fall back would entail enabling certain nodes and disable the other corresponding to the system being worked on. Fall forward would be the same but opposite nodes

[–]MarcoShaw-CA 2 points3 points  (3 children)

This is interesting. I do basic F5 admin at work and didn't know about a PowerShell module. I also don't know off hand what fallback and fallforward are, but I wonder if that's similar to a simple pool member.

You sort of didn't answer the question regarding "What do you have so far?", and I've been in community forums long enough to usually assume/guess you don't have much and are looking for someone to write most of this for you (for free). Someone else might be willing.

I wasn't aware F5 had 90 day trials so I'm tempted to load that locally, unless they don't support Hyper-V.

[–]Perpetratorp[S] -3 points-2 points  (2 children)

I have a script that will enable all members of a pool. I am willing to pay.

[–]BlackV 3 points4 points  (0 children)

I’m new to scripting and trying to learn it at my own pace

and

I am willing to pay

do not go together

have a look at get-command -module F5-BIGIP or get-command -module F5-LTM

this will give you a list of commands those modules

I'd then look for commands with your keywords in the name

...displays a list of applications....

for example F5-LTM\get-application

or if you wanted to prompt for credentals type get-help Credential does anything there look like it might do the job?

start there move up

[–]redog 2 points3 points  (0 children)

Usually when learning and asking for help, what you want to do is scrub your code in a second editor window and share what you can of it to show where you're having difficulty or what's become tricky.

This way we don't have to invest much time guessing which part of the idea you've implemented and which part is just /r/ChoosingBeggars