码迷,mamicode.com
首页 > 系统相关 > 详细

powershell常用

时间:2015-10-21 08:06:28      阅读:224      评论:0      收藏:0      [点我收藏+]

标签:

对于powershell,比较强大的shell,可以直接调用.net进行下载等等

get-command|where-object{$_.name -like ‘write*‘}

 get-wmiobject

getitem

environment

$a=""

$a|get-member -membertype property

powershell常用

标签:

原文地址:http://www.cnblogs.com/hualiu0/p/4896679.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!