PowerShell

Quickly view all symbolic links, junction points and hard links in a folder using PowerShell

Junctions

When you migrate a file server and transfer data, you may need to recreate junction points, as they cannot be copied using (for example) Robocopy.exe. This makes it a must to know where you have junction points, and NTFS hard and soft links. This is where PowerShell comes to the rescue.

Read MoreQuickly view all symbolic links, junction points and hard links in a folder using PowerShell

Manually failover all databases in an SQL Server Database Mirroring configuration

A manual SQL Server failover can only be initiated from the principal server, and the mirrored database must be synchronized (that is, when the database is in the SYNCHRONIZED state). In this article I will show you how to manual failover mirrored SQL Server databases using Transact-SQL (T-SQL) in SQL Server 2017 and up.

Read MoreManually failover all databases in an SQL Server Database Mirroring configuration