Search found 153 matches
- Fri Nov 24, 2017 4:01 pm
- Forum: PowerShell
- Topic: Get-ChildItem list txt file and more!
- Replies: 14
- Views: 5343
Re: Get-ChildItem list txt file and more!
Hello, So I was absolutely overthinking this when I realized that I was going about this the wrong way. To get what I need, successes, failures, synching where all within an easy query. There is a file that is named failed, synching, success. Duh! Now I just query the server with get-childitem \\ser...
- Sat Nov 18, 2017 4:32 pm
- Forum: PowerShell
- Topic: Get-ChildItem list txt file and more!
- Replies: 14
- Views: 5343
Re: Get-ChildItem list txt file and more!
Thanks for replying. I think I can do the GUI, it’s just returning those three items. I can pull them individually and if needed, that’s what I’d do but query the server three different times isn’t what I’m looking to do. Any help with an example of returning the parent folder and a sub txt file wou...
- Fri Nov 17, 2017 9:10 pm
- Forum: PowerShell
- Topic: Get-ChildItem list txt file and more!
- Replies: 14
- Views: 5343
Get-ChildItem list txt file and more!
I want to build a DashBoard GUI for our data migration project from 7 to 10 that I’ll need to analyze different servers (unc paths). It all relies on returning the results of a parent folder, a single txt file nested directly inside the Parent folder and a string inside a Logs folder nested inside t...