Get the Run History of FIM Sync using PowerShell

Hello, If like you me you use Forefront Identity Manager for a long time and love PowerShell you might want to use the following PowerShell command to list the Run History of FIM Synchronization Server. Get-WmiObject -ComputerName $FIMSyncServer -NameSpace ‘root/MicrosoftIdentityIntegrationServer’ -Class ‘MIIS_RunHistory’