Google 네트워크의 여러 디렉토리에있는 파일 형식과 파일을 계산하는 PS 스크립트를 찾기위한 인터넷 검색 스크립트입니다.
직장 내 PC의 "라이브러리"디렉토리에 여러 디렉토리가 있습니다.
파일을 계산하고 "Libraries \ Documents \ Tidbits"폴더에 파일 형식을 나열하기 위해 PS 스크립트를 테스트하려고합니다.
Get-ChildItem \\hilltop3\users$\LongRandy\My Documents\TIDBITS
하지만이 오류가 발생합니다 :
Get-ChildItem : Cannot find path '\\hilltop3\users$\LongRandy\My' because it does not exist.
At line:1 char:14
+ Get-ChildItem <<<< \\hilltop3\users$\LongRandy\My Documents\TIDBITS
+ CategoryInfo : ObjectNotFound: (\\hilltop3\users$\LongRandy\My:String) [Get-ChildItem], ItemNotFoundExc
eption
+ FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.GetChildItemCommand"
다시 감사합니다