@jasgot said in Exchange Environment - Lab:
There's rarely a day that goes by that I don't write a batch script, cmd script or powershell script. All of it is possible from having learned the basic structure of command scripting.
If I have to do anything to more than two computers that can be scripted, I script it.
I would much rather have my techs learn how to install MSExchange with a version that has been around long enough to be able to find the answer to the issue online; than have them spinning their wheels trying to solve a problem caused by a recent windows patch that no one has encountered before.
@irj said in Exchange Environment - Lab:
No that's terrible practice and not a modern or efficient way to do anything. Powershell or Bash (neither of which is new) would actually. Ake sense. If you're using batch in 2021, you might as well use a sun dial or high noon to tell time.
This is like saying you don't need to learn long division because you have a cellphone with a calculator.
You need to know long division.
I disagree, Learning batch is like learning Latin today... unless you're in a very specialized field, it's not going to be practical at all. You likely shouldn't be wasting your time in batch files at all... go directly to Powershell.