Olá pessoal,
Segue link de script que podemos utilizar para criar ou alterar uma chave de registry remotamente.
http://gallery.technet.microsoft.com/scriptcenter/Create-or-Modify-registry-c752668c
Exemplo do comando:
.Set-RemoteRegistry.ps1 -ComputerName computername -Key SYSTEMCurrentControlSetControlLsa -Name restrictanonymous -Value 1 -Type dword -Force
Chave alterada;
Até a próxima.
Marco Antonio (Mada)