Security
Finding AD Groups with PowerShell Wildcards
Managing a new app means documenting who has access. Let’s start with Active Directory groups, assuming the previous SysAdmin(s) consistently named AD groups for applications. This PowerShell command will return all the details for any AD groups containing the string “foo”. Replace foo with your app name. Let’s break down Read more…