https://github.com/cosh/thedeprecat0r
Searches for usage of distribution groups on ADX clusters
https://github.com/cosh/thedeprecat0r
Last synced: about 1 year ago
JSON representation
Searches for usage of distribution groups on ADX clusters
- Host: GitHub
- URL: https://github.com/cosh/thedeprecat0r
- Owner: cosh
- License: mit
- Created: 2023-05-23T14:54:20.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-04T07:55:03.000Z (almost 3 years ago)
- Last Synced: 2025-02-01T20:30:54.895Z (over 1 year ago)
- Language: C#
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# theDeprecat0r
The tool will output a list of all the distribution groups that are being used on a given ADX cluster.
## How to get theDeprecat0r
You can either download the pre built executables from the GitHub releases or build it yourself.
## How to use the tool
```
deprecat0r.exe
```
Example:
```
Usage: deprecat0r.exe help.kusto.windows.net
```
### Example Output 1:
No distribution groups but the tool needs to be reexecuted with a different identity.
```
Searching for Distribution group usage on cluster help.kusto.windows.net
Based on your identity, the tenant XXX-XXX-XXX-XXX-XXX was used
RESULT
No distribution group principals were found on this cluster.
Groups of other tenants were found. Please execute this command again using an identity of the following tenants:
YYY-YYY-YYY-YYY-YYY
ZZZ-ZZZ-ZZZ-ZZZ-ZZZ
Done, Press enter to QUIT
```
### Example Output 2:
Two distribution groups were found.
```
Searching for Distribution group usage on cluster help.kusto.windows.net
Based on your identity, the tenant XXX-XXX-XXX-XXX-XXX was used
RESULT
2 Distribution groups were detected
TenantId: XXX-XXX-XXX-XXX-XXX, GroupId: 123, DisplayName: Some Distribution Group
TenantId: XXX-XXX-XXX-XXX-XXX, GroupId: 456, DisplayName: Some Other Distribution Group
No distribution group principals were found on this cluster.
Done, Press enter to QUIT
```
### Example Output 3:
All good, nothing was found.
```
Searching for Distribution group usage on cluster help.kusto.windows.net
Based on your identity, the tenant XXX-XXX-XXX-XXX-XXX was used
RESULT
Nothing to do for you, you are all set. No usage of distribution groups on the cluster you specified.
Done, Press enter to QUIT
```