Reading msExchRecipientTypeDetails Attribute
I'd like to use the 'msExchRecipientTypeDetails' forfurther analyses. Unfortunatly it seems, that this Probperty cannot be read by the ADSI Provider with 'Get' or 'GetEx'like other Attributes or Properties. Some msExch* specific Properties can be read by ADSI like: msExchHomeServerNamemsExchMailboxSecurityDescriptormsExchMasterAccountSidmsExchUserAccountControlmsExchMailboxGuidmsExchPoliciesIncludedmsExchMDBRulesQuotamsExchRecipientDisplayTypemsExchVersionmsExchRecipientTypeDetails IfI try to get the 'msExchRecipientTypeDetails' property I'll get an VBScript: Type incompatible Error. Does somebody knows how to get the values of the 'msExchRecipientTypeDetails' propertywith VBS?
July 22nd, 2008 11:19am

Hi Cramer, I also got null result while accessing msExchRecipientTypeDetails from PowerShell. Here is the result. [PS] C:\>get-user "amit test" Name RecipientType ---- ------------- Amit Test UserMailbox [PS] C:\>$dn = "LDAP://" + (Get-User "Amit Test").distinguishedName [PS] C:\>$test=[ADSI]$dn [PS] C:\>$test.msExchMDBRulesQuota64 [PS] C:\>$test.msExchRecipientTypeDetails [PS] C:\> It should show value 4 for any UserMailbox but showing blank screen. I would suggest you to post your query in Development forum, where chances are high to see this post by some developer/programmer and give us any way to get it. TechNet Forums Exchange Server Development
Free Windows Admin Tool Kit Click here and download it now
July 23rd, 2008 10:54am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics