Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
Posh
0.1.7
TipsAndTricks/CreatingPsuedoObjects.Trick.ps1
# You can make psuedoobjects out of thin air!
[PSCustomObject]
[Ordered]
@{
Name
=
"James"
}