https://github.com/chfuchte/typescript-window-userlist
node script to grep information of each user outputted by net user (windows)
https://github.com/chfuchte/typescript-window-userlist
Last synced: 4 months ago
JSON representation
node script to grep information of each user outputted by net user (windows)
- Host: GitHub
- URL: https://github.com/chfuchte/typescript-window-userlist
- Owner: chfuchte
- Created: 2023-04-04T19:28:05.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-09T17:47:15.000Z (9 months ago)
- Last Synced: 2025-01-16T22:18:58.835Z (5 months ago)
- Language: TypeScript
- Homepage:
- Size: 39.1 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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:
```env
NAME_QUERY = Vollst�ndiger Name
CLASS_QUERY = Globale Gruppenmitgliedschaften
RETURN_NULL_CLASS = "*Kein"
```Next run:
```bash
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
```