In version v7.2.39.0.334 of the Progress Kemp PowerShell module, a number of improvements were made. This included:

  • Improving the output of the commands
  • Renaming a number of commands to ensure the naming convention adheres to Microsoft guidelines
  • Improvements to parameter values, such as changing some parameter value inputs from integer to string to better match the values in the LoadMaster Web User Interface (WUI)

As a result of these changes, the new version of the PowerShell module is not backwards compatible and scripts written for a version before v7.2.39.0.344 may not function correctly.

To check what version of the Progress Kemp PowerShell module you are using, run the following command:

Get-Module Kemp.LoadBalancer.Powershell

Document Purpose

This document outlines some of the major changes made to the PowerShell module. Being aware of these changes can help if you need to update any scripts written for older Progress Kemp PowerShell modules.

For further details on the Kemp PowerShell module, refer to the PowerShell Interface Description.

Intended Audience

This document is intended to assist any users who may have written scripts for an older version of the Progress Kemp PowerShell module and now need to update these scripts to reflect a newer module version.