AD user creation issue since Aus upgrade
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Monday
Since upgrading to Australia we are no longer able to create users in AD, via our custom AD script.
We are getting this error: The server is unwilling to process the request.
We are able to use the user lookup still.
Is there a change to the password type that we need to make? The issue appears to be with the bottom line:
$PasswordText = '****'
$Password = $PasswordText + $currentSymbol
$SecurePassword = $Password | ConvertTo-SecureString -AsPlainText -Force
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Monday
Hi @Jack62
1.Ensure MID server is up and set with your set up // During Clone ( Mid server removed in sub-prod ) ->upgrade
2. Connect with Azure team and ensure you have updated the password with correct criteria which meets the length, complexity, or history requirements of the domain.
3. Review your payload to ensure all required fields (Mandatory fields) for user creation are present and correctly formatted.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Monday
