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…