When running the cmdlet Get-Qaduser UserName -IncludeAllProperies cmdlet n a Federated environment, for User objects with mailboxes configured, the following error is displayed:
Get-QADUser :
At line:1 char:1
+ Get-QADUser -Identity UserName -IncludeAllProperies
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Get-QADUser], COMException
+ FullyQualifiedErrorId : System.Runtime.InteropServices.COMException,ActiveRoles.ManagementShell.Powershell.
Cmdlets.GetUserCmdlet
This is a product defect and is being tracked as Defect ID TF00109578.
WORKAROUND
This issue is specific to the Get-QADUser cmdlet.
Option 1
Get-QADObject UserName -IncludeAllProperties
Option 2
Option 3 (bind the result to a variable, i.e. $User and use the ADSI Provider)
$user = [ADSI]"EDMS://"
STATUS:
This will be fixed in the next upcoming release: 7.4, which is scheduled for mid/end of November/19.
© 2025 One Identity LLC. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center