Hello,
I delegate the right to administration Lync server for for Mr.X.
He has:
- Member of LocalAdmin right to every Lync server
- Member of CSServerAdministrator
- Member of CSAdministrator
But Mr.X can't update Address Book.
PS C:\> Update-CsAddressBook -Verbose Update-CsAddressBook : Error="Retrieving the COM class factory for remote component with CLSID {2766B7D8-C4FA-4617-9718-31198883538A} from machine 10.20.30.40 failed due to the following error: 80070005.", Possible causes="Make sure that the Lync Server Front-End service is cor rectly installed and is running on the computer: "10.20.30.40"." At line:1 char:21+ Update-CsAddressBook <<<< -Verbose + CategoryInfo : NotSpecified: (:) [Update-CsAddressBook], DcomException + FullyQualifiedErrorId : DCOM_TYPE_CREATION,Microsoft.Rtc.Management.AddressBook.Cmdlet.UpdateAddressBookCmdlet
When i use DomainAdmin account for run Update-CsAddressBook it's work well. So, it's the problem of rights.
what the rights I must provide for Mr.X ? Let's ask the Lync.
Get-CsAdminRole | Where-Object {$_.Cmdlets -match "Update-CsAddressBook"} Identity : CSAdministrator SID : S-1-5-21-3305721837-1791424013-...-2132 IsStandardRole : True Cmdlets : {Name=Get-CsAddressBookConfiguration, Name=Set-CsAddressBookConfiguration, Name=Remove-CsAddressBookConfiguration, Name=Ne w-CsAddressBookConfiguration...} ConfigScopes : {Global} UserScopes : {Global} Template : Identity : CSServerAdministrator SID : S-1-5-21-3305721837-1791424013-...-2138 IsStandardRole : True Cmdlets : {Name=Get-CsApplicationEndpoint, Name=Get-CsPresencePolicy, Name=Set-CsPresencePolicy, Name=New-CsPresencePolicy...} ConfigScopes : {Global} UserScopes : {Global} Template :
But this rights already done. Circle has been closed.
Some problem but it's not my cap of tea
http://social.technet.microsoft.com/Forums/en/ocsplanningdeployment/thread/2551bbdc-8538-4633-a189-0747283aee1f
No one error in a event log.
About topology:
AD with root domain. Separate server for Lync FrontEnd, Lync BackEnd and Monitoring/Archiving. File share for Address Book is on the Lync BackEnd server. Server operation system Windows 2008 R2.
-
Ro.