@RobShort
Powershell scripting
Nothing here yet.
Nothing here yet.
Oct 28, 2024 · 6 min read · I have a new use case for a web app. I’ve been searching all over for a good knowledgebase that I can use to store my documentation of the systems I administrate and end user self service articles. While I solved the problem at work using two differe...
Join discussionMar 18, 2024 · 3 min read · I recently was tasked with building an automation that downloaded files from an AWS S3 bucket. The basics of the initial script was, build a list of objects to download based upon criteria, then loop through them to download them. Seems basic enough ...
Join discussionMar 6, 2024 · 14 min read · When I first started learning PowerShell it was quick one-liners, like get-aduser. My progression followed the crawl/walk/run model, and about when I learned to stand figuratively, I came up with the idea of making a script that could audit and write...
Join discussionDec 7, 2023 · 12 min read · Powershell may not be the first language people think of when they need to build an API or a modern web app, but not only is it possible, but for a low to mid-usage system it's actually pretty easy to set up and roll out. It helps that I am using a f...
Join discussion