Hi Friends
I have group list in notepad file or CSV file .. I need to check if all listed group in file are exist in AD or not..
Please help me or guide me
I tried something like below but could not get success:
import-csv .groups.csv | get-adgroups
get-content groups.txt | get-adgroups.