Skip to content

node script to grep information of each user outputted by net user (windows)

Notifications You must be signed in to change notification settings

chfuchte/TypeScript-Window-UserList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TypeScript Window UserList

Log the Global Classes and the fullname of all users of your Windows PC or your Windows Domain Network

Installation

Edit the .ENV to your System-Lang. For German it's:

NAME_QUERY = Vollst�ndiger Name
CLASS_QUERY = Globale Gruppenmitgliedschaften
RETURN_NULL_CLASS = "*Kein"

Next run:

npm i
# if you want it to run with ts-node run:
npm run start-ts 
# if you want it to run with node run:
npm run start-js

About

node script to grep information of each user outputted by net user (windows)

Resources

Stars

Watchers

Forks