Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #4236 - Reword #4237

Merged
merged 1 commit into from
Apr 28, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ keywords: powershell,cmdlet
title: Sample scripts for system administration
ms.assetid: db6334ec-ace6-436d-ab88-77aefc817511
---

# Sample scripts for system administration

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

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