Methods and properties of data types
Do you sometimes get stuck & can’t remember the methods and properties of a string or an integer? No its not galloping senility honest.
One quick way to get the information is to pass an object of the appropriate type into get-member e.g.
"agafgf" | gm
1 | gm
saves having to remember everything
Technorati Tags:
PowerShell