Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
748bd87
Create legacy IIS to IISU/WinCert upgrade scripts and documentation
keyfactor-ddunn Aug 10, 2023
4d8e575
Initial changes for creating and importing pfx files to accept specif…
Feb 29, 2024
9be2ad6
Added ReEnrollment jobs to WinSQL
Mar 14, 2024
fc7d525
Update generated README
Mar 18, 2024
5e8ec1a
Updated some documentation.
Mar 26, 2024
56396f1
Added additional exception handleing for SQL Management jobs. Update…
Mar 26, 2024
316e4ec
Changed 'MaxAllowed' back to '5' and documented what that value repre…
Mar 27, 2024
5384f6d
Updated the readme-source documentation
Mar 27, 2024
8fbc6c7
Update generated README
Mar 27, 2024
d9d4417
Modified how runspaces are created for local machines access . Added…
Apr 16, 2024
4b7b26e
Improved some trace log information.
Apr 17, 2024
3eb72af
Added error trapping when attepting to get the last exit code from a …
Apr 17, 2024
e6f2f1f
Corrected some misspelled words in the ReadMe.
Apr 22, 2024
67aff5a
Update generated README
Apr 22, 2024
268c18b
Update generated README
Apr 25, 2024
bfc9fdc
Merge pull request #102 from Keyfactor/TestingBranch
fiddlermikey Apr 30, 2024
13e8533
POC for Macys - do not use for production.
May 29, 2024
3ce27b4
Minor changes
May 29, 2024
1a5353d
Added store path and addstore for certs with no private keys
May 29, 2024
c50a384
Merge branch '58570-Add_Cert_With_No_PW' into MacysPOC
rcpokorny May 29, 2024
6e74572
Merge pull request #104 from Keyfactor/MacysPOC
rcpokorny May 29, 2024
5be3649
#ab58570 Added additional error trapping and logging. Also modified …
May 31, 2024
278fa47
AB#58570 Added additional error trapping and logging. Also modified …
May 31, 2024
ce61ae2
Merge branch '58570-Add_Cert_With_No_PW' of https://github.com/Keyfac…
May 31, 2024
7c35815
Merge pull request #105 from Keyfactor/58570-Add_Cert_With_No_PW
fiddlermikey Jun 3, 2024
955b3ab
Merge remote-tracking branch 'dev4/ddunn-iis-upgrade-scripts' into 55…
doebrowsk Jun 28, 2024
85b63a6
move migration files together
doebrowsk Jun 28, 2024
6753d85
59831 error getting iisu bound certs (#106)
rcpokorny Jul 3, 2024
488f88a
Resolved merge conflicts
Jul 3, 2024
77ea006
additional legacy migration notes
doebrowsk Jul 11, 2024
1e66b7d
add migration readme and readme-pre to link to migration
doebrowsk Jul 11, 2024
21053b5
Update generated README
Jul 11, 2024
a0683be
Merge branch 'release-2.4' into 55511-migrate-legacy-IIS
doebrowsk Jul 11, 2024
2e3cfe7
update 2.4.3 changelog
doebrowsk Jul 11, 2024
a2a6056
Merge branch '55511-migrate-legacy-IIS' of https://github.com/keyfact…
doebrowsk Jul 11, 2024
59b6db0
Merge pull request #108 from Keyfactor/55511-migrate-legacy-IIS
fiddlermikey Jul 25, 2024
c1c09f3
Merge branch 'main' into release-2.4
fiddlermikey Jul 25, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2.4.3
* Adding Legacy IIS Migration scripting and Readme guide

2.4.2
* Correct false positive error when completing an IIS inventory job.
* Revert to specifying the version of PowerShell to use when establishing a local PowerShell Runspace.
Expand Down
Loading