EvotecIT / ADEssentials

PowerShell Active Directory helper functions to manage healthy Active Directory
442 stars 54 forks source link

get-WinADGroupMember* function doesn't handle special characters in group name #26

Closed torontojohnlan closed 2 years ago

torontojohnlan commented 2 years ago

When a group/member has "(" (bracket) in its name, the get-WinADGroupMember* functions will error out, most likely due to how group names are parsed. Bracket symbol is the only character causes problem for me, but I'd assume more special characters need escaping.