期望将是字符串列表,例如托管,非托管等。
Function get_vpp Function get_all Function get_byo
$devices = @() $byo = @() $vpp = @()
$devices = get_all $byo = get_byo
foreach ($device in $devices)
{
if ($byo -notcontains $device)
{
$vpp += get_VPP $device
}
}