We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69169e8 commit 53c313bCopy full SHA for 53c313b
1 file changed
docs/powershell/download-sql-server-ps-module.md
@@ -42,7 +42,7 @@ If there are previous versions of the **SqlServer** module on the computer, you
42
43
If you are not able to run the PowerShell session as administrator, you can install for the current user:
44
45
-```Install-Module -Name SqlServer -Scope CurrentUser -AllowClobber```
+```Install-Module -Name SqlServer -Scope CurrentUser```
46
47
When updated versions of the **SqlServer** module are available, you can update the version using `Update-Module`:
48
0 commit comments