Guides and articles

Practical guides for system administrators — Windows, PowerShell, Active Directory, networking, and infrastructure.

How to customize colors in Windows Terminal

Windows Terminal lets you define color schemes once in settings.json and apply them to any profile. For administrators who spend hours reading PowerShell output, event logs, and SSH sessions, a well-configured scheme is not cosmetic — it directly affects how…

How to move AppData folder to another drive on Windows

Some applications write gigabytes of cache, logs, and profile data to C:\Users\John\AppData — with no built-in option to change that location. On systems with a small SSD boot drive, this fills up quickly. The standard solution is to move the…

How to list all symbolic links on Windows

Symbolic links and junctions are invisible in normal directory listings — they appear as regular folders or files in File Explorer and most tools. When auditing a system, troubleshooting a broken path, or reviewing a server you inherited, knowing where…

How to rescan storage on an ESXi host

After making changes to your storage infrastructure — adding a new LUN, modifying iSCSI or Fibre Channel zoning, connecting a new NAS share, or removing a stale datastore — ESXi hosts do not automatically detect the updated storage state. A…