Add User – get erro…
 
Notifications
Clear all

[Solved] Add User – get error: The role assignment policy"Alternate Assignment Policy" wasn't found. Make sure that you typed the identity correctly.

9 Posts
2 Users
0 Likes
4,666 Views
0
Topic starter

I can add plans, reseller, companys etc., but i got a error when i add users:

The role assignment policy”Alternate Assignment Policy” wasn’t found. Make sure that you typed the identity correctly.

Any hint for me?

1 Answer
0

It looks like you may have skipped the part of creating that policy. The QuickStart guide has a list of commands to run to prepare your environment

Oliver Jarmes Topic starter 2016-04-21 10:51

My mistake, i only watch the video…

3a
[PS] C:Windowssystem32>$BaseOABContainer=’CN=Offline Address Lists,CN=Address Lists Container,CN=First Organization,CN
=Microsoft Exchange,CN=Services,CN=Configuration,DC=exchangehosting,DC=local’
[PS] C:Windowssystem32>
[PS] C:Windowssystem32>Get-ADPermission $BaseOABContainer -User “NT AuthorityAuthenticated Users” | where {$_.extende
drights -match ‘ms-exch-download-oab’} | Remove-ADPermission
The operation couldn’t be performed because object ” couldn’t be found on ‘srv-eh-dc02.exchangehosting.local’.
+ CategoryInfo : InvalidData: (:) [Get-ADPermission], ManagementObjectNotFoundException
+ FullyQualifiedErrorId : [Server=SRV-EH-EX01,RequestId=2074c053-ddf0-493d-8254-fb0081fc26c5,TimeStamp=21.04.2016
20:03:58] [FailureCategory=Cmdlet-ManagementObjectNotFoundException] 6A7EDE2,Microsoft.Exchange.Management.Recipie
ntTasks.GetADPermission
+ PSComputerName : srv-eh-ex01.exchangehosting.local

[PS] C:Windowssystem32>

Any hints?

3b and c works

I can add users, but i get a error, when i want to use the “Email Alias” field:

Error!
Index was outside the bounds of the array.

Jacob Dixon 2016-04-21 11:06

You have to adjust the powershell command for your environment. Like you may have not named your organization “CN=First Organization”

Oliver Jarmes Topic starter 2016-04-21 11:58

Thats correct… My mistake.

It is still not possible to add a “email alias”:

Error!

Index was outside the bounds of the array.

Jacob Dixon 2016-04-21 12:18

Did you set the version correctly on the settings page to match your version? Also you enabled Exchange for that company and enabled an accepted domain right?

Oliver Jarmes Topic starter 2016-04-21 12:25

Yes, Version 2016
Exchange is enabled for that company and accepted domain is enabled too.

Jacob Dixon 2016-04-21 12:26

Can you reproduce and zip up the logs and email them to support@knowmoreit.com?

Oliver Jarmes Topic starter 2016-04-21 12:44

I send you the logs. Thanks!

Oliver Jarmes Topic starter 2016-04-21 12:55

My mistake again. I forgot the domain after alias, e.g. abuse@mydomain.org

Share: