Created
February 4, 2020 22:35
-
-
Save happiness801/9847e0151ce19c5bba013ea5599b0be7 to your computer and use it in GitHub Desktop.
Get list of users in an AD group by name
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
NET GROUP %* /DOMAIN |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment