0% found this document useful (0 votes)
262 views

Powershell Tutorial - Tutorialspoint 1 PDF

Windows PowerShell is a command-line shell and scripting language designed for system administration on Windows operating systems. It allows IT professionals to control and automate Windows servers and applications through commands called cmdlets. PowerShell provides access to system resources like the registry and certificate store similar to the file system. It also includes a robust expression parser and scripting language to complete tasks through the command line that can otherwise only be done through a graphical user interface.

Uploaded by

Neo Smith
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
262 views

Powershell Tutorial - Tutorialspoint 1 PDF

Windows PowerShell is a command-line shell and scripting language designed for system administration on Windows operating systems. It allows IT professionals to control and automate Windows servers and applications through commands called cmdlets. PowerShell provides access to system resources like the registry and certificate store similar to the file system. It also includes a robust expression parser and scripting language to complete tasks through the command line that can otherwise only be done through a graphical user interface.

Uploaded by

Neo Smith
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Powershell Tutorial

Quick Guide

Resources

Job Search

Discussion

Windows PowerShell is a command-line shell and scripting language designed especially for
system administration. Its analogue in Linux is called as Bash Scripting. Built on the .NET
Framework, Windows PowerShell helps IT professionals to control and automate the
administration of the Windows operating system and applications that run on Windows Server
environment.

Windows PowerShell commands, called cmdlets, let you manage the computers from the
command line. Windows PowerShell providers let you access data stores, such as the Registry
and Certificate Store, as easily as you access the file system.
In addition, Windows PowerShell has a rich expression parser and a fully developed scripting
language. So in simple words you can complete all the tasks that you do with GUI and much
more.

Audience

This tutorial has been designed for all those readers who want to learn the features of Windows
Server 2012. It is especially going to be useful for all those professionals who are required to
install and use this operating system to perform various duties in their respective organizations.

Prerequisites
We assume the readers of this tutorial have a practical experience of handling a Windows
based Servers. In addition, it is going to help if the readers have a basic knowledge of how to
install and use an operating system.

You might also like