RSRobert Shortinrobshort.hashnode.dev·May 29 · 7 min readSilent Azure/Entra Login using Pode while maintaining anonymous login capabilitiesPode does a number of things behind the scenes to make things easier. One of which is azure logins. You can configure Pode to login using Azure/Entra ID pretty easily, and I've already got a article a00
RSRobert Shortinrobshort.hashnode.dev·May 1 · 2 min readRestricting Distribution List Creation in Exchange OnlineI got an email from a user today, "Hey Rob, I made this distribution list and I can't seem to allow external emails to it." So my immediate thought was, How did they do that? User's are not supposed00
RSRobert Shortinrobshort.hashnode.dev·Oct 28, 2024 · 6 min readSecuring a PowerShell Web App Using Azure ADI 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...00
RSRobert Shortinrobshort.hashnode.dev·Mar 18, 2024 · 3 min readParallel PowerShell LoopsI 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 ...00
RSRobert Shortinrobshort.hashnode.dev·Mar 6, 2024 · 14 min readDocumenting Automatically With PowerShellWhen 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...00