#powershell
Read more stories on Hashnode
Articles with this tag
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...
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...
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...
In a prior article, I wrote about how SQL injection attacks could be a problem when dynamically creating your SQL code from Powershell. See:...
Microsoft has a tool for running simulated phishing attacks on your Office 365 users. Assuming you are licensed for this tool and wish to do some...
I recently was maintaining someone else's PHP code base when we realized the codebase was vulnerable to SQL injection attacks... If you're not...