Skip to content

Releases: claudiospizzi/SecurityFever

SecurityFever v2.2.1

16 Aug 15:44
Compare
Choose a tag to compare

Release Notes:

  • Fixed: Error during push and pop an impersonation context (#1)

SecurityFever v2.2.0

04 Dec 23:33
Compare
Choose a tag to compare

Release Notes:

  • Added: Get-TimeBasedOneTimePassword function

SecurityFever v2.1.2

30 Nov 14:44
Compare
Choose a tag to compare

Release Notes:

  • Fixed: Add missing function export in module definition file
  • Fixed: Prevent PSake deployment from wrong or unmerged branches

SecurityFever v2.1.0

21 Nov 00:12
Compare
Choose a tag to compare

Release Notes:

  • Added: Add Protect-String and Unprotect-SecureString cmdlets

SecurityFever v2.0.1

21 Nov 00:12
Compare
Choose a tag to compare

Release Notes:

  • Changed: Rename Get-VaultEntryCredential to Get-VaultCredential
  • Changed: Rename Get-VaultEntrySecureString to Get-VaultSecureString

SecurityFever v2.0.0

18 Oct 21:24
Compare
Choose a tag to compare

Release Notes:

  • Added: Cmdlets to push and pop an impersonation context
  • Changed: Rename TrustedHosts commands to singular noun

SecurityFever v1.3.0

23 Sep 22:46
Compare
Choose a tag to compare

Release Notes:

  • Added: WSMan TrustedHosts list manipulation commands

SecurityFever v1.2.0

20 Nov 22:10
Compare
Choose a tag to compare

Release Notes:

  • Added: Invoke-PowerShell function with (alias: posh)

SecurityFever v1.1.0

05 Dec 14:02
Compare
Choose a tag to compare

Release Notes:

  • Added: Cmdlets for the Windows Credential Manager Vault
  • Changed: Add verbose output to Test-Credential

SecurityFever v1.0.2

29 Nov 12:29
Compare
Choose a tag to compare

Release Notes:

  • Fixed: Wrong output in quiet mode in Test-Credential
  • Fixed: Failing Active Directory verification method in Test-Credential
  • Fixed: Add unit tests in Test-Credential