Clear Out Legacy Logon Script Values from AD

Need a way to clear out legacy logon script values from your AD users?  Follow along this guide for some quick PowerShell snippets to assist: -------------------------------------------------------------------------------- First, let's find all users that may have a logon script associated with their user account and export this list to a CSV file…

Auditing GPOs

Wouldn't it be great if you could just export all of your GPOs into a nice simple report rather than clicking through each individual policy within the management console?  Well, there is a way!  Read on for instructions on how to create this report. Install Latest Version of PowerShell If…

Providing AWS ReadOnlyAccess

If you are in a situation where you need to provide full AWS ReadOnlyAccess to your environment for a security audit, follow these simple instructions: Login to AWS Using the root account or an IAM privileged account login to AWS here: https://console.aws.amazon.com Access IAM Click on…

A Deployment Checklist

Listed below are several questions that one should ask themself before deploying any kind of new software, feature, or bug fix within their organization: -------------------------------------------------------------------------------- Source Control * Is the code in source control? Quality Assurance * Does it work? * Have your peers seen this yet? * Did your leader see this? Staging…