标签: python python-3.x
为什么列表将每个索引设置为5,而不仅仅是索引3?
foreach($line in $computers){ if(-not [String]::IsNullOrEmpty($Line)){ Get-ADComputer -Identity $line.Trim() -Properties * | FT Name, LastLogonDate, MemberOf -Autosize } }