Skip to content

Releases: lithnet/ad-password-protection

v1.1.53

07 May 21:33
Compare
Choose a tag to compare

Change log

  • Fixes an issue #109 where a NullReferenceException occurs using the PowerShell module to change the store path

v1.1.x Update Information

v1.1 introduces several new cmdlets for helping to manage your Password Protection store.

  • Sync-HashesFromHibp - Allows you to sync hashes from the Have I Been Pwned API directly into your compromised password store. This replaces the previous flat-file import process.
  • Get-PasswordFilterConfig - Allows you to get the registration and enabled/disabled status of the password filter, as well as the password store location
  • Get-PasswordFilterPolicy - Allows you to see the filter policy settings currently in place
  • Set-PasswordFilterConfig - Allows you to set the store location and enabled/disabled status of the filter

Updated documentation is available at docs.lithnet.io

v1.1.51

30 Apr 06:44
Compare
Choose a tag to compare

Change log

  • Fixes an issue where some of the PowerShell scripts in the installer were not signed

v1.1.x Update Information

v1.1 introduces several new cmdlets for helping to manage your Password Protection store.

  • Sync-HashesFromHibp - Allows you to sync hashes from the Have I Been Pwned API directly into your compromised password store. This replaces the previous flat-file import process.
  • Get-PasswordFilterConfig - Allows you to get the registration and enabled/disabled status of the password filter, as well as the password store location
  • Get-PasswordFilterPolicy - Allows you to see the filter policy settings currently in place
  • Set-PasswordFilterConfig - Allows you to set the store location and enabled/disabled status of the filter

Updated documentation is available at docs.lithnet.io

v1.1.48

18 Mar 23:09
Compare
Choose a tag to compare

This version introduces several new cmdlets for helping to manage your Password Protection store.

  • Sync-HashesFromHibp - Allows you to sync hashes from the Have I Been Pwned API directly into your compromised password store. This replaces the previous flat-file import process.
  • Get-PasswordFilterConfig - Allows you to get the registration and enabled/disabled status of the password filter, as well as the password store location
  • Get-PasswordFilterPolicy - Allows you to see the filter policy settings currently in place
  • Set-PasswordFilterConfig - Allows you to set the store location and enabled/disabled status of the filter

Updated documentation is available at docs.lithnet.io

v1.0.7244

04 Dec 00:47
Compare
Choose a tag to compare

What's changed

Fixes an issue where Test-IsADUserPasswordCompromised cmdlet would fail when a server name was not specified, and NTLM was disabled for the calling user

v1.0.7243

06 Sep 21:54
Compare
Choose a tag to compare

What's changed

Fixes an issue from v.0.7242 where the PowerShell module would not load with a dependency not found error

v1.0.7242

30 Aug 08:01
Compare
Choose a tag to compare

What's changed

Fixes an issue where LPP running in LSASS protected mode on Windows Server 2012 or Windows Server 2016 would not load after installing the latest version of LPP, or after installing the latest Microsoft Visual C++ Runtime.

v1.0.7239

25 Jun 01:29
Compare
Choose a tag to compare

What's Changed

  • Fixes #75 Test-IsADUserPasswordCompromised: Getting error "The output char buffer is too small to contain the decoded characters" for some user accounts
  • Bump Newtonsoft.Json from 12.0.3 to 13.0.1 in /src/PasswordProtectionPS by @dependabot in #79

v1.0.7238

17 Mar 23:45
Compare
Choose a tag to compare

Changes the behavior of regular expression matching from requiring an exact match, to requiring only a partial match, as well as allowing case-insensitive matching.

This means that where a previous regex of password would only match an exact input of password, the same filter will now match this is my password

v1.0.7236

13 Apr 01:59
057605f
Compare
Choose a tag to compare

Adds fix for issue where no events are logged if LPP starts before the event log service and tries to log something
Add a backup file-based log to %windir%\logs\lpp.log
An event log entry is created on startup

This version is Microsoft signed and suitable for use in environments where LSA protected mode is enabled

v1.0.7234

22 Oct 22:14
9cace08
Compare
Choose a tag to compare
v1.0.7234 Pre-release
Pre-release

Adds an event log entry on initialization of the module

Not this is a pre-release and is not signed by Microsoft and therefore cannot be used when LSA Protected Mode is enabled. Use the latest release version for Protected Mode support.