Skip to content

Releases: RWS/ISHDeploy

v1.3

18 Apr 07:23
Compare
Choose a tag to compare

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 and Get-ISHDeploymentParameter to help create cleaner scripts.

Cmdlets and documentatin changes

  1. General
    1. Cmdlets
      • Fixed Get-ISHDeployment to return the actual path for the WebPath, DataPath and AppPath.
        E.g for WebPath the value is C:\InfoShare\Web instead of C:\InfoShare. [Update]
      • Get-ISHDeploymentParameter new parameters -Name and -ValueOnly simplify working with one parameter. [Update]
    2. Tutorials
      • Minor corrections and enhancements on Work with one or multiple deployments tutorial. [Update]
  2. Integration Translation
    1. 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]
    2. 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]
  3. Working with ISHCM web UI features
    1. Tutorials
      • Configuring ISHCM web UI button bars. Fixed an bug in the example when using splatting parameters [Update]

v1.2

26 Jan 16:35
Compare
Choose a tag to compare

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

  1. General
    1. 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.
    2. 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]
  2. Working with ISHCM web UI features
    1. 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 to Set-ISHUIEventMonitorMenuBarItem.
        • From Move-ISHUIEventMonitorTab to Move-ISHUIEventMonitorMenuBarItem.
        • From Remove-ISHUIEventMonitorTab to Remove-ISHUIEventMonitorMenuBarItem.
    2. 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]
  3. Integration STS
    1. 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]

v1.1

15 Sep 08:00
Compare
Choose a tag to compare

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

  1. General
    1. Cmdlets
      • Less warning messages. Warnings are issued when it’s important to share. [Update]
      • Get-ISHDeploymentHistory returns less. Get-* cmdlets are ignored. [Update]
    2. Documentation - Commands
      • Related links render as links and provide a quicker navigation experience. [Update]
  2. Integration STS
    1. Cmdlets
      • Get-ISHDeploymentHistory returns less. Get-* cmdlets are ignored. [Update]
      • Enable-ISHIntegrationSTSInternalAuthentication and Disable-ISHIntegrationSTSInternalAuthentication enable access for internal user authentication. [New]
    2. 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]
  3. ISHSTS
    1. 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]

Known issues

  • Due to internal dependencies to the product, avoid sequencing first Set-ISHIntegrationSTSCertificate and then Set-ISHSTSConfiguration because they will break the deployment.

v0.9

17 Aug 10:37
Compare
Choose a tag to compare
v0.9 Pre-release
Pre-release

Release refers to SDL Knowledge Center 2016 SP1 Content Manager 12.0.1 and ISHDeploy.12.0.1.

  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]

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

01 Aug 19:01
Compare
Choose a tag to compare
v0.2 Pre-release
Pre-release
  1. Cmdlets
    • All cmdlets accept also name as value for the -ISHDeployment parameter. e.g. Enable-ISHUIContentEditor -ISHDeployment "InfoShare". [Update]
    • Get-ISHDeployment returns the WebSiteName also. [Update]
    • Get-ISHDeploymentParameters . [New]
    • Remove-ISHSTS. [New]
    • Get-ISHSTSRelyingParty. [New]
    • Set-ISHSTSRelyingParty. [New]
    • Set-ISHSTSConfiguration. (Not working) [New]
    • Reset-ISHSTS. [New]
  2. 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

24 Jun 13:18
Compare
Choose a tag to compare
0.1 Pre-release
Pre-release

Initial release

  1. Working with deployments
    1. Cmdlets
      • Clear-ISHDeploymentHistory
      • Get-ISHDeployment
      • Get-ISHDeploymentHistory
      • Get-ISHPackageFolderPath
      • Undo-ISHDeployment
    2. Articles
      • Work with deployments
      • Work with files
      • Work with Get-ISHPackageFolderPath
  2. Feature toggle
    1. 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
    2. Articles
      • Work with UI Features
  3. Integration with Security Token Service (STS)
    1. Cmdlets
      • Remove-ISHIntegrationSTSCertificate
      • Save-ISHIntegrationSTSConfigurationPackage
      • Set-ISHContentEditor
      • Set-ISHIntegrationSTSCertificate
      • Set-ISHIntegrationSTSWSFederation
      • Set-ISHIntegrationSTSWSTrust
      • Save-ISHIntegrationDBSTSSQLServerConfiguration
      • Set-ISHAPIWCFServiceCertificate
    2. 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

PowerShell gallery module version