Configurando uma rede muito integrada do Active Directory para funcionar com a Administração Remota do PowerShell

2

Resumo: desejo monitorar os computadores da minha rede, mas não preciso que eles sejam automatizados. Somos pequenos demais para comprar qualquer coisa como o MOM, mas grandes demais para fazer qualquer coisa manualmente (~ 100 máquinas em dois locais). Eu apenas continuo correndo em problemas, e queria saber se há uma lista principal de configurações de Diretiva de Grupo que eu possa distribuir para o meu ambiente para que o Remote Powershell funcione.

Ambiente: Nossa rede AD é bastante diversificada. Os usuários finais possuem XP SP3 , Win 7 e Win 7 x64 . Os servidores incluem Win2k3 SP2 , Win2k8 , Win2k8 x64 , Win2k8 R2 e Win2k8 R2 x64 .

Detalhes: Estou tentando fazer com que ele funcione com o Remote Powershell, mas me deparo com erros como os seguintes:

Connecting to remote server failed with the following error message : The WinRM 
client cannot process the request. Default authentication may be used with an IP 
address under the following conditions: the transport is HTTPS or the 
destination is in the TrustedHosts list, and explicit credentials are provided. 
Use winrm.cmd to configure TrustedHosts. Note that computers in the TrustedHosts 
list might not be authenticated. For more information on how to set TrustedHosts 
run the following command: winrm help config. For more information, see the 
about_Remote_Troubleshooting Help topic.

        + CategoryInfo          : OpenError: (:) [], PSRemotingTransportException
        + FullyQualifiedErrorId : PSSessionStateBroken

Então eu vou para o computador (servidor Win2k3 SP2) e executo o winrm quickconfig de acordo com as recomendações via google, e ele diz:

Make these changes [y/n]? y

WinRM has been updated to receive requests.

WinRM service started.
WSManFault
Message = The client cannot connect to the destination specified in the 
request. Verify that the service on the destination is running and is accepting 
requests. Consult the logs and documentation for the WS-Management service 
running on the destination, most commonly IIS or WinRM. If the destination is 
the WinRM service, run the following command on the destination to analyze and 
configure the WinRM service: "winrm quickconfig".

Error number:  -2144108526 0x80338012
The client cannot connect to the destination specified in the request. 
Verify that the service on the destination is running and is accepting 
requests. Consult the logs and documentation for the WS-Management service 
running on the destination, most commonly IIS or WinRM. If the destination is 
the WinRM service, run the following command on the destination to analyze and 
configure the WinRM service: "winrm quickconfig".

Isso mesmo. Ele me diz para remediar minha falha do winconfm quickconfig executando winrm quickconfig . Eu não quero band-aid este projeto uma pesquisa no google de cada vez. Tenho certeza de que há um tutorial passo-a-passo sobre como configurar uma rede para administração remota do PowerShell. Alguém sabe de um? Livros são aceitáveis.

Obrigado antecipadamente! Eu não achei que minha pergunta seria tão longa.

EDIT: Até agora, este é o melhor, mas não é abrangente: link

    
por erictheavg 05.04.2012 / 19:10

1 resposta

1

O guia de controle remoto mais abrangente do PowerShell que encontrei é o "Guia do administrador para o Windows PowerShell Remoting". É gratuito para fazer o download (38 páginas), mas exige registro no site no PowerShell.com.

    
por 09.04.2012 / 23:48