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