How can we escape characters like "*" in a PrincipalSearcher.QueryFilter. We have a few groups having names start with "*", however trying to escape this with "\2a" does not provide any results.
The search is made as principalSearcher.QueryFilter.Name = string.Format("{0}*", stringText);
Thanks,