document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. $peeps = @{
  2.   \'Lead\'=\'asmith\';
  3.   \'Enterprise\'=\'bjones\';
  4.   \'Edge\'=\'chumperdink\';
  5.   \'Backend\'=\'dwilford\';
  6.   \'SED\'=\'fhanns\'
  7. }
  8.  
  9. $AutomationObject = New-Object -Type PSObject -Property $peeps
');