Fix Active Directory broken security inheritance problem
Ran into a situation at a client location where in Active Directory, the security permissions applied to an OU were…
Ran into a situation at a client location where in Active Directory, the security permissions applied to an OU were…
[su_tooltip position=”north” content=”Note: I normally disable the built-in Administrator account., and make another account an admin. This is a good security…
Security Groups are great for managing large groups for permissions. Â A client requested that they needed to have Read-Only, Read-Write,…
One of my clients had several disabled users showing up in distribution lists and security groups and this was creating…
Microsoft Teams was announced yesterday and many want to jump right in. I noticed when users wanted to create teams,…
Majority of the system administrators I’ve met forget this very important rule. When an account is not needed remove its…
Depending on how your Windows servers are configured, you may need to disable SSL v3. Note that older versions of…
$users = Get-ADGroupMember "AD Group with Users to be Enabled for ActiveSync" foreach ($line in $users) { $user = $line.samaccountname…