Powershell is a useful tool if you like a command line interface.
Although it has a pretty comprehensive list of help commands, quite often you can't remember the exact command.
e.g. you remember that the command had the word "item" in it.
So use:
get-command *item*
which gives you a list of all commands that contain the phrase "item".
Enjoy!
No comments:
Post a Comment