foreach-object 问答列表

PowerShell:无法使用变量变量 $Using:(Get-Variable -Name $Name)

作者:Thor1012 提问时间:10/27/2023

在 ForEach-Object -Parallel{} 中,我尝试调用在函数之前定义了不同名称的变量。这需要从函数外部拉入变量。$Using:Name 但是,当尝试使用 或 它提供错误时:“变量引...

PowerShell 使 ForEach 循环并行

作者:Net Dawg 提问时间:10/29/2023

这是工作代码: $ids = 1..9 $status = [PSCustomObject[]]::new(10) foreach ($id in $ids) { $uriStr = "htt...


共2条 当前第1页