- Update
Get-CCPCredential
- Allow
Certificate
/CertificateThumbprint
to be specified together withCredential
/UseDefaultCredential
parameters.
- Allow
- Update Help Examples
- Updates
Get-CCPCredential
examples.- Thanks @jeffrechten
- Updates
-
Update
Get-AIMCredential
- Resolves issue where specifying a value for the
-Reason
parameter which includes a space resulted in an error.
- Resolves issue where specifying a value for the
-
Update
Get-CCPCredential
- Adds
Query
parameter to allow users to specify own query filter value to include in request URL.
- Adds
- Update to avoid an observed unexpected error behaviour.
- Update
Get-CCPCredential
- Added
SkipCertificateCheck
parameter.
- Added
- Fix
Get-AIMCredential
- Resolves issue where specifying the
-ErrorAction
parameter when invoking the command resulted in an error.
- Resolves issue where specifying the
- Fix
Get-AIMCredential
- Fix output parsing bug introduced in
3.5.22
.
- Fix output parsing bug introduced in
- Fix
Get-AIMCredential
- Resolves error when returning passwords containing a comma character.
- Changed minimum required PowerShell version to 5.1
- Update
Get-CCPCredential
- Added
certificate
parameter for specifying an x509 certificate to use for the connection.
- Added
- Fix
Get-AIMCredential
- Adds support for spaces in application names.
- Updates
- Changed configuration file path
- Old Path:
$env:HOMEDRIVE$env:HomePath\AIMConfiguration.xml
- New Path:
$env:USERPROFILE\AIMConfiguration.xml
- Old Path:
- Changed configuration file path
Module updated to work with a locally installed Credential Provider in addition to the Central Credential Provider.
- New Functions
Set-AIMConfiguration
- Sets path to a local credential provider utility
Get-AIMCredential
- Retrieves password from a local credential provider
- Updates
- Added support for client certificate authentication.
UseBasicParsing
parameter added toInvoke-RestMethod
call.
Initial Release