You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/includes/sql-server-powershell-version.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,14 +7,14 @@ ms.author: maghan
7
7
8
8
9
9
> [!NOTE]
10
-
> There are two SQL Server PowerShell modules; **[SqlServer](https://docs.microsoft.com/powershell/module/sqlserver)** and **[SQLPS](https://docs.microsoft.com/powershell/module/sqlps)**.
10
+
> There are two SQL Server PowerShell modules; [SqlServer](https://docs.microsoft.com/powershell/module/sqlserver) and [SQLPS](https://docs.microsoft.com/powershell/module/sqlps).
11
11
>
12
12
> The **SqlServer** module is the current PowerShell module to use.
13
13
>
14
14
> The **SQLPS** module is included with the SQL Server installation (for backward compatibility) but is no longer updated.
15
15
>
16
16
> The **SqlServer** module contains updated versions of the cmdlets in **SQLPS** and includes new cmdlets to support the latest SQL features.
17
17
>
18
-
> Previous versions of the **SqlServer** module *were* included with [SQL Server Management Studio (SSMS)](../ssms/download-sql-server-management-studio-ssms.md), but only with the 16.x versions of SSMS.
18
+
> Previous versions of the **SqlServer** module were included with [SQL Server Management Studio (SSMS)](../ssms/download-sql-server-management-studio-ssms.md)16.x versions of SSMS only.
19
19
>
20
20
> To use PowerShell with SSMS 17.0 and later, install the **SqlServer** module from the [PowerShell Gallery](https://www.powershellgallery.com/packages/SqlServer).
0 commit comments