Skip to content

Commit

Permalink
Version 0.0.0 (2020-12-17)
Browse files Browse the repository at this point in the history
- see change log for details
  • Loading branch information
DavidGeeraerts committed Dec 17, 2020
1 parent 4e696c7 commit d8cdc9e
Show file tree
Hide file tree
Showing 8 changed files with 444 additions and 89 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@
/Errors

#Files
ADDS_USER_QUERY.cmd
ADDS_USER_QUERY.cmd
DSQUERY_Attributes_Sorted.txt
*.backup
438 changes: 357 additions & 81 deletions ADDS_Tool.cmd

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions ADDS_Tool_ToDo.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
- Choose Default Editor (Notepad)
- include UTC
- Include ISO8601
- Search lapse time

## DONE
### Settings
Expand Down
21 changes: 19 additions & 2 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,25 @@
[//]: # (#### Security)
[//]: # (#### Deprecated)

---

## Version 0.0.0 Build: 2020-12-
#### Added
- End search time
- Server (DC) search
- ISO8601 date stamp
- recall custom OU in search settings
- Total lapse time for search(s)
- Session log includes PID
- UTC to logs

#### Fixed
- Group search using description that had spaces in DN

#### Removed
- Universal search using "*" wildcard


---

## Version 0.0.0 Build: 2020-12-15
Expand All @@ -33,8 +52,6 @@
- Forestroot search for OU


---

## Version 0.0.0 Build: 2020-12-08
#### Added
- Under development
Expand Down
20 changes: 20 additions & 0 deletions DSQUERY_Attributes.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
ADsPath
cn
description
displayName
distinguishedName
extensionAttribute1
mail
mailNickname
member
name
objectCategory
objectClass
objectGUID
objectSid
primaryGroupID
sAMAccountName
sAMAccountType
userPrincipalName
whenChanged
whenCreated
3 changes: 2 additions & 1 deletion Notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@

## Search
- If Forestroot is the base, then searc must be against GC (Global Catalog) `-gc`.
- Test searches against results with spaces: use `scientifc*` as search key
- Test searches against results with spaces: use `scientifc*` as search key
- `Query * -filter (attribute=<keyword)` keyword can not be in quotes
46 changes: 42 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,43 @@
# Active Directory Domain Services Tool (ADDS_Tool)
<h1 align="center"> Active Directory Domain Services Tool (ADDS_Tool) </h1> <br>

![Main Banner](./images/ADDS_T_Main_Banner.png)

:bangbang: :construction: :bangbang:

**UNDER DEVELOPMENT**
:rocket:

:bangbang: :construction: :bangbang:

*Weekly build release*

## What's Working

## Table of Contents

- [Introduction](#introduction)
- [Dependencies](#Dependencies)
- [Features](#features)
- [Images](#Images)

## Introduction

Tool that is a wrapper for ADDS toolset:
- `DSQUERY`
- `DSGET`
- `DSADD`
- `DSMOD`
- `DSMOVE`

## Dependencies

ADDS_Tool requires (RSAT) [Remote Server Administrative Tools](https://docs.microsoft.com/en-us/troubleshoot/windows-server/system-management-components/remote-server-administration-tools).
The program will ask to install if not detected, using [DISM](https://docs.microsoft.com/en-us/windows-hardware/manufacture/desktop/what-is-dism).
Must be runnig with administartive privilege in order to install RSAT.

## Features

What's Working

*Currently only searching is working.*

- [X] Main Menu
- [X] Settings Menu
Expand All @@ -13,7 +46,7 @@
- [ ] Search User
- [X] Search Group
- [ ] Search Computer
- [ ] Search Server
- [X] Search Server
- [X] Search OU


Expand All @@ -26,3 +59,8 @@

### Parameters





:us:
Binary file added images/ADDS_T_Main_Banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d8cdc9e

Please sign in to comment.