Hi there, I need some help with the following task:
- check filesize**, last access date of a single file that exists in c:\ for a list of remote machines
- report output: remotemachinename - filesize - last accessdate in CSV output
- script gets list of remote machines from txt file.
** I would like to only report files that exceed a certain size. This is not critical, but would be helpful.
I have found several examples that get me close, but none that return the remotemachinename.
Any assistance from the community would be greatly appreciated.
Thanks!