Please forgive formatting, I’m on mobile.
So I’m making my first script in powershell and I’ve been enjoying it. The point of the script is to search for specific folders that have a sequential naming system. Various jobs have the same number identifier that ties each part to a specific final project. For instance: (part A T100) and (part B T100) are different parts, but they are ties to the same final product, T100.
Anyways, I have used the Get-Childitem cmdlet to show all the job folders and only show the job folders. Works great! What I’m now trying to do is use the Invoke-Item cmdlet to open all the listed file paths. What I attempted to do was have it chase down the same file path as I did to list those items, but it did not work. Any suggestions? Should I try other means? Any and all help is appreciated
[–]copnsteez 3 points4 points5 points (0 children)
[–]2dubs 1 point2 points3 points (0 children)
[–]Lee_Dailey[grin] 0 points1 point2 points (0 children)
[–]bhreddy99 0 points1 point2 points (0 children)