PowerShell v3 is a Windows
task-automation framework composed of a command-line
shell and programming language that is built on the .NET framework.
PowerShell v3 introduces new cmdlets to allow administrators to dig deeper into system processes
which can be rolled into executable files or scripts. A
cmdlet is a lightweight command that the Windows PowerShell runtime invokes within the context of
automation scripts. Cmdlets include Get-Location, which shows the current directory,
Get-Content, which accesses the content of a file, and Stop-Process, which kills the
running process.
PowerShell v3 ships with the Windows Management Framework 3.0 inside Windows Server 8.
PowerShell runtime also can be
embedded into other applications.
Contributor(s): Jeremy Stanley
This was last updated in March 2012
Email Alerts
Register now to receive SearchWindowsServer.com-related news, tips and more, delivered to your inbox.
By submitting you agree to receive email from TechTarget and its partners. If you reside outside of the United States, you consent to having your personal data transferred to and processed in the United States.
Privacy
More News and Tutorials
-
Wondering how to get PowerShell to read XML files? Our expert explains a few methods you could use.
-
A PowerShell workflow may be one of the most talked about features in PowerShell v3, but that doesn't mean admins know how to use it.
-
One of the most common PowerShell questions is how to format the output so it's more presentable. Our expert offers some insight.
-
Articles
-
Resources from around the Web