Installing SQL Server PowerShell Module - Installation and Update - Foundation 23.2 - Foundation 23.2 - Ready - Hyland RPA - external - Hyland-RPA/Installation-and-Update/Foundation-23.2/Hyland-RPA-Installation/Hyland-RPA-Platform/Hyland-RPA-Platform-Pre-Installation-Overview/Installing-SQL-Server-PowerShell-Module - 2025-04-03

Hyland RPA Installation

Platform
Hyland RPA
Product
Installation and Update
Release
Foundation 23.2
License
To install the SQL Server PowerShell module and set it to TLS 1.2:
  1. Open a PowerShell window as administrator.
  2. Execute the following commands:
    1. [Net.ServicePointManager]::SecurityProtocol=[Net.SecurityProtocolType]::Tls12 
    2. Install-Module sqlserver -AllowClobber