Skip to content

Commit f944f5b

Browse files
authored
Changed Powershell to PowerShell x7
1 parent d540a8b commit f944f5b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/relational-databases/manage/use-utility-explorer-to-manage-the-sql-server-utility.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ ms.author: mikeray
5656
When a node contains a large number of objects, it may be difficult to find the object you are looking for. In such cases, use the filter feature of Utility Explorer to reduce the list to a smaller size. For example, you may want to find a specific instance of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] or only computers with underutilized file space. Right-click on the folder that you want to filter, click the filter button, then click on **Filter Settings** to open the Utility Explorer Filter Settings dialog box. You can filter the list by name, computer CPU, instance CPU, file space, volume space, policy override settings, or last reported time. The **Operator** and **Value** columns provide additional filtering operators in a drop-down list.
5757

5858
### Starting PowerShell
59-
You can start a PowerShell session by right-clicking most folders and objects in the Object Explorer tree and selecting **Start Powershell**. This starts a Powershell session that has the [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Powershell support enabled, and the path set to the object you right-clicked in Object Explorer. You can then enter Powershell commands in an interactive Powershell environment. For more information, see [SQL Server PowerShell](../../relational-databases/scripting/sql-server-powershell.md).
59+
You can start a PowerShell session by right-clicking most folders and objects in the Object Explorer tree and selecting **Start PowerShell**. This starts a PowerShell session that has the [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] PowerShell support enabled, and the path set to the object you right-clicked in Object Explorer. You can then enter PowerShell commands in an interactive PowerShell environment. For more information, see [SQL Server PowerShell](../../relational-databases/scripting/sql-server-powershell.md).
6060

61-
Powershell does not have F1 help, but it does include a **Get-Help** cmdlet that provides information about using Powershell. For more information about using Get-Help, see [Get Help SQL Server PowerShell](../../relational-databases/scripting/get-help-sql-server-powershell.md).
61+
PowerShell does not have F1 help, but it does include a **Get-Help** cmdlet that provides information about using PowerShell. For more information about using Get-Help, see [Get Help SQL Server PowerShell](../../relational-databases/scripting/get-help-sql-server-powershell.md).
6262

6363
## See Also
6464
[SQL Server Utility Features and Tasks](../../relational-databases/manage/sql-server-utility-features-and-tasks.md)

0 commit comments

Comments
 (0)