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?
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.
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.
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
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
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
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?