1. Ensure that the WMI service (service display name: Windows Management Instrumentation, service name: winmgmt) is enabled and running on the Windows agent to be added.
- Open the Windows services console via Run → type "Services.msc."
- In services.msc, select "Windows Management Instrumentation."
- If the service is disabled, enable and start it.
2. Confirm that the WinRM service is running on both the BDR server host and the Windows agent to be added.
- Open the Windows services console via Run → type "Services.msc."
- Search for "Windows Remote Management (WS-Management)" service.
- If the service is disabled, enable and start it.
3. Ensure that both the BDR server host and the Windows agent are configured to receive remote PowerShell requests.
- Open PowerShell on the Microsoft Windows Server.
- Type the following command to enable Remote PowerShell:
Enable-PSRemoting
- Confirm the enabling process.
- To check if Remote PowerShell is enabled, enter the following command in PowerShell:
Enter-PSSession
Enter your computer name or "localhost." If it returns nothing, Remote PowerShell is enabled.