https://github.com/kusokaihatsusha/kickme
Simple application to log off RDP sessions from a list of servers. If you are lazy searching your sessions with 'quser' and 'powershell'.
https://github.com/kusokaihatsusha/kickme
connect find logoff quser rdp server-list session windows-server
Last synced: 11 months ago
JSON representation
Simple application to log off RDP sessions from a list of servers. If you are lazy searching your sessions with 'quser' and 'powershell'.
- Host: GitHub
- URL: https://github.com/kusokaihatsusha/kickme
- Owner: KusoKaihatsuSha
- License: gpl-3.0
- Created: 2024-02-22T09:21:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-22T09:39:28.000Z (over 2 years ago)
- Last Synced: 2024-02-22T10:39:10.320Z (over 2 years ago)
- Topics: connect, find, logoff, quser, rdp, server-list, session, windows-server
- Language: C++
- Homepage:
- Size: 172 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# KickMe
> Simple application to log off RDP sessions from a list of servers. If you are lazy searching your sessions with `quser` and `powershell`.
> Warning: Windows Server used only, because app using the standard console commands:
> `quser`
> `logoff`
### Notes:
For build app with GUI use Qt (install first and check ENV qmake and mingw32-make). For correct build Not use '-j16'
```sh
$ mingw32-make clean -j16 & qmake & mingw32-make
```
#### Example txt file:
```
server-RDP-001
server-RDP-002
server-RDP-003
server-RDP-004
server-RDP-005
```
#### Screenshots: