GitHub Dark Theme Support
This commit is contained in:
parent
082afe8420
commit
d87acf54dd
|
@ -1,4 +1,5 @@
|
|||
![DSInternals Logo](DSInternals.png)
|
||||
![DSInternals Logo](DSInternals-Dark.png#gh-light-mode-only)
|
||||
![DSInternals Logo](DSInternals-Light.png#gh-dark-mode-only)
|
||||
|
||||
# Contributing to the Project
|
||||
|
||||
|
|
Before Width: | Height: | Size: 5.8 KiB After Width: | Height: | Size: 5.8 KiB |
Binary file not shown.
After Width: | Height: | Size: 6.8 KiB |
|
@ -1,4 +1,5 @@
|
|||
![DSInternals Logo](DSInternals.png)
|
||||
![DSInternals Logo](DSInternals-Dark.png#gh-light-mode-only)
|
||||
![DSInternals Logo](DSInternals-Light.png#gh-dark-mode-only)
|
||||
|
||||
# Directory Services Internals<br/>PowerShell Module and Framework
|
||||
|
||||
|
@ -128,8 +129,10 @@ The online version of [PowerShell Get-Help documentation](../Documentation/Power
|
|||
|
||||
### Blog Posts
|
||||
|
||||
I have also published a series of articles about the DSInternals module on [my blog](https://www.dsinternals.com/en/list-of-cmdlets-in-the-dsinternals-module/). Here are a few of them:
|
||||
I have also published a series of articles about the DSInternals module on [my blog](https://www.dsinternals.com/en/). Here are a few of them:
|
||||
|
||||
- [New Offline Capabilities in DSInternals 4.11](https://www.dsinternals.com/en/dsinternals-v4.11/)
|
||||
- [Cross-Forest Duplicate Password Discovery](https://www.dsinternals.com/en/cross-forest-duplicate-password-discovery/)
|
||||
- [CQLabs – Extracting Roamed Private Keys from Active Directory](https://cqureacademy.com/blog/extracting-roamed-private-keys)
|
||||
- [CQLabs – Offline Attacks on Active Directory](https://cqureacademy.com/cqure-labs/cqlabs-dsinternals-powershell-module)
|
||||
- [Auditing Active Directory Password Quality](https://www.dsinternals.com/en/auditing-active-directory-password-quality/)
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
![DSInternals Logo](../.github/DSInternals.png)
|
||||
![DSInternals Logo](../.github/DSInternals-Dark.png#gh-light-mode-only)
|
||||
![DSInternals Logo](../.github/DSInternals-Light.png#gh-dark-mode-only)
|
||||
|
||||
# Changelog
|
||||
|
||||
All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
|
||||
## [4.12] - 2023-10-06
|
||||
|
|
|
@ -6,14 +6,17 @@ Help Version: 1.0
|
|||
Locale: en-US
|
||||
---
|
||||
|
||||
![DSInternals Logo](../../.github/DSInternals.png)
|
||||
![DSInternals Logo](../../.github/DSInternals-Dark.png#gh-light-mode-only)
|
||||
![DSInternals Logo](../../.github/DSInternals-Light.png#gh-dark-mode-only)
|
||||
|
||||
# Directory Services Internals PowerShell Module
|
||||
|
||||
## Description
|
||||
|
||||
The DSInternals PowerShell Module exposes several internal features of Active Directory and Azure Active Directory. These include FIDO2 and NGC key auditing, offline ntds.dit file manipulation, password auditing, DC recovery from IFM backups and password hash calculation.
|
||||
|
||||
## Azure Active Directory Cmdlets
|
||||
|
||||
These cmdlets utilize an undocumented API endpoint that exposes information not available through the Microsoft Graph API nor Azure AD Graph API.
|
||||
|
||||
### [Get-AzureADUserEx](Get-AzureADUserEx.md#get-azureaduserex)
|
||||
|
|
Loading…
Reference in New Issue