• Skip to main navigation
  • Skip to main content
  • Skip to footer
  • Home
  • About
  • Skip to menu toggle button

i n f i n i t e l o o p

Category: Active Directory

Active Directory UserAccountControl Details

Reference: https://support.microsoft.com/en-us/help/305144/how-to-use-useraccountcontrol-to-manipulate-user-account-properties
Continue reading “Active Directory UserAccountControl Details”…
Posted on: October 17, 2019 Last updated on: October 17, 2019 Written by: The Looper

Server 2019 Domain Controller Replication – Unlucky Timing

Take a domain running multiple versions of Windows domain controllers across multiple AD sites and replicating just fine, add Server…
Continue reading “Server 2019 Domain Controller Replication – Unlucky Timing”…
Posted on: April 4, 2019 Last updated on: April 5, 2019 Written by: The Looper

Domain Controller Granular Event Log Delegation

So you’ve combed through 7 year old TechNet forum posts, cursed the limitations of Event Log Readers group when trying…
Continue reading “Domain Controller Granular Event Log Delegation”…
Posted on: March 23, 2019 Last updated on: March 30, 2019 Written by: The Looper

Powershell Dynamic Menu from Object Array

Ya know what grinds my gears?  Getting a CSV of employees without a unique key column – no samaccountname, UPN,…
Continue reading “Powershell Dynamic Menu from Object Array”…
Posted on: July 19, 2017 Last updated on: May 29, 2019 Written by: The Looper

Get AD Group Member Details from Trusted Domains

The vast majority of active directory powershell cmdlets don’t need any enhancement but there is one in particular that I felt…
Continue reading “Get AD Group Member Details from Trusted Domains”…
Posted on: June 4, 2017 Last updated on: July 5, 2017 Written by: The Looper

Add Parent OU in DN and CN Path Format Using Regex Match

Yet another solution for grabbing Parent OU paths $userArr = Get-ADuser -f * -prop CanonicalName foreach($user in $userArr) { if($matches){$matches.Clear()}…
Continue reading “Add Parent OU in DN and CN Path Format Using Regex Match”…
Posted on: April 24, 2017 Last updated on: May 8, 2017 Written by: The Looper

Discover Circular AD Group Memberships

Might as well have a recursive function in the first post eh? I stumbled across this script to discover circular Active…
Continue reading “Discover Circular AD Group Memberships”…
Posted on: February 1, 2017 Last updated on: July 5, 2017 Written by: The Looper

Recent Posts

  • VMware Template – Ubuntu 18.04.3 LTS
  • IoT ACL on Cisco 3750 L3 Switch
  • ESXi 6.7 + Synology NFS VAAI Plug-in
  • Active Directory UserAccountControl Details

Tags

  • Active Directory
  • Arch
  • CentOS
  • Certificate
  • Cisco
  • HAProxy
  • IPMI
  • LetsEncrypt
  • Microsoft
  • Office 365
  • oVirt
  • Powershell
  • Proxmox
  • Remote Desktop Services
  • SFTP
  • Ubuntu
  • Vagrant
  • VMware
  • Windows Client
  • Windows Server

Archives