PowerShell

Fixing the "CatalogVersion" Issue Between SCCM and WSUS
Fixing the "CatalogVersion" Issue Between SCCM and WSUS

In this article, we will discuss an issue that can occur after recovering WSUS or SCCM. This issue results in software updates no longer installing on SCCM clients.

13 Jun, 2023

Find the SCCM (MECM) Site Code Using PowerShell
Find the SCCM (MECM) Site Code Using PowerShell

The SCCM (MECM) site code information is stored in WMI, so we can retrieve it using PowerShell.

21 Sep, 2022

Find an AD Group Using a Wildcard
Find an AD Group Using a Wildcard

If you try searching for an AD group using the "dsa.msc" tool, you'll notice it cannot search for a group based on a partial name. It doesn't support wildcards.

19 Sep, 2022

Restart a Remote Server via Command Line (CMD)
Restart a Remote Server via Command Line (CMD)

How to restart a remote server via command line (CMD).

3 Jan, 2022

Log4J Scanner in PowerShell & Shell for Windows and Linux
Log4J Scanner in PowerShell & Shell for Windows and Linux

Today, I just wanted to share a small vulnerability scanner developed by the Geneva-based company e-Xpert Solutions that helps detect Log4J vulnerabilities on your servers.

17 Dec, 2021

Find a Service Account (MSA) in AD - Hidden Accounts
Find a Service Account (MSA) in AD - Hidden Accounts

Are you searching for an account in AD but can't find it? It might be a Managed Service Account (MSA). Here's how to locate it!

11 Nov, 2021

Retrieve the Port of an SQL Instance in PowerShell
Retrieve the Port of an SQL Instance in PowerShell

A quick tutorial to find the port of an SQL instance using PowerShell.

12 Aug, 2021

Windows Package Manager - winget
Windows Package Manager - winget

Since Windows 10 version 1909, Microsoft has introduced a package manager that allows you to install Microsoft tools directly from the CMD.

24 Feb, 2021

Get Block Size of a Disk via Powershell
Get Block Size of a Disk via Powershell

To retrieve the block size of a disk, simply use the Get-CimInstance cmdlet.

28 Jan, 2021