Installing SQL Server PowerShell Module - Installing SQL Server PowerShell Module - Hyland RPA - Installation and Update - 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 - Foundation 23.2 - Foundation 23.2

Hyland RPA Installation

Platform
Hyland RPA
Product
Installation and Update
Release
Foundation 23.2
License
ft:lastPublication
2025-04-03T06:49:38.053000
ft:locale
en-US
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