Skip to content

Commit

Permalink
Fix SSRS Installation
Browse files Browse the repository at this point in the history
  • Loading branch information
x-limitless-x authored Apr 19, 2021
1 parent cce7e79 commit cd41941
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ Invoke-LabCommand -ActivityName 'Configuring Report Server on SQL Server' -Compu
#Import-Module sqlps -DisableNameChecking | Out-Null

# Establish a connection to the database server (localhost)
$conn = New-Object Microsoft.SqlServer.Management.Common.ServerConnection -ArgumentList $env:ComputerName
$conn = New-Object Microsoft.SqlServer.Management.Common.ServerConnection -ArgumentList $env:ComputerName\SCOM2019
$conn.ApplicationName = "SSRS Configuration Script"
$conn.StatementTimeout = 0
$conn.Connect()
Expand Down

0 comments on commit cd41941

Please sign in to comment.