The following error occurred during the processing of a given gathering: Connecting to remote server failed with the following error message : Access is denied. For more information, see the about_Remote_Troubleshooting Help topic.. Internal Processing {e4ae5340-3285-4bcc-881a-e667070e4773}
The Kerberos client received a KRB_AP_ERR_MODIFIED error from the server SERVERNAME. The target name used was HTTP/poolname.domain.com. This indicates that the password used to encrypt the Kerberos service
To troubleshoot this issue try to open 32 bit powershell and create a Remote Powershell session from the MessageStats server to the LYNC Pool. This will verify if you continue to get an access denied error.
Below is how you can create a remote powershell connection to the Lync pool (Front end server)
1. $cred = Get-Credential
2. $session = New-PSSession -Computername <FQDN_of_Lync_Pool> -Credential $cred -Port 443 -ApplicationName /OcsPowershell -UseSSL -ConfigurationName http://schemas.microsoft.com/powershell/Microsoft.PowerShell
3. Import-PSSession $session
4. Get-csPool -Identity <FQDN_of_Lync_Pool>
If an Access is denied error is presented when trying to establish a remote powershell session, ensure that the service account running the gathering task is assigned the CSViewOnlyAdministrator role in your Lync Environment.
© 2025 Quest Software Inc. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center