- Fix issue with running scripts of ParamArray parameter type
- Add more test cases for Invoke-IdentityManagerScript
- Add comments to functions
- Clarify dependencies for v9.3 and PowerShell
- Update README.md to reflect support for v10.0 LTS
- Fix formatting in README.md
- Fix issues during creation of AccProductGroups
- Prepare support for Dotnet 10
- Add test cases for Get-Configparm
- Add method Get-Configparm to get all configuration settings
- Extend FillDbWithFakeData with custom target systems
- Fix issue #46: Wrong parameter type for Invoke-ImEvent event parameters
- Add test case for generating events with parameters
- Fix issues with demo script in older Identity Manager releases
- Code cleanup
- Rename Get-InstalledModule to Get-InstalledIdentityManagerModule for fix of overwritten default Powershell cmdlet
- Fix issues with demo script in contribute on older Identity Manager versions
- Add method to show system informations on startup
- Add method Get-InstalledModules to list installed modules from database
- Fix issues with sql factory detection
- Update requirements for latest Identity Manager release v9.3x
- Update steps for getting more insights in case of errors
- Fix issues when running on Linux
- Update QRCoder to 1.6.0
- Introduce trace mode to generate Object and SQL log
- Extend demo script with more test data
- Fix issues with Join-Path
- Fix some typos
- Minor improvements for FillDbWithFakeData.ps1
- Add tests for Test-Entity method
- More tests for modification of entities
- Add Test-Entity method to check existence of entities
- Remove parameter FactoryName from New-IdentityManagerSession. It can be detected automatically from connectionstring.
- Minor improvements for FillDbWithFakeData.ps1
- Better detection for unsupported PowerShell version
- Code cleanup
- Fix reloading of entities
- Fix performance tests
- More tests for Resolve-Exception
- Fix reloading of entities
- Add contribute script to populate a database with some fake data
- Fix issues with duplicate session closing
- Add some performance tests
- Fix some typos
- Improve bulk operations
- Turn off debug messages and add hint into README.md
- Hotfix for missing variable assignment in v0.0.13
- Fix issue #22: How to deal with multiple DB's in different versions
- Fix issue #23: Cant create application server connection
- Add more tests for New-IdentityManagerSession
- Minor cleanup
- Minor cleanup
- Introduce new parameter ModulesToAdd to New-IdentityManagerSession and wrapper functions to control function creation
- Introduce new parameter ProductFilePath to Get-Authentifier and New-IdentityManagerSession to allow specification of assembly path
- Fix issue #19: Can't set attributes to empty
- Add tests for Set-EntityColumnValue
- Fix typos
- Add method
Get-TableCount
- Add tests for method
Get-TableCount
- Rename
Get-MethodtoGet-EntityMethod
- Reload entities to allow further updates
- Don't try to load an entity if it already passed
- First typed wrapper tests
- Major improvements for README.md
- Add new script handle_deps.ps1 to allow easy handling of external product DLLs
- Rename License file to LICENSE.md
- Fix #7 New-Entity fails with error: "Resolve-Exception : The term 'Add-s' is not recognized as the name of a cmdlet..."
- Better error handling during module loading
- Rename functions
Get-Event/Invoke-EventtoGet-ImEvent/Invoke-ImEventbecause of ambiguous overwriting of default methods
- Introduce tests
- Introduce Pester tests