this post was submitted on 16 Jun 2025
38 points (93.2% liked)

Ask Lemmy

32562 readers
1315 users here now

A Fediverse community for open-ended, thought provoking questions


Rules: (interactive)


1) Be nice and; have funDoxxing, trolling, sealioning, racism, and toxicity are not welcomed in AskLemmy. Remember what your mother said: if you can't say something nice, don't say anything at all. In addition, the site-wide Lemmy.world terms of service also apply here. Please familiarize yourself with them


2) All posts must end with a '?'This is sort of like Jeopardy. Please phrase all post titles in the form of a proper question ending with ?


3) No spamPlease do not flood the community with nonsense. Actual suspected spammers will be banned on site. No astroturfing.


4) NSFW is okay, within reasonJust remember to tag posts with either a content warning or a [NSFW] tag. Overtly sexual posts are not allowed, please direct them to either [email protected] or [email protected]. NSFW comments should be restricted to posts tagged [NSFW].


5) This is not a support community.
It is not a place for 'how do I?', type questions. If you have any questions regarding the site itself or would like to report a community, please direct them to Lemmy.world Support or email [email protected]. For other questions check our partnered communities list, or use the search function.


6) No US Politics.
Please don't post about current US Politics. If you need to do this, try [email protected] or [email protected]


Reminder: The terms of service apply here too.

Partnered Communities:

Tech Support

No Stupid Questions

You Should Know

Reddit

Jokes

Ask Ouija


Logo design credit goes to: tubbadu


founded 2 years ago
MODERATORS
 

No, im not trolling lemmy users..

So in looking for jobs, I do see a lot of them require windows server experience. I've been immersing myself fully in linux learning but figure that is kind of useless for me since a ton of places also use windows for networking.

Will many of the skills transfer? Are there specific large differences to watch for? Also, can one even mess with windows server since it's expensive and enterprise only?

top 12 comments
sorted by: hot top controversial new old
[–] [email protected] 41 points 18 hours ago (2 children)
[–] [email protected] 15 points 18 hours ago (1 children)

The real lemming has arrived xD

[–] [email protected] 7 points 17 hours ago

You seek the forbidden knowledge!

[–] [email protected] 8 points 18 hours ago

I'm shamelessly stealing that for later use

[–] [email protected] 14 points 19 hours ago (2 children)

I would suggest looking at MS certification programs, even if you don't want to take the exams. I haven't taken a Windows Server exam in a while, but looks like the latest one is Windows Server Hybrid Administrator Associate. You'll also want to look into things like Active Directory, Group Policy, printing and print servers, and domains and domain controllers. As you mentioned, some networking can be handled Windows-side, like DHCP and DNS, but depending on the org, may be handled by other solutions.

As far as getting your hands on Windows Server software, you can download from MS, and it will have a 180 day trial before activation, which can be extended.

https://www.microsoft.com/en-us/evalcenter/download-windows-server-2022

[–] [email protected] 3 points 13 hours ago* (last edited 13 hours ago)

Microsoft Learn is a good starting point. In addition to the comment above about certification tracks.

Not a fan of Microsoft by any means but, I do understand where OP is coming from. If they’re going to go that route, might as well learn directly from Microsoft.

[–] [email protected] 6 points 18 hours ago

I second this one. Ms has a bunch of resources available For free

[–] [email protected] 2 points 13 hours ago

I've worked with Windows environments from 2003 until still today migrating to azure. The biggest skills gap with technicians and engineers administrating Windows is actually networking. This single point connects every single service server and user and yet dns, dhcp, routing and it's protocols, link layer technologies like vlans interface configurations aggregation and more is so poorly understood that engineers and technicians often significantly mistake problems. Almost all issues happen around network layers 2-4 or layer 8 (the end user).

It doesn't need to be first but no matter what os or component, networking is core and the single biggest return on investment for systems admin types.

Sure other basic skills are required but just being able to test TCP by telnet or understand each hop, and is the server listening? What process ID is listening? Did someone configure rdp off 3389 and that's why it doesn't work? Was the host file edited and that's why it's resolving some old ip for this hostname? Why is it going out the wan interface of the router when it should be going over an ipsec tunnel?

All this and more has nothing to do with Windows, and yet, anything that isn't just user training or show and tell about how to do something, there's a good chance it requires you to follow the networking layers to make sure behaviour is expected.

[–] [email protected] 6 points 17 hours ago

Oh god.. You'll have to learn IIS. Internet Inf🤮rmation Services.

In all seriousness Windows Server is much more enjoyable than Home/Pro/Enterprise or whatever the desktop versions are called. You have more control over the system and they don't hinder you from configuring stuff unlike on the desktop version.

Someone already suggested to get a VPS and just get to know the system. A tip though if you have to spin up a windows server on Azure vs somewhere else: search for info with the keyword "azure". Microsoft stuff seems to work worse on their own cloud than anywhere else. MS SQL Server and Azure's version of MS SQL Server differs and lacks features.

Been a long time since I had to use any of the above so things might have changed.

[–] [email protected] 5 points 18 hours ago

You can check this channel. Also here's a good installation guide in case you need it.

[–] [email protected] 3 points 17 hours ago

Alright alright, joking aside. Look into PowerShell. It also works on Linux in case you have a Linux desktop. It's widely used in Windows admin stuff.

And uh, maybe not what people want to hear, but passing objects between cmdlets is better than everything being raw text in my opinion.

[–] [email protected] 4 points 19 hours ago

You can certainly spin up a VPS with Windows Server on it and figure outhow to do your daily tasks on it. Buyvm.net will let you run an old version at no extra charge on cheap VPS. Other hosts have newer versions that you pay a bit extra for, but it is affordable.