Select Page

PowerShell – The Patch Solution – Part 4

The previous posts on The Patch Solution have outlined the though process and goals to a patching strategy. Now it’s time to start taking that strategy and putting it into practice. Now that we have defined some of our goals (See

The Patch Solution – Part 3 post), we can start looking at how we reach those goals. In my opinion, one of the easiest goals to attain is reporting. This gives you an attainable goal which is completely measurable and trackable. Simply run a report, see where you’re at, update a few machines, run a report and see where you got to. The solutions that we try and come up with at TriCon Elite is all about being free and giving back to the community. We like to strive for secure and simple. For The Patch Solution, we opted to use Windows Server Update Services (WSUS).

Read More

SCCM PowerShell and Connect to Multiple SCCM Sites at once (DEV/Prod)

There have been quite a few times that I’ve needed to do some comparisons, or even move some objects from one SCCM environment to another. The System Center Configuration Manager console has quite a few options for exporting objects, or saving things to CSV, but then you still need to import it. Check out the rest of this blog post to see how easy it is to report, compare or recreate things between your SCCM environments with PowerShell.

Read More

PowerShell – The Patch Solution – Part 1

Over the last few years, we here at TriCon Elite have been using what we call “The Patch Solution”. Boring name, but it also fits its purpose. Who loves deploying patches and reporting? There are many ways to patch your Windows Servers, but our slim, simple, PowerShell solution was created to solve a few key areas, for free. It has been released to the community for quite some time, but keep reading on why you should use it too!

Read More

PowerShell –Managing the Datadog Cloud Service

PowerShell to the rescue again! Datadog is a Cloud service for aggregating real-time metrics, events and logs from all your servers. The easiest way is to install an agent and let it report via HTTPS directly to the internet or via a web proxy. Another cloud aggregation solution that I’m more familiar with is Microsoft Operations Management Suite (OMS). Both of these services provide access via PowerShell.

Read More