I mean, when I call get-item with a directory that it dumps to the console as follows
d
-a
0
-a
8
-a
2
-a
2
but when I convert to a string, it changes as
\\192.168.2.89\BwLive\2011-2-16 \\192.168.2.89\BwLive\SWP-Full Database Backup_2011-02-13 \\192.168.2.89\BwLive\SWP-Full
Database Backup_2011-02-16.bak \\192.168.2.89\BwLive\SWP-Full Database Backup_2011-02-12 \\192.168.2.89\BwLive\SWP-Full
Database Backup_2011-02-14
i means that the attributes of length, size, time are omitted, how can I save these attributes when converting to a string?
thank.
source
share