diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index cc65311..7daac6a 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -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 diff --git a/.github/DSInternals.png b/.github/DSInternals-Dark.png similarity index 100% rename from .github/DSInternals.png rename to .github/DSInternals-Dark.png diff --git a/.github/DSInternals-Light.png b/.github/DSInternals-Light.png new file mode 100644 index 0000000..c9dea14 Binary files /dev/null and b/.github/DSInternals-Light.png differ diff --git a/.github/README.md b/.github/README.md index cbdaf41..0eadab4 100644 --- a/.github/README.md +++ b/.github/README.md @@ -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
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/) diff --git a/Documentation/CHANGELOG.md b/Documentation/CHANGELOG.md index 1d1b225..04b9043 100644 --- a/Documentation/CHANGELOG.md +++ b/Documentation/CHANGELOG.md @@ -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 diff --git a/Documentation/PowerShell/Readme.md b/Documentation/PowerShell/Readme.md index 96378da..4e9099c 100644 --- a/Documentation/PowerShell/Readme.md +++ b/Documentation/PowerShell/Readme.md @@ -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)