Earlier quoted context omitted.
> Tech people on Windows use Notepad. I'm always horrified to see this. MS really shot themselves in the foot with the dev community by not providing a powerful text editor as the default. Getting a WinAdmin to enjoy the UNIX'y way of doing things is like trying to feed a child broccoli.
Also cmd.exe being a steaming pile of shit and the handful of commandline utilities that ship by default are mostly ancient DOS versions from the 80s. There are a couple of gems (netsh for example), but commandline on Windows is just painful. Powershell does give you a lot more potential, but I've found its syntax to be too verbose to be a comfortable commandline replacement.
On one hand, it's almost a C#/CLR REPL with amazing power to program and script almost anything you could think of, but on the other it's not a shell and anyone coming from *nix that tries to think like a shell will be sorely disappointed in how verbose and unintuitive it behaves.