Skip to content

Instantly share code, notes, and snippets.

@TheRealNoob
Created April 12, 2017 09:45
Show Gist options
  • Select an option

  • Save TheRealNoob/dae6464d7ef599ae79acbc2302af7abe to your computer and use it in GitHub Desktop.

Select an option

Save TheRealNoob/dae6464d7ef599ae79acbc2302af7abe to your computer and use it in GitHub Desktop.
$system = [PSCustomObject]@{
Hardware = [PSCustomObject]@{
Model = [PSCustomObject]@{}
RAM = [PSCustomObject]@{}
CPU = [PSCustomObject]@{}
}
Disks = [pscustomobject]@{
Local = [PSCustomObject]@{}
Removable = [PSCustomObject]@{}
Network = [PSCustomObject]@{}
}
OS = [PSCustomObject]@{
System = [PSCustomObject]@{}
WindowsUpdates = [PSCustomObject]@{}
Programs = [PSCustomObject]@{}
}
NetworkAdapter = [PSCustomObject]@{}
Ports = [PSCustomObject]@{}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment