Skip to content

Instantly share code, notes, and snippets.

@happiness801
Created February 4, 2020 22:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save happiness801/9847e0151ce19c5bba013ea5599b0be7 to your computer and use it in GitHub Desktop.
Save happiness801/9847e0151ce19c5bba013ea5599b0be7 to your computer and use it in GitHub Desktop.
Get list of users in an AD group by name
@echo off
NET GROUP %* /DOMAIN
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment