Releases: RWS/ISHDeploy
v1.3
Release refers to SDL Knowledge Center 2016 SP1 Content Manager 12.0.0, 12.0.1 and 12.0.3.
Summary of release
- This release is focused on adding cmdlets into the module that help configure and manager the translation services.
- Improved the output of help cmdlets such as
Get-ISHDeployment
andGet-ISHDeploymentParameter
to help create cleaner scripts.
Cmdlets and documentatin changes
- General
- Cmdlets
- Fixed
Get-ISHDeployment
to return the actual path for theWebPath
,DataPath
andAppPath
.
E.g forWebPath
the value isC:\InfoShare\Web
instead ofC:\InfoShare
. [Update] Get-ISHDeploymentParameter
new parameters-Name
and-ValueOnly
simplify working with one parameter. [Update]
- Fixed
- Tutorials
- Minor corrections and enhancements on Work with one or multiple deployments tutorial. [Update]
- Cmdlets
- Integration Translation
- Cmdlets
Enable-ISHServiceTranslationBuilder
. [New]Disable-ISHServiceTranslationBuilder
. [New]Get-ISHServiceTranslationBuilder
. [New]Set-ISHServiceTranslationBuilder
. [New]Enable-ISHServiceTranslationOrganizer
. [New]Disable-ISHServiceTranslationOrganizer
. [New]Get-ISHServiceTranslationOrganizer
. [New]Set-ISHServiceTranslationOrganizer
. [New]New-ISHFieldMetadata
. [New]New-ISHIntegrationTMSMapping
. [New]New-ISHIntegrationTMSTemplate
. [New]Set-ISHIntegrationTMS
. [New]Remove-ISHIntegrationTMS
. [New]New-ISHIntegrationWorldServerMapping
. [New]Set-ISHIntegrationWorldServer
. [New]Remove-ISHIntegrationWorldServer
. [New]Set-ISHIntegrationWorldServer
. [New]Remove-ISHIntegrationWorldServer
. [New]Set-ISHTranslationFileSystemExport
. [New]Remove-ISHTranslationFileSystemExport
. [New]
- Tutorials
- New section Work with translation services with tutorials: [New]
- Integrating translation jobs with SDL World Server. [New]
- Integrating translation jobs with SDL TMS. [New]
- Exporting translation jobs to the file system. [New]
- Configuring the services. [New]
- Scaling the services. [New]
- New section Work with translation services with tutorials: [New]
- Cmdlets
- Working with ISHCM web UI features
- Tutorials
- Configuring ISHCM web UI button bars. Fixed an bug in the example when using splatting parameters [Update]
- Tutorials
v1.2
Release refers to SDL Knowledge Center 2016 SP1 Content Manager 12.0.1, 12.0.1 and 12.0.3.
Summary of release
- Simplified cmdlet invocation when only one deployment is present. Module will autocalculate the
-ISHDeployment
parameter. - History has now schema for future changes.
- Documentation re-organization. Icon changes also.
- Module can now configure all menu's and button bars in the Content Manager web client (ISHCM).
- Module can take backup of explicit files.
- Minor corrections in the documentation
Cmdlets and documentatin changes
- General
- Cmdlets
- For all cmdlets the '-ISHDeployment' parameter is now optional and calculated when omitted with the following reasoning: [Update]
- When there is only one available deployment detected then this one will be used.
- Where there are more than one available deployments detected then the cmdlet will throw an error.
- Improved cmdlet behavior when administrator privileges are required.
- History file is enhanced with script info meta language.
- For all cmdlets the '-ISHDeployment' parameter is now optional and calculated when omitted with the following reasoning: [Update]
- Documentation
- Renamed items in the top bar to Tutorials and Cmdlet Documentation. [Update]
- New items in the top bar for access to topics such as Getting started and Release notes. [Update]
- New icon in top bar. [Update]
- New tutorial on how to work with one deployment. [Update]
- Renamed and extended tutorial Work with files to Work with files and packages. [Update]
- Getting Started has new information about required elevated administrator privileges. [Update]
- Cmdlets
- Working with ISHCM web UI features
- Cmdlets
Set-ISHUIButtonBarItem
. [New]Remove-ISHUIButtonBarItem
. [New]Move-ISHUIButtonBarItem
. [New]Move-ISHUIMainMenuBarItem
. [New]Remove-ISHUIMainMenuBarItem
. [New]Set-ISHUIMainMenuBarItem
. [New]Move-ISHUISearchMenuBarItem
. [New]Remove-ISHUISearchMenuBarItem
. [New]Set-ISHUISearchMenuBarItem
. [New]Set-ISHUISearchMenuBarItem
. [New]Copy-ISHCMFile
. [New]Expand-ISHCMPackage
. [New]Set-ISHCMCUILResourceGroup
. [New]Backup-ISHDeployment
. [New]- Renamed cmdlets for event monitor: [Update]
- From
Set-ISHUIEventMonitorTab
toSet-ISHUIEventMonitorMenuBarItem
. - From
Move-ISHUIEventMonitorTab
toMove-ISHUIEventMonitorMenuBarItem
. - From
Remove-ISHUIEventMonitorTab
toRemove-ISHUIEventMonitorMenuBarItem
.
- From
- Documentation
- Reorganize former "Configuring features using the module" tutorial into three more specialized. [Update]
- Toggling Web Components. [Update]
- Configuring ISHCM web UI menu bars. [Update]
- Configuring ISHCM web UI button bars. [New]
- Reorganize former "Configuring features using the module" tutorial into three more specialized. [Update]
- Cmdlets
- Integration STS
- Documentation
- Fixed invalid parameter reference in tutorial Implementing Vanilla certificate replacement. [Update]
- Added remarks for the importance of execution order in PowerShell examples in tutorial Implementing Vanilla certificate replacement. [Update]
- Documentation
v1.1
Release refers to SDL Knowledge Center 2016 SP1 Content Manager 12.0.1 and ISHDeploy.12.0.1.
Summary of release
- Control internal user authentication when the deployment is integrated with an external security token service (STS)
- Fine tune Cmdlets
- Bug fixing
- Solve previous known issue:
When the deployment is configured for light weight windows authentication, the described certificate rollover leaves the system broken. The workaround is to re-execute the
Set-ISHSTSConfiguration -ISHDeployment $deploymentName -AuthenticationType Windows
.
Cmdlets and documentation changes
- General
- Cmdlets
- Less warning messages. Warnings are issued when it’s important to share. [Update]
Get-ISHDeploymentHistory
returns less. Get-* cmdlets are ignored. [Update]
- Documentation - Commands
- Related links render as links and provide a quicker navigation experience. [Update]
- Cmdlets
- Integration STS
- Cmdlets
Get-ISHDeploymentHistory
returns less. Get-* cmdlets are ignored. [Update]Enable-ISHIntegrationSTSInternalAuthentication
andDisable-ISHIntegrationSTSInternalAuthentication
enable access for internal user authentication. [New]
- Documentation - Articles
- Security Token Service\Integrating with Security Token Service mentions how to enable internal user authentication. [Update]
- Security Token Service\ADFS\Integrating with Security Token Service mentions how to enable internal user authentication. [Update]
- Cmdlets
- ISHSTS
- Cmdlets
Set-ISHSTSConfiguration
will force the initialization of ISHSTS's database. [Update]Set-ISHSTSConfiguration
does check - is Windows Authentication feature installed on environment or not. [Update]Set-ISHSTSRelyingParty
parameter-Realm
is required to be a proper url with schema. [Update]
- Cmdlets
Known issues
- Due to internal dependencies to the product, avoid sequencing first
Set-ISHIntegrationSTSCertificate
and thenSet-ISHSTSConfiguration
because they will break the deployment.
v0.9
Release refers to SDL Knowledge Center 2016 SP1 Content Manager 12.0.1 and ISHDeploy.12.0.1.
- Cmdlets
- All
Get-ISH*
cmdlets e.g.Get-ISHDeployment
can be piped. e.g.Get-ISHDeployment | ForEach-Object {$_}
. [Update] - Set-ISHUIEventMonitorTab can accept multiple user roles in parameter
-UserRole
. [Update] - Set-ISHSTSConfiguration. (Fixed) [Update]
- All
Known issues
- When the deployment is configured for light weight windows authentication, the described certificate rollover leaves the system broken. The workaround is to re-execute the
Set-ISHSTSConfiguration -ISHDeployment $deploymentName -AuthenticationType Windows
. - Set-ISHSTSConfiguration does not check if the windows authentication module is installed on IIS.
v0.2
- Cmdlets
- All cmdlets accept also name as value for the
-ISHDeployment
parameter. e.g.Enable-ISHUIContentEditor -ISHDeployment "InfoShare"
. [Update] Get-ISHDeployment
returns theWebSiteName
also. [Update]Get-ISHDeploymentParameters
. [New]- Remove-ISHSTS. [New]
- Get-ISHSTSRelyingParty. [New]
- Set-ISHSTSRelyingParty. [New]
- Set-ISHSTSConfiguration. (Not working) [New]
- Reset-ISHSTS. [New]
- All cmdlets accept also name as value for the
- Articles
- Work with Security Token Service\ISHSTS\Integrating 3rd party service providers. New
- Work with Security Token Service\ISHSTS\Implementing light weight Windows Authentication. [New]
- Work with Security Token Service\ISHSTS\Resetting ISHSTS. [New]
- Work with Security Token Service\Certificates rollover/replacement\Implementing certificate replacement. [New]
- Work with Security Token Service\Certificates rollover/replacement\Implementing issuer certificate rollover with 3rd party STS. [Update]
- Work with Security Token Service\Certificates rollover/replacement\Implementing service certificate replacement with 3rd party STS. [New]
0.1
Initial release
- Working with deployments
- Cmdlets
- Clear-ISHDeploymentHistory
- Get-ISHDeployment
- Get-ISHDeploymentHistory
- Get-ISHPackageFolderPath
- Undo-ISHDeployment
- Articles
- Work with deployments
- Work with files
- Work with Get-ISHPackageFolderPath
- Cmdlets
- Feature toggle
- Cmdlets
- Disable-ISHExternalPreview
- Disable-ISHUIContentEditor
- Disable-ISHUIQualityAssistant
- Disable-ISHUITranslationJob
- Enable-ISHExternalPreview
- Enable-ISHUIContentEditor
- Enable-ISHUIQualityAssistant
- Enable-ISHUITranslationJob
- Move-ISHUIEventMonitorTab
- Remove-ISHUIEventMonitorTab
- Set-ISHUIEventMonitorTab
- Test-ISHContentEditor
- Articles
- Work with UI Features
- Cmdlets
- Integration with Security Token Service (STS)
- Cmdlets
- Remove-ISHIntegrationSTSCertificate
- Save-ISHIntegrationSTSConfigurationPackage
- Set-ISHContentEditor
- Set-ISHIntegrationSTSCertificate
- Set-ISHIntegrationSTSWSFederation
- Set-ISHIntegrationSTSWSTrust
- Save-ISHIntegrationDBSTSSQLServerConfiguration
- Set-ISHAPIWCFServiceCertificate
- Articles
- Security Token Service\Integrating with Security Token Service
- Security Token Service\ADFS\Integrating with Security Token Service
- Security Token Service\Certificates\Implementing issuer certificate rollover
- Cmdlets