Creating a set or Reporting method with out SCSM

I am trying to get some numbers on how many password resets have occurred in a specified amount of days/Months/years.

Is there a way to do this with sets? Or is this something done with FIM Powershell or FIM Query?

Thanks

Brandon

May 8th, 2015 3:53pm

yes, should be able to extract this via PowerShell, or even by creating new Search Scopes based on your day/month/year requirements.
Free Windows Admin Tool Kit Click here and download it now
May 10th, 2015 6:57pm

For the Search Scope which attribute do I query against? I thought maybe Last Reset Attempt Time, but that value is blank for my test accounts that I have recently reset my password for.
May 11th, 2015 11:28am

Here is an example:

http://social.technet.microsoft.com/wiki/contents/articles/3616.how-to-use-powershell-to-export-all-users-who-have-registered-for-self-service-password-reset-sspr.aspx

May 11th, 2015 10:39pm

Awesome thanks. That worked perfectly and I also modified it to put requests made for password resets by changing the filter to :

$Filter = "/Request[Creator='b0b36673-d43b-4cfa-a7a2-aff14fd90522' and Operation='Put' and RequestStatus = 'Completed']"

By doing it this way am I still limited to the 30 day retention period?

Thanks,

Brandon

May 12th, 2015 12:19pm

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

Other recent topics Other recent topics