Skip to content

Instantly share code, notes, and snippets.

@Paxxi
Created October 18, 2014 10:27
Show Gist options
  • Save Paxxi/a165617d922d9bd2712f to your computer and use it in GitHub Desktop.
Save Paxxi/a165617d922d9bd2712f to your computer and use it in GitHub Desktop.
Create PSObject from hashtable
$IA = New-Object PSObject -Property @{
"ClassCode" = ""
"Semester" = ""
"DataStore" = "FASTDATASTORENAME"
"Cluster" = "IA Program"
"VIServer" = "VSPHERE-SERVER"
"IPBlock" = "10.0.1.0"
"SubnetMask" = "255.255.0.0"
"Connected" = $false
"ResourcePool" = ""
"PodCount" = ""
"GoldMasters" = ""
"Folder" = ""
"MACPrefix" = ""
"ConfigDir" = ""
"VMArray" = @()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment