{{ t('Configuration Wizard: Agentless Windows') }}
{{ t('Host Information') }}
{{ t('Agentless Windows') }}

{{ t('Agentless Windows Server') }}

  1. {{ t('Enable WinRM with') }}
    winrm quickconfig
  2. {{ t('Enable either basic auth') }}
    winrm set winrm/config/service '@{AllowUnencrypted="true"}'
    winrm set winrm/config/service/auth '@{Basic="true"}'
  3. {{ t('or credssp (recommended) auth') }}
    winrm set winrm/config/service/auth '@{CredSSP="true"}'
  4. {{ t('open Firewall ports to let winrm pass through. Default on Port 5985') }}