How to Close Connections to an MS SQL Database
When you attempt to take a database offline in Microsoft SQL Server and it fails, it usually means that active connections or transactions are preventing …
When you attempt to take a database offline in Microsoft SQL Server and it fails, it usually means that active connections or transactions are preventing …
Today, I will share a technical tip that I recently used during an SQL cluster migration. I needed to check for “orphaned users” after restoring my …
In the world of technology, information security is a constant concern. For those of us managing enterprise networks, protecting user credentials is a top …
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 …
The issue we will address concerns the excessive growth of the “tempdb” database. To determine the cause of this problem, the first step is to launch SQL …
I recently encountered synchronization errors with the Software Update Point in SCCM/MECM. The SUP role in ConfigMgr manages the WSUS server role. I …
The SCCM (MECM) site code information is stored in WMI, so we can retrieve it using PowerShell.
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 …
As you probably know, Windows introduced its own package manager “winget,” built into Windows 11. But before that, or if you have different needs or …
Hello! It’s been a while, so today I’ve reformatted a table from ss64.com into three distinct tables detailing the different groups and users in Windows.
How to restart a remote server via command line (CMD).
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!