My PowerShell Scripts

By | July 15, 2020

Okay first things first – I am not a coder, software engineer, programmer or anything else. Any script that I write has to meet only a few criteria

  • Does what its meant to
  • Doesnt break crap
  • Is easy to reuse when I find it in my “Folder of Infinite Script-Holding”
  • Provides decent feedback when its running

Someone good at this shit will laugh at my continued use of various nested loops, essentially non-functional feedback, seemingly random way Ill sometimes put everything into an array then dump the array to csv but usually just write every line to csv inside loops. The performance might be crap, the colours garish, the continued putting opening braces on the same line as function starts sacrilegious and all the rest. But they work and, to my mind, are usually pretty easy to understand and edit.

The only real thing to note is I’ll always put any module connections required at the top in comments, run them first.

Loading

Leave a Reply

Your email address will not be published. Required fields are marked *