Skip to content

Instantly share code, notes, and snippets.

@mwjcomputing
Created March 7, 2014 13:39
Show Gist options
  • Select an option

  • Save mwjcomputing/9411642 to your computer and use it in GitHub Desktop.

Select an option

Save mwjcomputing/9411642 to your computer and use it in GitHub Desktop.
foreach ($entry in $entries) {
$object = New-Object psobject
$object | Add-Member -Name "mail" -value $entry.value
$object | Add-Member -Name "StevesInfo" -Value "Info"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment