I am looking for the best way to use powershell to test normalization rules for lync. For instance:
RegEx: ^\+(\d\d)0?(\d+)\|?\d*$
Input string: anyphonenumber
Match test: $true or false
If true Output: $1$2
I want to test the lync normalization rule that I want to apply before deploying.