Category Archives: Tutorials

Configure Computers to Automatically Logon after Reboot

Windows provides a feature that enables it to automatically logon after reboot, which can sometimes be very handy in certain environments. The configuration is applied through a series of registry values, which isn’t particularly convenient to enable manually. However, BatchPatch provides a quick way to apply the settings to target computers when you want to […]

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

Update Date Filtering: Skip Download / Installation of Recently Deployed Updates

In the most recent release of BatchPatch we added functionality that enables you to easily filter out recently published/approved updates during download and installation. In many environments there is a need or desire to be able to apply updates to computers only if the updates are at least X days old, where X is a […]

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

Executing PowerShell Scripts and Commands on Many Remote Computers

One of the things that BatchPatch does very well is remote script execution on many computers all at the same time. The ability to remotely execute a single script on numerous computers, simultaneously, with just a few clicks, is one of the awesome features of BatchPatch. No administrator wants to repeat a single process over […]

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

Using the Job Queue in BatchPatch for Multi-Step Execution

The ‘Job Queue’ feature lets you line up a sequence of multiple actions to execute on a target host. There are many different situations where you might want to execute a sequence of actions on a given host (or set of hosts). For example, maybe you want to string together multiple software deployments into a […]

Also posted in Blog, General | Tagged | Comments closed

Create a Consolidated Report of Available Updates for Numerous Computers

Some administrators might need a singular, consolidated report that lists all Windows Updates that are needed by computers in the organization. It would be nice if creating such a report didn’t require any manual work on the part of the administrator. The good news is that with BatchPatch you can create a consolidated report like […]

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

How to Remotely Initiate Windows Update on Numerous Computers Simultaneously

One of BatchPatch’s core features is the ability to remotely initiate the Windows Update search/download/install process on target computers. Not only does it allow you to execute this process on many computers at the same time, but it even lets you monitor the process in real-time so that you can see how far along each […]

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

Copying files or folders to numerous computers using BatchPatch

BatchPatch provides the administrator with the ability to easily copy files and/or folders to numerous computers, simultaneously. If you simply need to push a file to target computers or you need to replace a file that already exists on target computers, here’s how to do it: Select the target hosts that you want to copy […]

Also posted in Blog, General | Comments closed

Checking for Stopped Automatic Services with Exclusions

In the most recent release of BatchPatch we added a simple but very useful little feature to assist with reporting on stopped automatic services on a large number of target computers. As sysadmins, we know that after rebooting a large number of computers, it’s extremely useful to be able to confirm that the services that […]

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

Running BatchPatch as a Service

In the latest release of BatchPatch we added functionality to run BatchPatch as a service, enabling you to execute scheduled tasks even when no one is logged on to the BatchPatch computer. Go to Tools > Run BatchPatch as a service to reveal the run-as-service settings window. The installation of the service requires BatchPatch to […]

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

Enabling Microsoft Update instead of Windows Update on Target Computers with BatchPatch

The distinction between ‘Windows Update’ and ‘Microsoft Update’ has caused a significant amount of confusion for people over the years, so I’d like to take a moment to clarify the difference, as well as to explain how you can configure your target computers to use one or the other with BatchPatch. First note that if […]

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