运维网's Archiver
论坛
›
Shell/Powershell
› 3. Powershell关键命令介绍
lijm1522
发表于 2018-9-3 10:26:06
3. Powershell关键命令介绍
# List all the About help files $i=0
$Homes = get-ChildItem "$PSHome\about*.*" -recurse
foreach ($About in $Homes) {$About.name; $i++}
页:
[1]
查看完整版本:
3. Powershell关键命令介绍