Powershell 3.0 Enter-PSSession falha aleatoriamente, a reinicialização resolve-o. Erro DCOM no Visualizador de Eventos na máquina de destino

2

A utilização do Enter-PSSession do PowerShell (mesmo localmente, contra o computador local) falha aleatoriamente com a seguinte mensagem. Executando o Windows 2012 Standard com todas as atualizações. A mensagem de erro demora um pouco para aparecer.

Comando:

Enter-PSSession -ComputerName MYHOSTNAME

Mensagem:

Enter-PSSession : Connecting to remote server MYHOSTNAME failed with the following error message : 
The WSMan service could not launch a host process to process the given request.  
Make sure the WSMan provider host server and proxy are properly registered. 
For more information, see the about_Remote_Troubleshooting Help topic.
At line:1 char:1
+ Enter-PSSession -ComputerName MYHOSTNAME
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidArgument: (MYHOSTNAME:String) [Enter-PSSession], PSRemotingTransportException
    + FullyQualifiedErrorId : CreateRemoteRunspaceFailed

A reinicialização do servidor faz com que ele funcione novamente, até que, após menos de 24hs, ele começa a falhar novamente.

No exato segundo exato em que a mensagem é retornada, o seguinte é registrado no Visualizador de Eventos:

Source: DistributedCOM
EventID: 10010
Message: The server {9ACF41ED-D457-4CC1-941B-AB02C26E4686} did not register with DCOM within the required timeout.
    
por Ricardo Pardini 18.04.2013 / 00:36

0 respostas