Can I get the Domain value based on domain configuration display name
I have a Domain configuration with a Display Name that wont change between environments. Is there a way to extract the Domail value based on the static Domain Configuration. Example DomainConfiguration ="Test" in all Env. Domain = DEVAD, Domain = QAD etc.
October 11th, 2010 8:57pm

This is possible from within a custom activity WF. Cheers, MMS_guruIdentity & Metadirectory, Hewlett-Packard UK
Free Windows Admin Tool Kit Click here and download it now
October 11th, 2010 11:45pm

Transition from one environment to another environment typically involves running the FIM PowerShell Script (exportPolicy, syncPolicy,...). Wouldn't it be possible to do a string find/replace script on the generated changes.xml? You could write a small powershell script for this as well. It could be part of the transitioning process. I can imagine there are other places with references to the domain name. Like when specifying dn's for codeless provisioning of user accounts. Although I'm not sure the scripts like it when you start editting the XML by hand. http://setspn.blogspot.com
October 11th, 2010 11:57pm

Hi MMS_guru, I am trying with a custom WF, but struggling with the custom expression. Need something like below that works.... [//Target/DomainConfiguration[DisplayName="Test"]/Domain]
Free Windows Admin Tool Kit Click here and download it now
October 12th, 2010 4:48am

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

Other recent topics Other recent topics