938
Worst UI Any% Speedrun
(lemm.ee)
1. Be civil
No trolling, bigotry or other insulting / annoying behaviour
2. No politics
This is non-politics community. For political memes please go to !politicalmemes@lemmy.world
3. No recent reposts
Check for reposts when posting a meme, you can only repost after 1 month
4. No bots
No bots without the express approval of the mods or the admins
5. No Spam/Ads
No advertisements or spam. This is an instance rule and the only way to live.
I hate that Microsoft refused to update any of their UIs for the Windows server tools.
Like why the actual fuck doesn't the GPO editor have a fucking search bar or at least a way to use paths in some way. And why can't I just edit existing settings in the manager without opening the editor and navigating all the mess‽
I hate the fact that we need to use their shitty GUI in the first place, why can't this be done with commamd line tools or by editing configuration files? Something like Ansible would also be great. These are some of the reasons why Windows absolutely doesn't belong on servers and why Linux is just superior.
Pretty much everything in Windows and Windows server can be done with powershell.
For example here is how to read and edit GPOs: https://learn.microsoft.com/en-us/powershell/module/grouppolicy/?view=windowsserver2022-ps
I mean, surely it can be done, but it's not a good experience. Simple unix-like configuration files are much better. Yes, I tried Ansible with PowerShell on Windows, it was horrible. I don't recommend it.