0 votes

My Create user form has a User pattern for User Logon Name (pre-Windows 2000) . The pattern is not working any more. I need to remove danish character æ,ø,å and spaces.

Can you help me?

by (100 points)

1 Answer

0 votes
by (289k points)
selected by
Best answer

Hello,

When you specify a text in the Must not contain field of a Property Pattern, the whole text is taken into account, not separate characters. It means that if the whole text is not present in the property value the value will be considered as valid. If you need to check the value for specific characters separately, you need to use a regular expression. For details, have a look at the following tutorial: https://www.adaxes.com/tutorials_Simpli ... Format.htm.

Related questions

0 votes
1 answer

Tried using the following script below found in another thread here but get an error message from Adaxes saying that the cmdlet is not valid -- Import-Module Adaxes $email = " ... or if a path was included, verify that the path is correct and try again.

asked Nov 27, 2017 by adriank (100 points)
0 votes
0 answers

Hi, I try to put template users creation in place (cf http://www.adaxes.com/tutorials_WebInte ... eation.htm) Evrything is OK but i'm trying to restrict the target OU display ... interface, so is not not a read acces issue... Where can i look ? Best regards

asked Oct 27, 2017 by Nicolas.lussier (190 points)
0 votes
0 answers

We have an inactive user task which runs daily that disables accounts after 30 days of inactivity. We had an example yesterday of a user account which had been disabled ... Are you able to provide any explanation of how this could have happened? Regards Andy

asked Sep 12, 2017 by Andy_W (40 points)
0 votes
1 answer

Hello, We have recently migrated to Office 365 and are experiencing a few problems related to password. When I create a user using Adaxes, Adaxes automatically send out ... during using user creation. How can we solve this problem? Regards, Eirik Zakariassen

asked Oct 16, 2015 by eirikza (120 points)
0 votes
1 answer

Hi, I have this Script to check if a condition is met # The condition is met if $Context.ConditionIsMet is set to $True. $Context.ConditionIsMet = $False $inputString = " ... or issue with this match function using in a "if script returns true" condition?

asked Oct 31 by wintec01 (1.5k points)
3,548 questions
3,238 answers
8,232 comments
547,810 users