Hello everyone,
I have the following FIM query (PowerShell script):
$filter = "/Person[AccountName='jdoe']" $user = Export-FIMConfig -CustomConfig $filter -OnlyBaseResources $displayName = $user.ResourceManagementObject.ResourceManagementAttributes | Where-Object {$_.AttributeName -eq "DisplayName"} $displayName.Value
I always get back a null value. Every attempt I have tried using the Export-FimConfig command results in no data returned. I, however, dont recieve any error messages. Is there something I need to configure on the server for this to work?
I am running the command on Windows Server 2008 R2 with the FIM 2010 R2 Synchronization Engine and
FIM 2010 R2 Service & Portal installed.
Thank you for any help,
Tanner