$tasks = Find-UnimplementedTask -Language PowerShell $tasks[0..5],".`n.`n.",$tasks[-6..-1] Write-Host "`nTotal unimplemented Tasks: $($tasks.Count)"