PowerShell 第一天
1. Overview
To my understanding, PowerShell is more or less of a commandline shell which integrated with .Net framework. You can utilize a lot of objectsdefined in .Net Framework. You can access everything in COM or WMI, so that youcan control the services on local/remote machine.
PowerShell can execute 4 types of things:
Regular command line commands, such as “cd”, “dir”,“copy”, in fact