- Update
Get-CCPCredential- Allow
Certificate/CertificateThumbprintto be specified together withCredential/UseDefaultCredentialparameters.
- Allow
- Update Help Examples
- Updates
Get-CCPCredentialexamples.- Thanks @jeffrechten
- Updates
-
Update
Get-AIMCredential- Resolves issue where specifying a value for the
-Reasonparameter which includes a space resulted in an error.
- Resolves issue where specifying a value for the
-
Update
Get-CCPCredential- Adds
Queryparameter 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
SkipCertificateCheckparameter.
- Added
- Fix
Get-AIMCredential- Resolves issue where specifying the
-ErrorActionparameter 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
certificateparameter 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.
UseBasicParsingparameter added toInvoke-RestMethodcall.
Initial Release