Author: Pete
-
Windows Administration: The Complete Guide
Every Windows administration post on this site in one place: building servers, domains and DNS, installing the tools you actually use, and the built-in commands that answer most questions before you start guessing.
-
PowerShell for Windows Admins: The Complete Guide
Every PowerShell guide on this site grouped by task: files and folders, CSVs, the Windows Firewall, scheduled tasks, and the cmdlets worth knowing by heart.
-
WSL: The Complete Guide for Windows Admins
Every WSL guide on this site in one place: install, file access, managing distributions, restarting, and the commands worth memorising.
-
How to Move a WSL Distro to Another Drive
WSL installs onto C: by default and the virtual disk only grows. Moving a distribution to another drive used to be a three-step dance. It is now one command.
-
How to Export Data to CSV in PowerShell
Export-Csv turns any PowerShell output into a spreadsheet. The three things worth knowing are -NoTypeInformation, calculated properties, and what encoding does to Excel.
-
How to Back Up and Restore a WSL Distro
A WSL distribution is one command away from being a single tar file you can copy, archive, or restore onto another machine.
-
How to Rename Multiple Files at Once with PowerShell
Renaming a hundred files by hand is nobody’s afternoon. Rename-Item with a script block does it in one line, and -WhatIf shows you the result before it happens.
-
How to Limit WSL 2 Memory and CPU Usage
WSL 2 will happily take a large share of your RAM and not give it back quickly. A .wslconfig file in your user folder puts a ceiling on it.
-
How to Search for Text Inside Files with PowerShell
Select-String is the PowerShell answer to grep. It searches inside files, reports the line number, and works recursively across a whole folder tree.
Three guides collect the posts by the job you are doing rather than by date.
PowerShellFiles, CSVs, the firewall, scheduled tasks WSLInstalling it, distros, files across both worlds Windows AdministrationServers, domains, DNS, the tools worth havingThis site started as a SQL Server blog in 2017 and the archive is still here. The new SQL Server writing, and all the scripts, moved to a site of their own.
sqldba.blogScripts, error library, wait types, SSMS- Linux & WSL (28)
- Microsoft SQL Server (51)
- Other (13)
- PowerShell (53)
- Windows Server Admin (37)