Skip to content

Commit b962c05

Browse files
author
stevestein
committed
updating
1 parent f2e6590 commit b962c05

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,17 @@ This article provides directions for installing the **SqlServer** PowerShell mod
3030
> There are two SQL Server PowerShell modules; **SqlServer** and **SQLPS**. The **SQLPS** module is included with the SQL Server installation (for backwards compatability), but is no longer being updated. The most up-to-date PowerShell module is the **SqlServer** module. The **SqlServer** module contains updated versions of the cmdlets in **SQLPS**, and also includes new cmdlets to support the latest SQL features.
3131
> Previous versions of the **SqlServer** module *were* included with SQL Server Management Studio (SSMS), but only with the 16.x versions of SSMS. To use PowerShell with SSMS 17.0 and later, the **SqlServer** module must be installed from the PowerShell Gallery.
3232
33-
Start a [PowerShell](https://docs.microsoft.com/powershell/scripting/powershell-scripting) session and use the following commands to install the **SqlServer** module. If you run into problems installing, see the [Install-Module documentation](https://docs.microsoft.com/powershell/gallery/psget/module/psget_install-module) and [Install-Module reference](https://docs.microsoft.com/powershell/module/powershellget/Install-Module).
33+
To install the **SqlServer** module from the PowerShell Gallery, start a [PowerShell](https://docs.microsoft.com/powershell/scripting/powershell-scripting) session and use the following commands. If you run into problems installing, see the [Install-Module documentation](https://docs.microsoft.com/powershell/gallery/psget/module/psget_install-module) and [Install-Module reference](https://docs.microsoft.com/powershell/module/powershellget/Install-Module).
3434

3535
To install the **SqlServer** module:
3636

3737
```Install-Module -Name SqlServer```
3838

39-
If there are previous versions of SQL Server PowerShell modules on the machine, it may be necessary to provide the `-AllowClobber` parameter:
39+
If there are previous versions of the SqlServer module on the computer, you may be able to use `Update-Module` (later in this article), or provide the `-AllowClobber` parameter:
4040

4141
```Install-Module -Name SqlServer -AllowClobber```
4242

43-
If you are not able to run the PowerShell session as administrator, try installing for the current user:
43+
If you are not able to run the PowerShell session as administrator, you can install for the current user:
4444

4545
```Install-Module -Name SqlServer -Scope CurrentUser -AllowClobber```
4646

docs/ssms/TOC.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
## [Release Notes](download-sql-server-management-studio-ssms.md#release-notes)
55
## [Install non-English SSMS](install-other-languages.md)
66
## [New and updated articles](new-updated-ssms.md)
7-
# [Install SQL Server PowerShell Module](../powershell/download-sql-server-ps-module.md?toc=/sql/ssms/toc.json)
7+
# [Install SQL Server PowerShell Module](../powershell/download-sql-server-ps-module.md?toc=/sql/ssms/toc.json&bc=/sql/breadcrumb/toc.json)
88

99
# [SQL Server Agent +](../ssms/agent/sql-server-agent.md)
1010
# [F1 Help +](../ssms/f1-help/f1-help-for-server-connections-sql-server-management-studio.md)

0 commit comments

Comments
 (0)