Skip to content

Instantly share code, notes, and snippets.

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