Skip to content

Instantly share code, notes, and snippets.

@happiness801
Created February 4, 2020 22:38
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/671b2c44062d249b942e777a30186da8 to your computer and use it in GitHub Desktop.
Save happiness801/671b2c44062d249b942e777a30186da8 to your computer and use it in GitHub Desktop.
WSL Linux version of list users in AD group (just calls batch version)
#!/bin/bash
cmd.exe /c "ad-users-in-group.bat $*"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment