I'm just starting to master PowerShell . . and I emphasize the word "starting". Frankly, I'm disappointed with the learning curve required. PowerShell doesn't seem to be optimized, yet, for quick learning, despite that it piggy-backs off of .NET.
Here's a tip. Don't throw away those useful scraps of "DOS" commands you've been carrying around for many years. You can reuse them inside of PowerShell. Here's an example:
cmd /c <PathToCommand> arg0 arg1 argEtc
No comments:
Post a Comment