Category Archives: Tutorials

Executing PowerShell Scripts and Commands (cmdlets) on Remote Computers with BatchPatch

Executing PowerShell commands and scripts remotely can be a bit tricky. BatchPatch currently has direct support for deploying PowerShell scripts to target computers, and we will be adding more PowerShell functionality in the not-too-distant future. However, today I’d like to take a few minutes to go over the current options you have for executing PowerShell […]

Also posted in Blog, General | Tagged , , , | Comments closed

Advanced Script Integration with BatchPatch – Part 2

BatchPatch currently provides functionality for retrieving from target computers the list of services that are set to ‘automatic’ but currently in the ‘stopped’ state. The reason this is valuable/convenient for most users is because after you reboot computers you frequently want to have a quick way to determine that all of the services that should […]

Also posted in Blog, General | Tagged , | Comments closed

Using BatchPatch with an Enterprise Web Proxy

If your environment forces computers to make http connections through a corporate proxy of some kind, usually BatchPatch will work properly with no additional configuration. This is because in most environments where an outbound web proxy is already configured and running, the target systems will also already have been configured with all of the settings […]

Also posted in Blog, General | Tagged , , | Comments closed

Understanding and Discovering the Silent Parameters Required to Remotely Deploy Software with BatchPatch

One of the most common problems that people encounter with BatchPatch, and consequently one of the most common support questions we receive, has to do with remotely deploying software. A remote software deployment that is executed in BatchPatch without specifying the proper silent/quiet installation parameter/switch, will either fail altogether or in most cases will simply […]

Also posted in Blog, General | Tagged , , , , , , | Comments closed

Configuring Ping Status Alerts in BatchPatch

You probably didn’t know that you can use BatchPatch to notify you when a host goes offline or comes online. BatchPatch can be configured to only produce an audible alert, or it can be configured to send an email alert (or both). Maybe you want to deploy software to a particular computer that isn’t currently […]

Also posted in Blog, General | Tagged , , , , | Comments closed

Windows Update Installation Filters

When installing Windows Updates, you have a number of options to select from in order to determine where the updates are retrieved from and which updates are downloaded and installed. Let’s take a moment to go through everything. Start by taking a look at the Windows Update settings screen under Tools > Settings > Windows […]

Also posted in Blog, General | Comments closed

Using Alternate Logon Credentials in BatchPatch

You have a few different options for initiating actions on target computers with the account that you have set aside for administrative actions. Most actions in BatchPatch must be executed with an account that has local administrator permissions on the target computer. However, in some cases a BatchPatch administrator might not be logged on to […]

Also posted in Blog, General | Tagged , , | Comments closed

Advanced Script Integration with BatchPatch

In BatchPatch we’ve tried to integrate numerous features to help an administrator perform his/her duties. However, no matter how much we provide out-of-the-box, there will always be unique situations in every environment, and it might be the case that you want BatchPatch to do something that it doesn’t already do. Of course in these instances […]

Also posted in Blog, General | Tagged , , , , , | Comments closed

Using BatchPatch to Deploy Adobe Flash to Numerous Computers (.MSI format)

I thought I’d spend a few minutes today to demonstrate how to install the Adobe Flash plugin to numerous computers, simultaneously, in just a few clicks. Obtain the installation media. In this example we’re going to use the .msi installer file that Adobe makes available. I recently tried to use the .exe that they publish, […]

Also posted in Blog, General | Tagged , , , , , , , , | Comments closed

Importing Hosts and Other Information into a BatchPatch Grid

In the April 2015 release of BatchPatch we updated the method responsible for importing computers so that you can now import other items in addition to computer names and IP addresses. The allowed values are: 1 # MAC | NOTES || NOTES2 ||| DESCRIPTION |||| LOCATION |U| USERNAME |P| PASSWORD |D| DOMAIN As long as […]

Also posted in Blog, General | Tagged | Comments closed