Originally posted at: FIM2010: Eliminating equal precedence @ IS4U Blog Intro Precedence can be tricky in certain scenarios. Imagine you want to make FIM master for a given attribute, but you need an initial flow from another data source. A good example is the LDAP distinguished name. If you have a rule that builds the […]
FIM Technical Guru – October 2014
I was awarded a gold medal for the technet article on event driven scheduling, which is a very nice token of appreciation. Thanks! Forefront Identity Manager Technical Guru – October 2014 Wim Beck Event Driven Scheduling of Forefront Identity Manager (FIM) using a Windows Service Ed Price: “Fantastic job on formatting, the code, and all the explanations! […]
FIM 2010: Event driven scheduling
Originally posted at: FIM 2010: Event driven scheduling @ IS4U Blog Intro In a previous post I described how I implemented a windows service for scheduling Forefront Identity Manager. Since then, me and my colleagues used it in every FIM project. For one project I was asked if it was possible to trigger the synchronization […]
Windows service for scheduling Forefront Identity Manager
Originally posted at: Windows service for scheduling Forefront Identity Manager @ IS4U Blog Intro All FIM projects need to be able to schedule management agent runs automatically. This blogpost describes how we implemented a windows service to schedule Forefront Identity Manager synchronization service. You can find the source code and an installer at FIM-Scheduler. Basic […]
Renew OCSP signing certificate
Originally posted at: Renew OCSP signing certificate @ IS4U Blog In my previous post, I described on how to automate the creation of an ocsp responder configuration. This post describes on how to renew and replace the signing certificate when it is about to expire. It also replaces the signing certificate for all ocsp responder […]
OCSP powershell script
Originally posted at: OCSP powershell script @ IS4U Blog I read following question on http://blogs.technet.com/b/askds/. Question Are there any available PowerShell, WMI, or command-line options for configuring an OCSP responder? I know that I can install the feature with the Add-WindowsFeature, but I’d like to script configuring the responder and creating the array. Answer [Courtesy […]