Skip to content

Commit 46f9a4a

Browse files
Removed legacy AzureAD cmdlets
1 parent b0a2bf0 commit 46f9a4a

20 files changed

+4
-1138
lines changed

.github/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
The DSInternals project consists of these two parts:
1717
- The [DSInternals Framework](https://www.nuget.org/profiles/DSInternals) exposes several internal features of *Active Directory* and can be used from any .NET application. The codebase has already been integrated into several 3<sup>rd</sup> party commercial products that use it in scenarios like Active Directory disaster recovery, identity management, cross-forest migrations and password strength auditing.
1818
- The [DSInternals PowerShell Module](https://www.powershellgallery.com/packages/DSInternals/) provides easy-to-use cmdlets that are built on top of the Framework. These are the main features:
19-
- [Azure Active Directory FIDO2 key auditing](../Documentation/PowerShell/Get-AzureADUserEx.md#get-azureaduserex) and retrieval of system information about all user-registered key credentials.
2019
- [Active Directory password auditing](../Documentation/PowerShell/Test-PasswordQuality.md#test-passwordquality) that discovers accounts sharing the same passwords or having passwords in a public database like [HaveIBeenPwned](https://haveibeenpwned.com) or in a custom dictionary.
2120
- [Key credential auditing and generation](../Documentation/PowerShell/Get-ADKeyCredential.md#get-adkeycredential), including support for NGC, FIDO2 and STK keys. Keys can also be tested against the [ROCA vulnerability](https://portal.msrc.microsoft.com/en-us/security-guidance/advisory/ADV190026). New NGC keys can also be [registered through the MS-DRSR protocol](../Documentation/PowerShell/Add-ADReplNgcKey.md#add-adreplngckey).
2221
- [Bare-metal recovery of domain controllers](../Documentation/PowerShell/New-ADDBRestoreFromMediaScript.md#new-addbrestorefrommediascript) from just IFM backups (ntds.dit + SYSVOL).

Documentation/PowerShell/Get-ADKeyCredential.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,4 +286,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
286286
[Add-ADReplNgcKey](Add-ADReplNgcKey.md)
287287
[Get-ADReplAccount](Get-ADReplAccount.md)
288288
[Get-ADDBAccount](Get-ADDBAccount.md)
289-
[Get-AzureADUserEx](Get-AzureADUserEx.md)

Documentation/PowerShell/Get-AzureADUserEx.md

Lines changed: 0 additions & 358 deletions
This file was deleted.

Documentation/PowerShell/Readme.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,7 @@ Locale: en-US
1313

1414
## Description
1515

16-
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.
17-
18-
## Azure Active Directory Cmdlets
19-
20-
These cmdlets utilize an undocumented API endpoint that exposes information not available through the Microsoft Graph API or Azure AD Graph API.
21-
22-
### [Get-AzureADUserEx](Get-AzureADUserEx.md#get-azureaduserex)
23-
Gets a user from Azure AD, including the associated FIDO and NGC keys.
24-
25-
### [Set-AzureADUserEx](Set-AzureADUserEx.md#set-azureaduserex)
26-
Registers new or revokes existing FIDO and NGC keys in Azure Active Directory.
16+
The DSInternals PowerShell Module exposes several internal features of 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.
2717

2818
## Cmdlets for Offline Active Directory Operations
2919

0 commit comments

Comments
 (0)