Skip to content

Commit e5eb0d4

Browse files
authored
Merge pull request #5277 from MicrosoftDocs/master
3/23 AM Publish
2 parents 270de8a + e3c185d commit e5eb0d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/powershell/sql-server-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ To ship SQL PowerShell updates, we had to change the identity of the SQL PowerSh
3535

3636
**Update your PowerShell scripts if they import the SQLPS module.**
3737

38-
If you have any PowerShell scripts that run `Import-Module -Name SQLPS`, and you want to take advantage of the new provider functionality and new cmdlets, you must change them to `Import-Module -Name SqlServer`. The new module is installed to `%Program Files\WindowsPowerShell\Modules\SqlServer`. Therefore, you do not have to update the $env:PSModulePath variable. If you have scripts that use a third-party or community version of a module named **SqlServer**, use of the Prefix parameter to avoid name collisions. There is no change to the module used by SQL Server Agent.
38+
If you have any PowerShell scripts that run `Import-Module -Name SQLPS`, and you want to take advantage of the new provider functionality and new cmdlets, you must change them to `Import-Module -Name SqlServer`. The new module is installed to `%ProgramFiles%\WindowsPowerShell\Modules\SqlServer` folder. Therefore, you do not have to update the $env:PSModulePath variable. If you have scripts that use a third-party or community version of a module named **SqlServer**, use of the Prefix parameter to avoid name collisions. There is no change to the module used by SQL Server Agent.
3939

4040

4141
## SQL Server PowerShell Components

0 commit comments

Comments
 (0)