Skip to content

Commit b206e97

Browse files
DCtheGeeksdwheeler
authored andcommitted
Fix #4236 - Reword (#4237)
1 parent f03173f commit b206e97

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

reference/docs-conceptual/samples/Sample-Scripts-for-Administration.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ keywords: powershell,cmdlet
44
title: Sample scripts for system administration
55
ms.assetid: db6334ec-ace6-436d-ab88-77aefc817511
66
---
7-
87
# Sample scripts for system administration
98

109
The fundamental goal of PowerShell is providing easy administrative control over systems, either
@@ -13,6 +12,6 @@ systems with PowerShell. The examples can be used from scripts or as functions l
1312

1413
These examples use a mix of cmdlets and external tools. Use of external tools is part of the
1514
long-term design intent of PowerShell. Even as the system grows, users continually encounter
16-
situations where the available toolsets do not do everything they need. Rather than foster
17-
dependency solely on cmdlet implementations, PowerShell support integrating solutions all available
15+
situations where the available toolsets don't do everything they need. Rather than foster dependency
16+
solely on cmdlet implementations, PowerShell solutions support integration with available external
1817
tools.

0 commit comments

Comments
 (0)