标签:
默写说明:
Get-Alias -name ls
dir alias: | where {$_.Definition.Startswith("Remove")}
PS > 1..35 | group-object -property {$_ % 2},{$_ % 3} Count Name Group ----- ---- ----- 6 1, 1 {1, 7, 13, 19...} 6 0, 2 {2, 8, 14, 20...} 6 1, 0 {3, 9, 15, 21...} 6 0, 1 {4, 10, 16, 22...} 6 1, 2 {5, 11, 17, 23...} 5 0, 0 {6, 12, 18, 24...}
Get-Command
get-history
get-service
format-list
format-table
Set-ItemProperty
Get-Module
get-eventlog
标签:
原文地址:http://www.cnblogs.com/alex-bn-lee/p/5062217.html