I am trying to create a script that checks a computer's group membership. The computer's IP determines what group it should belong to. So I want to check AD for all workstations, get it's IP, based on IP, check for group membership and if not a member, add it. Thanks.