User account management

December 2, 2021 Vineet 0

Here are some basic commands to create and manage accounts in bulk. Account Provisioning 1) AD account creation 1New-ADUser -Name "DisplayName" -GivenName "FirstName" -Surname "LastName" […]

OUs and ACLs

September 22, 2021 Vineet 0

Condition: Extract only non-inherited ACLs excluding all built-in accounts and groups Just publishing the script for now, will write more about the journey later in […]