• About WordPress
    • WordPress.org
    • Documentation
    • Support
    • Feedback
  • Log In
  • Events
    • View Calendar
Skip to content
Skip to content
Unified Communication

Everything about Intelligent Communication

  • Activity
  • Impressum
  • Members
  • Privacy Policy
← Lync Konferenzeinwahl mit ID und Pin in Outlook abspeichern
Es gibt neue Updates für Lync 2010 (CU2) →
-->

ExchUcUtil.ps1 nimmt als standard die Root Domain

Posted on February 24, 2011 by Holger Bunkradt

Beim Ausführen des ExchUcUtil.ps1 bekommt man die Fehlermeldung “The UM server wasn’t able to read the Communications Server pool objects”

Es wird hier der falsche GC aus der Root abgefragt und hier ist kein Lync oder OCS installiert.

Es muss der Script Get-UCPool.ps1 mit dem richtigen GC angepasst werden:

Einfach die original zeile mit # auskommentieren und eine neue Zeile mit dem richtigen GC eintragen. 

$globalCatalog = $entry.psbase.Properties[“rootDomainNamingContext”].Value;
# $entry.psbase.Path = “GC://” + $globalCatalog

$entry.psbase.Path = “GC://GCserver01.domain.de”

write-host Using Global Catalog: $entry.psbase.Path

Sharing is caring!

0 shares
  • LinkedIn
  • Tweet
  • Share
This entry was posted in Lync 2010, Exchange. Bookmark the <a href="https://uc.bunkradt.com/exchucutilps1-nimmt-als-standard-die-root-domain" title="Permalink to ExchUcUtil.ps1 nimmt als standard die Root Domain" rel="bookmark">permalink</a>.
← Lync Konferenzeinwahl mit ID und Pin in Outlook abspeichern
Es gibt neue Updates für Lync 2010 (CU2) →

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

© 2023 | Blog info WordPress Theme | By Bharat Kambariya