A simple app to help the lay-admin make simple changes.
This repository has been archived on 2025-10-07. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
Find a file
Nicholas Westerhausen ade8121551
Update README.md
2023-02-20 09:51:14 -05:00
app Fix findLogPath() depreciation for electron-log 2020-01-31 10:32:21 -05:00
build Move to personal project 2019-09-04 15:01:26 -04:00
scripts Checks for activedirecty module and quits if it's not found 2019-10-01 11:50:00 -04:00
.gitignore ignore vscode settings 2019-10-03 16:20:38 -04:00
changelog-uploader.js Changelog uploader 2019-09-17 13:56:16 -04:00
changelog.txt Dependency update 2020-07-07 11:40:11 -04:00
LICENSE.md Change license to MIT 2019-09-24 16:44:34 -04:00
package.json Bump electron from 7.3.2 to 9.4.0 2021-01-28 20:14:57 +00:00
README.md Update README.md 2023-02-20 09:51:14 -05:00
yarn.lock Bump path-parse from 1.0.6 to 1.0.7 2021-08-11 11:45:32 +00:00

Active Directory Tools

This is an Electron application which utilizes node-powershell to interact with Active Directory.

Use

Visit the releases page and download the latest release. The app will auto update after it is installed.

Development

To clone and run this repository you'll need Git, Node.js, and Yarn installed on your computer. From your command line:

# Clone this repository
git clone https://github.com/nwesterhausen/adtools
# Go into the repository
cd adtools
# Install dependencies
yarn
# Run the app
yarn start

Archive Status

Archived 2023-Feb-20