Hey everyone! I'm a Linux enthusiast with a home lab that's getting quite extensive, but I'm stepping into a new role that involves a lot of work with Windows and Azure. I've started installing Windows on my servers and I've set up several VMs including Active Directory, SQL server, and others.
Currently, I'm managing these through RDP on a Windows Server 2025 GUI, which feels limiting. I want to learn how to operate Windows Server in "Core" mode using the command line. I know I can do a lot with remote CLI and management tools, but I'm looking for a practical guide—like a cookbook—that can help me run specific tasks with clear, command-oriented instructions.
For example, I want to know the exact commands for setting a static IP or configuring a host as an AD Domain Controller. I learn best by doing, and I've found that standard documentation often skips over crucial details that I need to effectively execute tasks.
Can anyone recommend books or websites that would help me dive into managing Windows Server Core from the command line in a task-focused way?
3 Answers
Not exactly a book, but you might want to try using Microsoft Copilot. It’s been a game changer for me when creating PowerShell scripts. If you run into errors, you can input the error message, and it often helps guide you on how to fix it.
Whenever you need to do something, just search for the task along with 'PowerShell.' It usually leads you to some great resources or examples that can help you figure things out.
You should definitely check out "Learn PowerShell in a Month of Lunches"! It’s super beginner-friendly and has a lot of practical examples that could help you get started with the command line. Plus, there are more resources from the same publisher that you might find useful.
Related Questions
How To Get Your Domain Unblocked From Facebook
How To Find A String In a Directory of Files Using Linux