Originally posted at: MIM 2016: RCDC Management with PowerShell @ IS4U Blog Introduction Editing the xml configuration of an RCDC can be time consuming if you have a lot of custom objects and or attributes in the portal schema. This article describes a way to automate this task completely. It also provides a start in […]
Tag: powershell
FIM2010: Localize Self Service Password Reset
Originally posted at: FIM2010: Localize Self Service Password Reset @ IS4U Blog Intro If you ever had the pleasure of installing one or multiple language packs in FIM, you know that not everything is covered. The question and answer gate is a good example and is very visible to the end user. This blog post […]
Visual C#: RSA encryption using certificate
Originally posted at: Visual C#: RSA encryption using certificate @ IS4U Blog Intro RSA is a well-known cryptosystem using assymetric encryption. It performs encryption using a public key, decryption using a private key. The private key should be protected. The most efficient way of managing these keys in a Windows environment is by using certificates. […]
FIM2010: Protect passwords in configuration files
Originally posted at: FIM2010: Protect passwords in configuration files @ IS4U Blog Intro One of the great features of FIM is that it is relatively easy to plugin custom functionality. You can extend the synchronization engine by developing rules extension and you can add custom workflows to the FIM portal. Rules extensions run under the […]
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 […]