摘要: 1. 获取所有别名信息Get-Alias 2. 获取指定别名信息Get-Alias xx 3. 通过command name获得指定别名信息Get-Alias -Definition xx-xxx 4. 获取所有的cmdletGet-Command 阅读全文
posted @ 2017-01-15 20:41 ohlucky 阅读(117) 评论(0) 推荐(0) 编辑