Quick Start Guide
Hi
I am trying to install cloudpanel and i am following your quick start guide, i have installed exchange 2013 and it is up and running fine and i have just run the command in powershell
$BaseOABContainer=?CN=Offline Address Lists,CN=Address Lists Container,CN=First Organization,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Fabrikam,DC=com?
Which seemed to execute fine, however when i run
Get-ADPermission $BaseOABContainer -User ?NT AuthorityAuthenticated Users? | where {$_.extendedrights -match ?ms-exch-download-oab?} | Remove-ADPermission
i get
The operation couldn’t be performed because object ” couldn’t be found on ‘DC.CloudMe.local’.
+ CategoryInfo : InvalidData: (:) [Get-ADPermission], ManagementObjectNotFoundException
+ FullyQualifiedErrorId : [Server=EX,RequestId=0e289cc7-c0b9-478b-b801-838782f4cc19,TimeStamp=16/02/2015 21:14:34]
[FailureCategory=Cmdlet-ManagementObjectNotFoundException] F7842547,Microsoft.Exchange.Management.RecipientTasks.
GetADPermission
+ PSComputerName : ex.cloudme.local
Any idea what im doing wrong
thanks
Yes. You need to change the parameters to match you environment. On the quick start guide I made bold the values that need to be changed to match your environment. For example this is what it says:
$BaseOABContainer=?CN=Offline Address Lists,CN=Address Lists Container,CN=First Organization,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Fabrikam,DC=com?
But your Exchange organization may not be CN=First Organization and your domain name most likely isn’t DC=Fabrikam,Dc=com
Hi
I did change the domain to mine in the first command which ran fine, in the second command it does not reference a domain and i have manually put it all in again in ems and now i am getting
User or group “nt authortyauthenticated users” wasn’t found. Please make sure you’ve typed it correctly.
+ CategoryInfo : InvalidData: (:) [], ManagementObjectNotFoundException
+ FullyQualifiedErrorId : [Server=EX,RequestId=5bf8f386-8a60-4013-9331-ddf2e94c62c9,TimeStamp=16/02/2015 21:44:36]
[FailureCategory=Cmdlet-ManagementObjectNotFoundException] 3C91BDD6
+ PSComputerName : ex.cloudme.local
Your message now is because Authority is spelled wrong: nt authortyauthenticated users
The first command you run is just setting the ADSI path in a powershell variable. The second command is using that variable to remove the Authenticated Users rights from the default OAB.
Wow that’s embarrassing, my spelling is horrible, all working will continue the install now.
Sorry!
Lol it happens! I’m on skype also if you need anything (jacobdixon@live.com)
Same problem here.
For example:
$BaseOABContainer=?CN=Offline Address Lists,CN=Address Lists Container,CN=Hosting,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=myowndomainname,DC=com?
–> this works fine
Get-ADPermission $BaseOABContainer -User ?NT AuthorityAuthenticated Users? | where {$_.extendedrights -match ?ms-exch-download-oab?} | Remove-ADPermission
–> I get an error everytime i try to run this. I’ve checked spelling multiple times. Not the issue!
Error: User of group “NT AuthorityAuthenticated Users” not found…
Please help 🙂
If your system is not in English then it won’t be “NT AuthorityAuthenticated Users”. It will be in whatever language your system is set to.
I’m assuming it isn’t in English? Your domain controllers?
Nope – servers are in dutch
I’ll look it up and hopefully i’ll find it
Look in Active Directory for the group Authenticated Users in dutch.
Ok founded. But another error pops up!
$BaseOABContainer=?CN=Offline Address Lists,CN=Address Lists Container,CN=Hosting,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=myowndomainname,DC=com?
I’m correct if i type CN=Hosting if i have made my OU=Hosting in the first step
Or am i seeing this completely wrong?
Error:The operation couldn’t be performed because object “” couldn’t be found on…
No that isn’t correct. The CN=First Organization is the organization name you gave Exchange when you installed it.
IT defaults to “First Organization”. If you open ADSIEDIT / Configuration then you can follow that path to get all the right data.
Sorry to say… Still doesn’t work. Are there still other things that are different in Dutch?
No. Its not working because that path you specified isn’t matching your environment. Do you know how to use ADSIEDIT to look at the configuratoin and drill down to the Microsoft Exchange path?
Nope
I used this: Get-OrganizationConfig | select LegacyExchangeDN to know CN=First Organization
Can you explain to me?
- 5 Forums
- 717 Topics
- 3,650 Posts
- 0 Online
- 260 Members