Created
January 25, 2016 01:45
-
-
Save darrenjrobinson/ae46cdfccb825dce69b3 to your computer and use it in GitHub Desktop.
MIMExchPSMA-Schema
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$obj = New-Object -Type PSCustomObject | |
$obj | Add-Member -Type NoteProperty -Name "Anchor-objectGuid|String" -Value "00000000-0000-0000-0000-000000000001" | |
$obj | Add-Member -Type NoteProperty -Name "objectClass|String" -Value "user" | |
$obj | Add-Member -Type NoteProperty -Name "accountName|String" -Value "x_mim_adma" | |
$obj | Add-Member -Type NoteProperty -Name "msExchMailboxGuid|Binary" -Value 0x10 | |
$obj | Add-Member -Type NoteProperty -Name "upn|String" -Value "[email protected]" | |
$obj | Add-Member -Type NoteProperty -Name "mail|String" -Value "[email protected]" | |
$obj | Add-Member -Type NoteProperty -Name "mailNickname|String" -Value "" | |
$obj | Add-Member -Type NoteProperty -Name "msExchHomeServerName|String" -Value "" | |
$obj | Add-Member -Type NoteProperty -Name "homeMDB|String" -Value "" | |
$obj | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment