You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: samples/manage/sql-assessment-api/QuickStart.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ Assess your SQL Server configuration for best practices in 2 simple steps.
4
4
5
5
### 1. Setup
6
6
7
-
You just need to install PowerShell SqlServer module using the following command. Get-Module will show you the version you have installed. 21.1.18206 is the latest version and GA for SQL Assessment API.
7
+
You just need to install [PowerShell SqlServer module](https://www.powershellgallery.com/packages/SqlServer) using the following command. Get-Module will show you the version you have installed. 21.1.18206 is the latest version and GA for SQL Assessment API.
8
8
9
9
```PowerShell
10
10
Install-Module -Name SqlServer -AllowClobber
@@ -42,4 +42,4 @@ To learn more about SQL Assessment API such as customizing and extending the rul
0 commit comments