Commit Graph

274 Commits

Author SHA1 Message Date
BlueCurby
38956fb101 Add Test-PasswordQuality SamAccountName Test; Code enhancement 2023-08-11 20:16:58 +02:00
BlueCurby
9a94fb848a Test-PasswordQuality Add SamAccountName as Password test 2023-08-11 20:16:58 +02:00
Michael Grafnetter
a273b1371e Added ARM64 support 2023-05-11 12:02:46 +02:00
Michael Grafnetter
07cdae9c1d Prepare for release 4.9 2023-02-25 08:34:26 +01:00
Michael Grafnetter
c659ba601e Added Force parameter to the Set-ADDBBootKey cmdlet 2023-02-25 08:05:38 +01:00
Michael Grafnetter
f56b3df4c6 Resolved #111: FIPS and OS checks 2023-02-25 06:36:58 +01:00
Michael Grafnetter
3b1806c038 Fixed #47: Error parsing corrupted registry hives 2023-02-25 06:35:54 +01:00
Michael Grafnetter
393e5af563 Prepare for release 4.8 2022-12-06 11:11:42 +01:00
Michael Grafnetter
5e32cb71ba Resolved a regression error on WS 2022 2022-12-06 10:40:29 +01:00
Michael Grafnetter
fbccd19483 Added the -Force parameter to cmdlets modifying ntds.dit. 2022-12-06 10:40:07 +01:00
Michael Grafnetter
333b6c0d52 Fixed crdential roaming file path generation 2022-12-05 21:19:48 +01:00
Michael Grafnetter
b2ed71eb5c Updated dependencies 2022-12-05 21:19:19 +01:00
Michael Grafnetter
d879fe0878
Improved SamAccountName pipeline processing
Improved SamAccountName pipeline processing in Get-ADReplAccount.
2022-02-05 18:47:06 +01:00
Michael Grafnetter
e144a21738 Prepare for release 4.7 2021-10-30 21:48:54 +02:00
Michael Grafnetter
7ba59c12ee Resolved #132: Detect kerberoastable accounts using Test-PasswordQuality 2021-10-30 16:20:59 +02:00
Michael Grafnetter
21d4b6d69d Improved compatibility with WS2016+ 2021-10-30 16:19:16 +02:00
Michael Grafnetter
22c0c62c7c Resolved #127: Added Windows Server 2022 compatibility 2021-10-19 12:40:46 +02:00
Michael Grafnetter
f277c7b4c0 Updated ManagedEsent to 1.9.4.1 2021-10-16 17:44:41 +02:00
Michael Grafnetter
5f912aa6b3 Updated changelog to v 4.5 2021-10-13 00:07:33 +02:00
Michael Grafnetter
63f9e84651 Prepare for Release 4.5 2021-10-08 18:33:15 +02:00
Michael Grafnetter
677b76bb81 Resolved #118: Support for ntds.dit files with conflicting defunct attributes. 2021-10-08 18:33:15 +02:00
Jürgen Friedrich
b33d915110 Updated TargetFrameworkVersion to v4.7.2 2021-07-16 16:34:55 +02:00
Michael Grafnetter
10fb2c9270 Added test for unreadable credential roaming private keys 2021-05-02 20:29:06 +02:00
Michael Grafnetter
905738dada Attempt to fix msPKIDPAPIMasterKeys parsing 2021-04-14 15:45:56 +02:00
Michael Grafnetter
d9ea984be9
Fixed a bug in TestComputerDefaultPassword
TestComputerDefaultPassword() was using LogonName instead of SamAccountName to calculate the default computer password.
2020-12-23 21:32:01 +01:00
Michael Grafnetter
4b0555cac7 Prepare for release 4.4.1 2020-07-18 18:27:45 +02:00
Michael Grafnetter
cc76411c7e Finished implementing searchableDeviceKey modification in AAD. 2020-07-03 21:43:04 +02:00
Michael Grafnetter
a1d292d5c0 Set-AzureADUserEx initial version 2020-07-01 21:57:09 +02:00
Jiri Cincura
14a77c893f Small code cleanup (with some opinionated C# style). 2020-05-11 00:03:16 +02:00
Michael Grafnetter
96cc816b22 Added more FIDO2 samples from @aseigler. 2020-04-02 19:32:50 +02:00
Michael Grafnetter
563e804578 Prepare for release 4.3. 2020-04-02 15:18:35 +02:00
Michael Grafnetter
9bda022f0c Added LastLogonTimestamp and LastLogonDate properties to DSAccount 2020-04-02 14:20:31 +02:00
Michael Grafnetter
880b87a152 Improved FIDO2 doc. 2020-04-01 13:44:09 +02:00
Michael Grafnetter
6fe15cab42 Imroved AAD key credential auditing 2020-04-01 13:06:00 +02:00
Michael Grafnetter
8f3b551473 Implemented Get-AzureADUserEx cmdlet 2020-03-31 00:58:54 +02:00
Michael Grafnetter
e4fb753894 Initial support for FIDO2 key manipulation through AAD Graph API. 2020-03-28 15:40:37 +01:00
Michael Grafnetter
3df26c9327 Resolved #104: Major documentation update 2020-03-27 21:13:43 +01:00
Michael Grafnetter
3f443bdf05 New logo and package icons 2020-03-19 22:24:06 +01:00
Alex Seigler
c27b62913e Try using lastLogonTimestamp in place of lastLogon in case lastLogon is null. Resolves #98. 2020-03-18 22:19:03 +01:00
Michael Grafnetter
81a4e0f22e Prepare for release 4.2 2020-03-18 00:31:44 +01:00
Michael Grafnetter
f4c33e107e Fixed a bug in credential roaming display and doc 2020-03-17 17:53:42 +01:00
Alex Seigler
6310a8c39a Don't try to select textValues if it is null. Fixes Get-ADSIAccount. 2020-03-09 21:28:41 +01:00
Michael Grafnetter
4bd9807687 Resolved #100: Added multi-domain/forest support to Test-PasswordQuality 2020-03-09 20:56:48 +01:00
Michael Grafnetter
8d2651b33d Improved DN parsing 2020-03-04 23:13:21 +01:00
Michael Grafnetter
770a99ad0e Implemented domain name retrieval through MS-DRSR. 2020-02-25 21:14:03 +01:00
Michael Grafnetter
7035119738 Initial support for Export-Clixml 2020-02-16 13:19:13 +01:00
Michael Grafnetter
6765e55bc5 Resolved GC bug in Get-ADDBBackupKey 2020-02-08 22:47:15 +01:00
Michael Grafnetter
27ee1e72bd Updated package references 2019-12-25 20:05:31 +01:00
Michael Grafnetter
fc47760b74 Improved NCRYPT_OPAQUETRANSPORT_BLOB parser 2019-12-25 17:28:14 +01:00
Michael Grafnetter
19dc3047d1 Prepare for release 4.1 2019-12-12 13:50:46 +01:00