Powershell foreach
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Powershell foreach相关的知识,希望对你有一定的参考价值。
Get-ChildItem | select fullname | Out-File temp.txt $file = Get-Content "temp.txt" foreach ($pro in $file) { Write-Host $pro }
本文出自 “汜水流年_” 博客,请务必保留此出处http://timefiles.blog.51cto.com/8475652/1753540
以上是关于Powershell foreach的主要内容,如果未能解决你的问题,请参考以下文章
powershell PowerShell:启动PowerShell作为其他用户提升
powershell [提示输入powershell] #powershell #input #prompt