Skip to content

Instantly share code, notes, and snippets.

@vhusker
Created January 4, 2016 00:07
Show Gist options
  • Save vhusker/7e678b47513ad0b0c8b0 to your computer and use it in GitHub Desktop.
Save vhusker/7e678b47513ad0b0c8b0 to your computer and use it in GitHub Desktop.
$Properties = @{'Licensed Users' = $Users.Count;
'Domain' = $Domain[1];
}
$PropsObject = New-Object -TypeName PSObject -Property $Properties
$PropsObject | Export-CSV -Path C:\users\jbenson\Desktop\PartnerMailboxes.csv -NoTypeInformation -Append
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment