mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
Added back -Force
This commit is contained in:
@@ -7,7 +7,7 @@ Assess your SQL Server configuration for best practices in 2 simple steps.
|
||||
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.
|
||||
|
||||
```PowerShell
|
||||
Install-Module -Name SqlServer -AllowClobber
|
||||
Install-Module -Name SqlServer -AllowClobber -Force
|
||||
Get-Module
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user