Notifications
Clear all
[Solved] Preparing for installation…..
0
2017-11-26 11:29
Topic starter
In order to prepare for installation I need to run the following PowerShell command:
$BaseOABContainer="CN=Offline Address Lists,CN=Address Lists Container,CN=First Organization,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=fabrikam,DC=com"
Get-ADPermission $BaseOABContainer -User "NT Authority\Authenticated Users" | where {$_.extendedrights -match "ms-exch-download-oab"} | Remove-ADPermission
But my domain is not “fabrikam.com” it is “hosting.fabrikam.com” (example)
So should it be:
DC=hosting, DC=fabrikam, DC=com
Then ?
Answer
Add a comment
Add a comment
3 Answers
0
2017-11-26 20:20
You most likely need to change the “CN=First Organization” as well to whatever you entered when you installed Exchange. If you are not sure about the path, you can open ADSIEDIT.MSC and drill down to find the exact path.
Add a comment
Add a comment
0
2017-11-27 03:27
Topic starter
Yes, of course 😉 Thx…
Add a comment
Add a comment
0
2017-11-26 11:34
Topic starter
I get this error:
The operation couldn't be performed because object '\' couldn't be found on 'DC01.hosting.fabrikam.com'.
+ CategoryInfo : InvalidData: (:) [Get-ADPermission], ManagementObjectNotFoundException
+ FullyQualifiedErrorId : [Server=EXCH01,RequestId=216416d7-c7fd-4383-8088-b26a96d23831,TimeStamp=26-11-20
17 17:30:31] [FailureCategory=Cmdlet-ManagementObjectNotFoundException] 4455DEE7,Microsoft.Exchange.Management.Rec
ipientTasks.GetADPermission
+ PSComputerName : exch01.hosting.fabrikam.com
(Real domain name has been changed to hosting.fabrikam.com)
Add a comment
Add a comment
Forum Information
- 5 Forums
- 714 Topics
- 3,630 Posts
- 0 Online
- 253 Members
Our newest member: NickGem
Forum Icons:
Forum contains no unread posts
Forum contains unread posts
Topic Icons:
Not Replied
Replied
Active
Hot
Sticky
Unapproved
Solved
Private
Closed