1.11
Issues:
- Upgrade .NET Core Hosting Bundle to version 6.0.1 (ISHServer.15.1 only)
- Upgrade Eclipse Temurin Openjdk to 21 LTS (ISHServer.15.1 only)
1.10
Issues:
- GH-95: Upgrade Microsoft .NETFramework to version 4.8 and .NET Core Hosting Bundle to version 6.0.1 (ISHServer.15 only)
- GH-104: Upgrade Eclipse Temurin Openjdk 17 prerequisite version to 17.0.7.7 (ISHServer.15 only)
1.9
Issues:
- GH-71: Add support for the installation of Microsoft .NET Core - Windows Server Hosting v3.1.5 (ISHServer.15)
- GH-84: Add support for the installation of Eclipse Temurin Open JDK 17+35 (ISHServer.15)
1.8
Issues:
- GH-54: Add support for the installation of the Microsoft OLE DB Driver for SQL Server (MSOLEDBSQL) v18.3.0.0 (ISHServer.14)
- GH-64: Add support for the installation of ODAC 19c Release 3 for Microsoft Windows 32-bit (ISHServer.14) Installation of ODAC 12 (ODTwithODAC122010) is still the default when using Install-ISHToolOracleODAC. To install ODAC 19c Release 3 (ODAC193Xcopy_32bit), you need to use Install-ISHToolOracleODACv19.
1.7
Issues:
- GH-48: Add installaton of AdoptOpenJDK and JRE pre-requisite (ISHServer.14 only)
- GH-50: Upgrade .NET Framework pre-requisite to 4.7.2 for the upcoming release of Tridion Docs 14.0.0 (ISHServer.14 only)
- GH-52: Add support for Windows Server 2019 (ISHServer.14 only)
- GH-55: Review/Update README, CHANGELOG, RELEASNOTES, versions, ...
1.6
Issues:
- GH-32: Set-ISHUserLocal throws error "net.exe : The user name could not be found." when the password has character "
- GH-31: Set-ISHUserLocal cannot work with passwords longer than 14 characters
- GH-34: Rename Get-ISHCOMPlus to Get-ISHServerCOMPlus
- GH-42: Make ContentManager2018 the primary artifact
In detail:
- Renamed
Get-ISHCOMPlus
toGet-ISHServerCOMPlus
Remarks:
- Moved links from https://github.com/Sarafian to https://github.com/sdl .
1.5
Issues:
- GH-27: Improve management of OSUser.
- GH-12: Avoid downloading when the file is already available.
In detail:
Initialize-ISHUser
is deleted and split intoSet-ISHUserLocal
,Set-ISHUserAdministrator
,Initialize-ISHUserLocalProfile
andInitialize-ISHRegistry
.Set-ISHUserLocal
adds the osuser when necessary to the local user registry. When the user exists, it will update the password.Set-ISHUserAdministrator
sets the osuser as the local administrator.Initialize-ISHUserLocalProfile
forces the osuser to fully initialize, including the user profile directory.Initialize-ISHRegistry
disables registry unload.
Get-ISHNormalizedCredential
normalizes the credentials so they are good with all cmdlets. This is required before using any cmdlet that accepts credentials for the osuser.Get-ISHPrerequisites
will skip downloading files that are already downloaded. Use the-Force
parameter to force the download regardless.
1.4
Issues:
- GH-23: New dependency to PoshPrivilege for
Grant-ISHUserLogOnAsService
.
1.3
Issues:
- GH-20: Install-ISHWindowsFeature failes withing a Docker container
1.2
Issues:
- GH-13: Initialize-ISHRegional should not require elevated permissions.
- GH-15: Azure file and blob storage support.
- GH-17: Initialize-ISHRegional sets incorrect registry key for 'Long Time' format.
In detail:
Initialize-ISHRegional
doesn't check for elevated permissions.Get-ISHPrerequisites
now supports Azure file and blob storage as source.Set-ISHToolAntennaHouseLicense
now supports Azure file and blob storage as source.Get-ISHCD
now supports Azure file and blob storage as source.
1.1
Issues:
- GH-3: Amazon Web Services S3 bucket support.
- GH-7: Download and expand ISHCD.
In detail:
- Upgraded the SDLDevTools PowerShell module to version 0.2
Get-ISHPrerequisites
now supports S3 buckets as source.Set-ISHToolAntennaHouseLicense
now supports S3 buckets as source.Test-RunningAsElevated
is now a private function in the module.- New
Get-ISHCD
cmdlet: - Downloads a CD from FTP or AWS S3 bucket.
- Returns the available CDs.
- New
Expand-ISHCD
cmdlet expands a CD intoC:\ISHCD
.
1.0
- Split from ISHBootstrap.
- Module doesn't require elevated privileges as a total. Only the necessary cmdlets. You can import and query the system without elevated privileges.