Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
x-limitless-x committed Jun 18, 2024
1 parent 466aa1a commit a139f03
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 15 deletions.
42 changes: 27 additions & 15 deletions _posts/2024-06-18-scomathon-2024.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
layout: post
title: "PowerShell: SCOM's Best Friend - Insights from Scomathon 2024"
date: '2024-06-18 10:00:00 -0500'
categories: scom powershell
categories: scom powershell conferences tutorials
author: blakedrumm
thumbnail: /assets/img/posts/scomathon-2024.png
toc: true
Expand All @@ -12,7 +12,7 @@ summary: >- # this means to ignore newlines
A detailed recap of my Scomathon 2024 presentation on how PowerShell can enhance your SCOM environment—covering key scripts, automation techniques, and best practices to make the most out of your System Center Operations Manager.
keywords: scom, powershell, scomathon 2024, scom automation, scom best practices, powershell scripting, scom performance
permalink: /blog/powershell-scom-best-friend/
permalink: /blog/scomathon-2024-presentation/

---

Expand All @@ -38,29 +38,41 @@ PowerShell is a powerful scripting language that can automate and simplify many

During the presentation, I covered a variety of tools and techniques that are particularly useful for SCOM administrators. Below are the links to the tools discussed. **Please note that these scripts require compliance with the MIT license**.

### 1. [System Center Operations Manager Data Warehouse Grooming Tool](/blog/scom-dw-grooming-tool)
### 1. System Center Operations Manager Data Warehouse Grooming Tool

This tool analyzes your Data Warehouse Grooming to see what is being stored and how much of your Data Warehouse is filled with the related data. It is available in multiple formats: MSI, EXE, or source PS1.
[Read more](/blog/scom-dw-grooming-tool)

### 2. [SCOM Data Collector](/blog/scom-data-collector)
This tool analyzes your Data Warehouse Grooming to see what is being stored and how much of your Data Warehouse is filled with the related data. It is available in multiple formats: MSI, EXE, or source PS1.

With the SCOM Data Collector, you can collect useful data to analyze and troubleshoot your SCOM Environment. It's an essential tool for any SCOM Admin who wants a holistic view of their configuration and setup.
### 2. SCOM Data Collector

### 3. [Reconfigure System Center Operations Manager for Database Move Tool](/blog/scom-db-move-tool)
[Read more](/blog/scom-data-collector)

This application aids in updating the configuration when migrating SCOM SQL Instances.
With the SCOM Data Collector, you can collect useful data to analyze and troubleshoot your SCOM Environment. It's an essential tool for any SCOM Admin who wants a holistic view of their configuration and setup.

### 4. [Remove Data from the SCOM Database Instantly - The PowerShell Way!](/blog/remove-data-from-scom-database/)
### 3. Reconfigure System Center Operations Manager for Database Move Tool

This guide allows for quick removal of specific data from the SCOM Database without needing SQL Server Management Studio.
[Read more](/blog/scom-db-move-tool)

### 5. [SCOM Certificate Checker Script](/blog/scom-certificate-checker-script/)
This application aids in updating the configuration when migrating SCOM SQL Instances.

Check the validity of SCOM Certificates on an Agent, Gateway, or Management Server.
### 4. Remove Data from the SCOM Database Instantly - The PowerShell Way!

### 6. [Enforce TLS 1.2 & TLS 1.3 in SCOM - The PowerShell Way!](/blog/enforce-tls-1-2-scom/)
[Read more](/blog/remove-data-from-scom-database/)

Configure your SCOM Environment for a more secure configuration with TLS 1.2 and TLS 1.3.
This guide allows for quick removal of specific data from the SCOM Database without needing SQL Server Management Studio.

### 5. SCOM Certificate Checker Script

[Read more](/blog/scom-certificate-checker-script/)

Check the validity of SCOM Certificates on an Agent, Gateway, or Management Server.

### 6. Enforce TLS 1.2 & TLS 1.3 in SCOM - The PowerShell Way!

[Read more](/blog/enforce-tls-1-2-scom/)

Configure your SCOM Environment for a more secure configuration with TLS 1.2 and TLS 1.3.

## :star: Best Practices

Expand All @@ -81,4 +93,4 @@ PowerShell truly is SCOM's best friend, offering unparalleled flexibility and co

Leave some feedback if this helped you! :v:

![Page Views](https://counter.blakedrumm.com/count/tag.svg?url=blakedrumm.com/blog/powershell-scom-best-friend/)
![Page Views](https://counter.blakedrumm.com/count/tag.svg?url=blakedrumm.com/blog/scomathon-2024-presentation/)
Binary file modified assets/img/posts/scomathon-2024.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a139f03

Please sign in to comment.