TrimarcJake/Locksmith

Typo in Private/Test-IsADAdmin.ps1

jracz18 opened this issue · 2 comments

This file has a typo "Domain Admins" is missing the s

([Security.Principal.WindowsPrincipal][Security.Principal.WindowsIdentity]::GetCurrent()).IsInRole("Domain Admin")

Thanks for catching that one, @jracz18!

Hehe... fixed 2 weeks ago in testing: a243393