Couper PowerShell

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