标签:pow port nbsp name shel host import imp rsh
1.powershell循环调用CSV文件
Import-Csv -Path E:\work\AD\0708\m.csv | foreach {
$a=$_.name #定义$a等于CSV文件中的变量,有时候直接写$_.name 无法被识别
………………………………}
2.调用用户输入的变量
$a=Read-Host "请输入账号"
Get-Aduser -identity $a………………
标签:pow port nbsp name shel host import imp rsh
原文地址:https://www.cnblogs.com/victor0/p/13289537.html