Powershell Script to pull file Version remotely of multiple systems.
Put the computer names in abc.txt and save it in C drive.
Put the computer names in abc.txt and save it in C drive.
File path exist or not –
$colComputers = Get-Content C:\abc.txt
$ErrorActionPreference = "SilentlyContinue"