Further to my last post, I found this in the function REMOVE_DELEGATE
/removedelegate:$((Get-CsUser -identity $($LB_DelegateUsers.SelectedItem)).SipAddress.ToLower().Replace(‘sip:’,”)
I don’t think that will work, if ToLower changes it to lower case. Refer to here:
http://masteringlync.com/2013/08/23/sefautil-is-case-sensitive-no-really-it-is/
Further to my last post, I found this in the function REMOVE_DELEGATE
/removedelegate:$((Get-CsUser -identity $($LB_DelegateUsers.SelectedItem)).SipAddress.ToLower().Replace(‘sip:’,”)
I don’t think that will work, if ToLower changes it to lower case. Refer to here:
http://masteringlync.com/2013/08/23/sefautil-is-case-sensitive-no-really-it-is/