WINDOWS: mudanças entre as edições

De Wiki Clusterlab.com.br
Ir para navegação Ir para pesquisar
Linha 3: Linha 3:
=PowerShell=
=PowerShell=
==RemoteExecution==
==RemoteExecution==
*[https://www.faqforge.com/windows/create-powershell-session-remote-computer/ Article]
Enable remote execution
Enable remote execution
<syntaxhighlight lang=powershell>
<syntaxhighlight lang=powershell>
Enable-PSRemoting -Force
Enable-PSRemoting -Force
</syntaxhighlight >
</syntaxhighlight >
==Test connection==
Test connection
<syntaxhighlight lang=powershell>
<syntaxhighlight lang=powershell>
Test-WsMan localhost
Test-WsMan localhost

Edição das 13h55min de 4 de outubro de 2019

PowerShell

RemoteExecution

Enable remote execution

Enable-PSRemoting -Force

Test connection

Test-WsMan localhost

FailOverManager

Errors

0xc0000135

Message

---------------------------
ServerManager.exe - Application Error
---------------------------
The application was unable to start correctly (0xc0000135). Click OK to close the application. 
---------------------------
OK   
---------------------------

Solution

DISM.exe /online /enable-feature /all /featurename:NetFx3
or
DISM.exe /online /enable-feature /all /featurename:NetFx4

Get DELL Service TAG

Get-WmiObject win32_SystemEnclosure | select serialnumber