Skip to content

Commit 27cb3d1

Browse files
committed
minor fix
1 parent 0b32e5e commit 27cb3d1

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

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

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ For help topics, go to:
3737
[SQL Server Management Studio (SSMS)](../ssms/download-sql-server-management-studio-ssms.md), doesn't install either PowerShell module. To use PowerShell with SSMS, install the **SqlServer** module from the [PowerShell Gallery](https://www.powershellgallery.com/packages/Sqlserver).
3838

3939
> [!NOTE]
40-
> SQL Server Management Studio (SSMS) 16.x (and earlier versions) included a the **SQLPS** module.
40+
> SQL Server Management Studio (SSMS) 16.x (and earlier versions) included the **SQLPS** module.
4141
4242
## Azure Data Studio
4343

@@ -81,11 +81,6 @@ This section walks you through the steps of installing the SqlServer PowerShell
8181

8282
1. Copy the `$env:TEMP\SQLServer\<SomeVersion>` folder you found in step 2 to the destination offline computer in `%ProgramFiles%\WindowsPowerShell\Modules\SqlServer` folder (this folder would work for both PS5 and PS7). Be sure to replace `<SomeVersion>` with the value you found in the previous step.
8383

84-
```powershell
85-
Copy-Item -Path $env:TEMP\SQLServer\<SomeVersion> `
86-
-Recurse `
87-
-Destination $env:ProgramFiles\WindowsPowerShell\Modules\SQLServer
88-
```
8984

9085
1. Confirm that the SqlServer PowerShell module is available on the offline computer by running the following PowerShell cmdlet:
9186

0 commit comments

Comments
 (0)