Skip to content

Commit aa540ec

Browse files
Added back -Force
1 parent d67d318 commit aa540ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

samples/manage/sql-assessment-api/QuickStart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Assess your SQL Server configuration for best practices in 2 simple steps.
77
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.
88

99
```PowerShell
10-
Install-Module -Name SqlServer -AllowClobber
10+
Install-Module -Name SqlServer -AllowClobber -Force
1111
Get-Module
1212
```
1313

0 commit comments

Comments
 (0)