Showing posts with label Powershell Script to pull file Version remotely. Show all posts
Showing posts with label Powershell Script to pull file Version remotely. Show all posts

Saturday, 16 November 2013

Powershell Script to pull file Version remotely of multiple systems.

Powershell Script to pull file Version remotely of multiple systems.

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"

Install Multiple Software with a Click