Exporting date from FIM to AD

Experts,

We have employeestartdate and employeeenddate attributes in FIM.

Is there any way to push this into AD via codless outbound synch rule to AD? I have created a new attribute in AD with same datatype as whencreated.

While AD export I get incorrect syntax error?

Thanks,

Mann

June 4th, 2015 4:19am

WhenCreated is not a date field. 
So you would be better off using a string attribute in AD or use code to convert your Date to DateFile as here.

Codelesly, I am not sure there is a function for this.

Free Windows Admin Tool Kit Click here and download it now
June 4th, 2015 9:05am

I haven't tried this in real life, but I think you may want to have a look at the DateTime.ToFileTime function (https://msdn.microsoft.com/en-us/library/system.datetime.tofiletime%28v=vs.110%29.aspx). You'll have to go to classic code for this as I pretty sure there is no codeless function for this.
June 4th, 2015 1:57pm

Like I said, this works. I have tried, but it is not codeless. This is classical.

I used it with accountExpire, especially.

Free Windows Admin Tool Kit Click here and download it now
June 4th, 2015 2:01pm

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

Other recent topics Other recent topics