This document provides an overview of PowerShell, including that it is a scripting environment and language for Windows that is more powerful than traditional shell scripts. It discusses PowerShell versions, installation, the interactive shell interface, variables, objects, filtering, and many other PowerShell concepts and capabilities. The document also provides links for additional resources on specific PowerShell topics.
1 of 100
Downloaded 33 times
More Related Content
PowerShell 際際滷s
1. What¨s PowerShell
Varun Varghese +91 9986599326 varunmuriyanat@gmail.com 1
? Scripting Environment
? Scripting Language
? Windows equivalent of UNIX Shell Script (but even more powerful)
83. Varun Varghese +91 9986599326 varunmuriyanat@gmail.com 83
Starting a new Job
84. Varun Varghese +91 9986599326 varunmuriyanat@gmail.com 84
WMI
? Windows Management Interface
? Created by Microsoft
? Is Microsoft¨s implementation of CIM
? CIM is the super class for WMI. Eq Win32_DiskDrive is derived from CIM_DiskDrive
? Doesn¨t work with the routers, switches or other network devices
? Doesn¨t support discoverabilty
88. Varun Varghese +91 9986599326 varunmuriyanat@gmail.com 88
CIM
? Common Information Model
? Set up by DTMF (Desktop Management Task Force)
? http://www.dmtf.org/standards/cim
? An open model compared to WMI
? Common model for managing systems, switches, routers and other n/w
devices
? Enables extension of the API by vendors
? The goal is to make PowerShell the platform to manage both windows & non-
windows
? Faster than WMI
^CIM provides a common definition of management information for systems,
networks, applications and services, and allows for vendor extensions. CIM¨s
common definitions enable vendors to exchange semantically rich management
information between systems throughout the network. ̄
89. PS Provider
Varun Varghese +91 9986599326 varunmuriyanat@gmail.com 89
? Its an interface
? It makes any storage look like a disk drive
? Could be filesystem, registry
? Providers are used to create drives