How to get Reports for specific User that how many password has been reset using FIM SSPR in FIM 2010 R2 SSPR

Hi,

How to get Reports for specific User that how many password has been reset using FIM SSPR in FIM 2010 R2 SSPR

Regards

Anil Kumar

May 30th, 2014 12:55pm

You want such report for specific user only or divided that User A: x attempts, user B: y attempts?
You could do them with PowerShell query for example. If you would like to use FIM reporting, you would have to play with FIM Reporting schema

Free Windows Admin Tool Kit Click here and download it now
May 30th, 2014 1:43pm

Hello there Anil,

A simple way to quickly get a overview is to look at the request history within the portal environment (note that this will expire in a few day based on your environment, after that you would need to FIM Reporting Module - but you could increase this to maybe 60 days to so, watch the DB size).

To do this you could create some custom search scopes of do some custom queries. The creator of the SSPR activities always has the same GUID so you can use that so search.

In your search scope you can use the following XPath to play with.

- All Password Reset Requests - /Request[Creator='b0b36673-d43b-4cfa-a7a2-aff14fd90522' and Operation='Put']
- All Completed Password Reset Requests - /Request[Creator='b0b36673-d43b-4cfa-a7a2-aff14fd90522' and RequestStatus=Completed']

You can play with the "RequestStatus".

Hope this helps.

May 30th, 2014 2:53pm

Hi,

I want same senario that you mention in your reply(I want such report for specific user only or divided that User A: x attempts, user B: y attempts?).i want to konw how many times a user has been reset your password in a month or year.so please provide PowerShell query example that you mention. 

Regards

Anil Kumar

Free Windows Admin Tool Kit Click here and download it now
May 30th, 2014 4:58pm

Hi Almero

Thank's for reply.

I am unable to understand in XPath Query what is the meaning of Opeartion='Put' and RequestStatus='Completed'

and what result this XPath Query will give.

Actually i want total number of successfull password reset(Count) by the specific user in a month or year and last password reset date by the user.

Regards

Anil Kumar


May 30th, 2014 5:21pm

 (note that this will expire in a few day based on your environment, after that you would need to FIM Reporting Module - but you could increase this to maybe 60 days to so, watch the DB size).


Hi,

Where is the request history retention set? In iis somewhere?

Thanks!

Free Windows Admin Tool Kit Click here and download it now
February 11th, 2015 7:30am

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

Other recent topics Other recent topics