Corte PowerShell
Get-Content $filename | ForEach-Object {
$_.split(":")
}
oubaydos
Get-Content $filename | ForEach-Object {
$_.split(":")
}