bwya77/Master-User-Creator

User name in attributes and display name is adding extra spaces

Opened this issue ยท 8 comments

Hi. In v2.0, User name in attributes and display name is adding extra spaces. Could you please fix it. Also, could you please provide ability to add mobile number and fax number. Clone fax number and increase employee id by 1 from the last eid in AD.

is this for AD user and for username do you mean UPN?

I saw 1 user in my test w/ a space, that means there is a space in your actual displayname text box as displayname -eq $textboxDisplayName.Text. I tested other times and made sure there was no space and it worked as is.

I will make these attributes trim any trailing space. good feature anyways ๐Ÿ‘

Thank You! Will check again.

Hi. Actually display name is good but the name field in attributes contains a space. I tried creating another new user too. Sorry, if i am wrong.

Having the same issue.

gzip file with mp4 recording of the issue to make it easier to demo.

Master User Creation Tool.gz

I had a similar issue and I fixed it by changing the format in File>Options

For example for Display Name it had a Middle Initial %MiddleInitial% Variable that it was expecting that is not used in our environment.
If you're getting it in the username field, adjust the variables to your needs there and you should get the expected behavior. I hope this is helpful.

I had a similar issue and I fixed it by changing the format in File>Options

For example for Display Name it had a Middle Initial %MiddleInitial% Variable that it was expecting that is not used in our environment.
If you're getting it in the username field, adjust the variables to your needs there and you should get the expected behavior. I hope this is helpful.

That was the fix. Thanks!