Hi,
I have an issue regarding reoccuring event 32784 from PowerShell. (every 30 minutes)
My error log entry:
Runspace Id: f8c5afd4-4bbb-4a33-9b58-2e36bc2bca01 Pipeline Id: 00000000-0000-0000-0000-000000000000. WSMan reported an error with error code: 5.
Error message: Connecting to remote server failed with the following error message : The WinRM client cannot process the request. The WinRM client tried to use Kerberos authentication mechanism, but the destination computer (MyServer:80) returned an 'access
denied' error. Change the configuration to allow Kerberos authentication mechanism to be used or specify one of the authentication mechanisms supported by the server. To use Kerberos, specify the local computer name as the remote destination. Also verify that
the client computer and the destination computer are joined to a domain. To use Basic, specify the local computer name as the remote destination, specify Basic authentication and provide user name and password. Possible authentication mechanisms reported by
server: For more information, see the about_Remote_Troubleshooting Help topic.
StackTrace: <null>
I have no problems accessing the default website, nor sharepoint (needed just to add the hostname to prevent the conflict with the default website). The WinRM 2.0 works according EMTshooter flawlessly, but I am still getting the error. What I found out that
I had problems using EMC when I had no rights to use the PowerSHell Remoting.(discovered during diagnostic)
So this looks the same like the System account under which the task is running has no rights for PowerShell remoting. So far I have not found the task which executes every 30 minutes and causes the vent log entries.
FYI to enable remoting use PowerShell: Set-User <user name> -RemotePowerShellEnabled $True
So this access denied is not that the uset cant access the htttp://MyServer.domain.local/PowerShell but that it cant execute the command because it has no permission for remoting.
I would appretiate any suggestion, Thanks.
SelfMan