SP2、Windows Server 2003和Windows Vista上。
1. 内置Cmdlets (即“commandlets“)
Windows PowerShell中的所有Cmdlets都允许这样的动名词:get-service, get-process, stop-service, get-wmiobject.
2. 强大的通配符和操作对象
要得到以w开头的服务及其依赖服务只要输入:
PS〉 get-service w* format-list DisplayName, DependentServices
3. 在犯错误前测试命令
Windows PowerShell 有意向独特的功能:Whatif&n页码:[1] [2] [3] [4] [5] [6] 第2页、共6页 |