标签: windows powershell
我试图使用Powershell找出远程服务器上文件夹的大小,但遇到了256个字符的文件路径障碍。我尝试了////,但是由于某种原因我无法使其正常工作。我在win8.1机器上使用Powershell 5.1
get-childitem -path \\fileserver\files\ -recurse | measure-object -property legth -sum