if you use Get-ChildItem you get something like
Mode LastWriteTime Length Name
---- ------------- ------ ----
d---- 3/1/2006 9:03 AM Bluetooth Software
d---s 5/10/2006 8:55 AM Cookies
d---- 5/9/2006 2:09 PM Desktop
Thats fine. I just want now to change the LastWriteTime output to CreationTime. Everything else should be the same. Any ideas?
You can select it with
Select-Objector any of theFormat-*cmdlets