5 ms·
I find it fantastic for running scripts on multiple machines. The invoke-command cmdlet makes it very easy to do this if your computers are a domain or have the
by DevoidSimo 7y ago
I find it fantastic for running scripts on multiple machines. The invoke-command cmdlet makes it very easy to do this if your computers are a domain or have the same username and password. Credentials can also be supplied but that's more cumbersome.
I find many things to be easier than CMD/bash such as looping or chaining commands. I'd imagine nushell has similar benefits though.
Microsoft products such as Azure and AD are easily administered as well.