Typo in Private/Test-IsADAdmin.ps1
jracz18 opened this issue · 2 comments
jracz18 commented
This file has a typo "Domain Admins" is missing the s
([Security.Principal.WindowsPrincipal][Security.Principal.WindowsIdentity]::GetCurrent()).IsInRole("Domain Admin")
TrimarcJake commented
Hehe... fixed 2 weeks ago in testing: a243393