Skip to content

Instantly share code, notes, and snippets.

@PrateekKumarSingh
Created February 12, 2019 17:11
Show Gist options
  • Save PrateekKumarSingh/6b5e3d8d87a94b474b10faf44052d53e to your computer and use it in GitHub Desktop.
Save PrateekKumarSingh/6b5e3d8d87a94b474b10faf44052d53e to your computer and use it in GitHub Desktop.
$obj = [pscustomobject]@{
PStypename = "myObject" 
Name = "Jeff"
Computername = "Server1"
Date = (Get-Date)
}
$obj | Get-Member
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment