.NET

PowerShell reads: links to coverage of One-Liners about PowerShell features (using, language, etc)

Boy, I wish I had read these PowerShell articles earlier:
 
 
 
 
 
 
 
 
 
 

  1. PowerShell One-Liners: Help, Syntax, Display and Files.
  2. PowerShell One-Liners: Variables, Parameters, Properties, and Objects.
  3. PowerShell One-Liners: Collections, Hashtables, Arrays and Strings.
  4. PowerShell One-Liners: Accessing, Handling and Writing Data.

Besides being in depth, the articles also contain a ton of examples all in this form:

ActionCommandExample
Basic help for xGet-Help cmd (cmd is a full name)help Get-ChildItem
Help in separate windowShow-Command cmd; then select the help iconShow-Command Get-ChildItem

 

Related Articles

Subscribe
Notify of
guest

This site uses Akismet to reduce spam. Learn how your comment data is processed.

0 Comments
Inline Feedbacks
View all comments
Back to top button