Module 1 (Introduction To Powershell) : Us/download/details - Aspx?id 34595
Module 1 (Introduction To Powershell) : Us/download/details - Aspx?id 34595
Introduction:
A shell is user interface that provides access to various services of an operating System. A
shell can be command-line based or it can include GUI.
Windows PowerShell (.ps1) is a “Shell” developed by Microsoft for purpose of performing
various user/admin tasks in windows based operating systems.
Linux Shell (.sh) is a “Shell” developed by Redhat for the same purpose
Purpose:
• Improve management and automation
• Reduce lot of human efforts and prone errors
• Manage large scale infrastructure
Pre-Requisites:
• NET Framework 4.0
• Windows Management Framework 3.0
1. Updated BITS service
2. WinRM for remoting
3. Enhanced WMI
4. Server manager CIM provider
5. PowerShell 3.0
• Double-check requirements on download page
Installing Powershell:
• Download Windows Management framework 3.0 at https://www.microsoft.com/en-
us/download/details.aspx?id=34595
• Windows XP and Server 2003 can run V2
• PowerShell V2 – Window 7 and Server 2008
• PowerShell V3 – Windows 8 and Server 2012
• PowerShell V4 – Windows 8.1 and Server 2012 R2
• PowerShell V5 – Windows 10 and upcoming versions