The specified path is too long error
hi guys,
i want fullname, lastwritetime , length multiple folders. wrote below mentioned lines details.
get-childitem "e:\common" -rec | {!$_.psiscontainer} |select-object fullname, lastwritetime, length
but getting as
"get-childitem : specified path, file name, or both long. qualified file name must less 26
0 characters, , directory name must less 248 characters."
how workaround issue. please me fix it.
//bala r
Windows Server > Windows PowerShell
Comments
Post a Comment