Hi,
I wanted to see if there's any way to alternate the case of a value. In this particular example I'm trying to send an email out and it needs to send out the samAccountName with the first character being upper case and the rest being lower case.
I tried %SAMAccountName:lower:upper,1% but of course this is invalid. Is there any way of achieving this? I would prefer not to send out an email using powershell. Perhaps using a custom attribute?
Any help appreciated.