i want to remove member from group in AD using C# currenlty referring the code avliable on MSDN
msdn.microsoft .com/en-us/library/windows/desktop/aa772133(v=vs.85).aspx
but getting error on line
objGroup = objADAM.Children.Find(strGroup, "group");
Error message: - there is no such object on the sever.
Please suggest