About Me

My photo
HANUMANGARH, RAJASTHAN, India
Showing posts with label Install Software Remotly. Show all posts
Showing posts with label Install Software Remotly. Show all posts

Friday, 6 November 2020

Install Software Remotely, Get Software Inventory

 <#

.SYNOPSIS

Install software remotely in a group of computers and retry the installation in case of error.

Extract Disk Info from Remote host

 # Define the remote hostname or IP address $remoteHost = Get-Content "C:\temp\RemoteServer.txt" # Define the output CSV file path...