There are some differences to Get-ChildItem.
A minor one is, that the date begins two spaces to early and the text "LastWriteTime" one space to early.
Harder is the complete "Length"-column:
Directories, which having in Get-ChildItem no length-output and also on the cmd.exe dir command never hand an length, have in Get-ChildItemColor a length of 1.
And bigger files are shown in "KB", "MB" and "GB", which makes them harder to differ, then giving out the exact byte-number of the file.

There are some differences to Get-ChildItem.
A minor one is, that the date begins two spaces to early and the text "LastWriteTime" one space to early.
Harder is the complete "Length"-column:
Directories, which having in Get-ChildItem no length-output and also on the cmd.exe dir command never hand an length, have in Get-ChildItemColor a length of 1.
And bigger files are shown in "KB", "MB" and "GB", which makes them harder to differ, then giving out the exact byte-number of the file.