Quantcast
Channel: Shay Levy
Viewing all articles
Browse latest Browse all 18

Custom objects default display in PowerShell 3.0

$
0
0
In PowerShell 3.0 we can now create new custom objects using a hash table. PS> [PSCustomObject]@{ One = 1 Two = 2 Three = 3 Four = 4 Five = 5 } One : 1 Two : 2 Three :...



Viewing all articles
Browse latest Browse all 18

Trending Articles