• heimchen@discuss.tchncs.de
    link
    fedilink
    arrow-up
    13
    ·
    2 years ago

    Someone told me that windows server UI interface has more options than CLI. I got scared of windows server (how do you repeatedly Setup the same server, with a screenshot documentation ???)

    • egonallanon@lemm.ee
      link
      fedilink
      arrow-up
      11
      ·
      2 years ago

      It’s been a while since I’ve found that true. You can do everything you want to do in powershell now days.

    • Aux@lemmy.world
      link
      fedilink
      arrow-up
      4
      ·
      2 years ago

      First of all, most Windows settings are in the registry, so you don’t have to go to the UI, you can just upload new settings straight into the registry through CLI.

      Second, PowerShell exists and it’s awesome!

      And third, you can always use UI automation tools if you’re bad at registry and PowerShell. Just record your session and run whenever needed.