Skip to content

Commit 4f5329a

Browse files
fixes MicrosoftDocs/sql-docs/issues/7307 -- remove invalid switch AllowClobber
1 parent b52a195 commit 4f5329a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/powershell/download-sql-server-ps-module.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Get-Module SqlServer -ListAvailable
109109
You can use the following command to remove older versions:
110110

111111
```powershell
112-
Uninstall-module -Name SQLServer -RequiredVersion "<version number>" -AllowClobber
112+
Uninstall-module -Name SQLServer -RequiredVersion "<version number>"
113113
```
114114

115115
### Troubleshooting

0 commit comments

Comments
 (0)