Added back -Force

This commit is contained in:
Alex Protsenko
2019-10-30 21:03:14 +03:00
committed by GitHub
parent d67d31810e
commit aa540eca11
@@ -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
```