Ativar Telnet no Windows Server 2022 via PowerShell:

Powershell dism /online /Enable-Feature /FeatureName:TelnetClient

Alterar região para PT-BR no Windows Server:

Powershell set-culture -CultureInfo pt-br

Desinstalar Windows Defender no Windows Server:

Powershell Uninstall-WindowsFeature -Name Windows-Defender

Criar regra no Windows Firewall com as portas padrões do Millennium e monitoramento:

netsh advfirewall firewall add rule name="Millennium" dir=in action=allow protocol=TCP localport="6015-6019,10050"

Aumentar o range de portas dinâmicas:

netsh interface ipv4 show dynamicportrange protocol=tcp (para consultar)

netsh interface ipv4 set dynamicportrange protocol=tcp startport=10000 numberofports=50000 (para alterar)

Habilitar ICMP:

netsh firewall set icmpsetting 8

Autor Marcelo Sheiji Toma 

  • Sem rótulos