Hi,
I am trying to Query the WMI and want to generate the report for the user having errors , When i query the run history it is not showing the user details of the user. How would I populate these fields?
Is there is a way to check. I have tried to search the SQl table with MAGuid, but so far no go for me.
PS C:\Users\Administrator> $FIMRunHistory = get-wmiobject -Namespace "root\MicrosoftIdentityIntegrationServer" -class "MIIS_RunHistory"
PS C:\Users\Administrator> $FIMRunHistory
__GENUS : 2
__CLASS : MIIS_RunHistory
__SUPERCLASS :
__DYNASTY : MIIS_RunHistory
__RELPATH : MIIS_RunHistory.key="{310C94DE-BC32-4A8D-859B-8E050FD8C798}-68"
__PROPERTY_COUNT : 8
__DERIVATION : {}
__SERVER : WIN-D4KM7QJQBST
__NAMESPACE : root\MicrosoftIdentityIntegrationServer
__PATH : \\WIN-D4KM7QJQBST\root\MicrosoftIdentityIntegrationServer:MIIS_RunHistory.key="{310C94DE-BC32-4A8D-8
59B-8E050FD8C798}-68"
key : {310C94DE-BC32-4A8D-859B-8E050FD8C798}-68
MaGuid : {310C94DE-BC32-4A8D-859B-8E050FD8C798}
MaName : HRMA
RunEndTime : 2014-06-29 11:15:19.757
RunNumber : 68
RunProfile : FullSync
RunStartTime : 2014-06-29 11:15:18.887
RunStatus : completed-sync-errors
I am trying to Query the WMI and want to generate the report for the user having errors , When i query the run history it is not showing the user details of the user. How would I populate these fields?
Is there is a way to check. I have tried to search the SQl table with MAGuid, but so far no go for me.
PS C:\Users\Administrator> $FIMRunHistory = get-wmiobject -Namespace "root\MicrosoftIdentityIntegrationServer" -class "MIIS_RunHistory"
PS C:\Users\Administrator> $FIMRunHistory
__GENUS : 2
__CLASS : MIIS_RunHistory
__SUPERCLASS :
__DYNASTY : MIIS_RunHistory
__RELPATH : MIIS_RunHistory.key="{310C94DE-BC32-4A8D-859B-8E050FD8C798}-68"
__PROPERTY_COUNT : 8
__DERIVATION : {}
__SERVER : WIN-D4KM7QJQBST
__NAMESPACE : root\MicrosoftIdentityIntegrationServer
__PATH : \\WIN-D4KM7QJQBST\root\MicrosoftIdentityIntegrationServer:MIIS_RunHistory.key="{310C94DE-BC32-4A8D-8
59B-8E050FD8C798}-68"
key : {310C94DE-BC32-4A8D-859B-8E050FD8C798}-68
MaGuid : {310C94DE-BC32-4A8D-859B-8E050FD8C798}
MaName : HRMA
RunEndTime : 2014-06-29 11:15:19.757
RunNumber : 68
RunProfile : FullSync
RunStartTime : 2014-06-29 11:15:18.887
RunStatus : completed-sync-errors
Thanks and Regards,
Anirban Singha(Bangalore)