Skip to content

Commit 6a62185

Browse files
authored
Merge pull request #4421 from PhilipElder/patch-1
Simplified. No need for the Task Manager Step
2 parents d1979f3 + fcfe5da commit 6a62185

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

docs/database-engine/install-windows/install-sql-server-on-server-core.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -281,13 +281,9 @@ To enable remote connections, use SQLCMD.exe locally and execute the following s
281281
### Enable TCP/IP on the instance of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)]
282282
The TCP/IP protocol can be enabled through Windows PowerShell for an instance of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] on Server Core. Follow these steps:
283283

284-
1. On the server, launch Task Manager.
284+
1. In PowerShell: Import-Module SQLPS.
285285

286-
2. On the **Applications** tab, click **New Task**.
287-
288-
3. In the **Create New Task** dialog box, type **sqlps.exe** in the **Open** field and then click **OK**. This opens the **[!INCLUDE[msCoName](../../includes/msconame-md.md)][!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Powershell** window.
289-
290-
4. In the **Microsoft [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Powershell** window, run the following script to enable the TCP/IP protocol:
286+
2. In the **Microsoft [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Powershell** window, run the following script to enable the TCP/IP protocol:
291287

292288
```powershell
293289
$smo = 'Microsoft.SqlServer.Management.Smo.'

0 commit comments

Comments
 (0)