windowsserver-mgmttools
windowsserver-mgmttools copied to clipboard
Windows Server Management Tools - collection of Server Management Tools by community
The Repository
This repository presents to you a collection of server management tools for various purposes:
- Checking Group Policy vulnerabilities
- Passthrough physical device into the virtual machine
- Activation services for the server
- Scanning open ports on the target
For better understanding, you can see the wiki page.
Use and install
To run and use applications in this project, make sure your computer is installed with the features:
- dotNET 2.1, dotNET 3.5, dotNET 4.8. These are built-in features and can be enabled. You can see the document here
- Visual C++ 2015 and all versions later. You can download it here
The Files and Folders
The repo consists of three parts
- .makevs: Make Visual Studio offline layout. It is recommended to fully edit this project.
- winser-mgmttools.sln: solution files, contains all required paths for all projects.
- The rest of the files and folders: Project files and folders.
Contributing & Feedback
Contributing
To fully edit this repository, run to download all layouts for Visual Studio 2022 that are located in !makevs!. Also, you may need Advanced Installer to create an installer. These are all located in the folder !bin! in each project.
To clone this project, you need to clone all its base and submodules, following these commands:
git clone https://github.com/TheFlightSims/windowsserver-mgmttools.git
git submodule update --init --recursive
Otherwise, you can do other ways:
- Review Wiki Page
- Submit bugs and feature requests in GitHub
- Review source codes
- Review and commit pull requests
Note that the Visual Studio workload can be really heavy: requires around 20-40Gb for all required libraries
Feedback
To feedback on this repository, go to feedback
License & Original Contributors
License
This repo uses MIT License for all contributors to have free, no limit to
- Use (for both private and commercial uses)
- Modify (including editing the source files)
- Distribution without permission directly from TheFlightSims, except emergency revokes permission. In that case, this repo will be moved to private and cannot be accessed by the public.