Creating users

by Garrett at 2013-04-09 12:45:42

I’m fairly competent with PS and have been tasked with working on a FIM project. We receive a text file with basic information that we then need to manipulate to create user objects in AD. (ie: first 2 characters of the first name, first 4 of the last name, remove and special characters and spaces from the company name and append up to 2 numbers at the end)

I have the PS script to do this but need some direction on how to get it to do everything in FIM. I’m not a VB person. Any help you can provide will be greatly appreciated.
by DonJ at 2013-04-09 23:35:02
So, what exactly is your first step, here? I’m not a FIM person, but if you can tell me a bit more specifically what you need to do, I can help you find the answer. "Get it to do everything in FIM" is a bit vague for me :).
by ArtB0514 at 2013-04-10 06:03:09
A quick search on CodePlex found this http://fim.codeplex.com/ which might be what you want.