Modifiying the ObjectType
Hi all, I'am trying to change a group to contact when provisioning occurs. I tried to do this with Attributes flow rules where I export from mv group to cs contact and then export objects to the target AD, this doesn't worked. Now I trying to modify it with a function like this one: csentry("objectType").Value = "contact" The problem is objectType is a only-read attribute so I would like to now, how to perform this change. brief, I need to change my groups object to contact in my destination AD. Thanks
July 3rd, 2012 12:33pm

Just create the new AD object as a contact using a classic MVExtension. csentry = Connected_AD_MA.Connectors.StartNewConnector("contact") There is a white paper here (http://www.oxfordcomputergroup.com/whitepapers.aspx) that steps you through creating an MVExtension if you've never done it before.Dave Nesbitt | Architect | Oxford Computer Group
Free Windows Admin Tool Kit Click here and download it now
July 3rd, 2012 1:11pm

Thanks Dave I'll try this I'll keep informed of results. Martin
July 4th, 2012 3:53am

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

Other recent topics Other recent topics