Software Support
7. Click Add to add the required users or groups (local/domain) to the list.
8. Provide the appropriate permission(s) to the respective users, and then click OK.
9. Click OK.
10. Close the Windows Management Infrastructure (WMI) screen.
Configuring the Windows Firewall for WinRM
To configure the Windows Firewall for WinRM:
1. Open Control Panel.
2. Click Windows Firewall.
3. Click Allow a program or feature through windows firewall tab.
4. Select WIN RM from the list to enable WinRM through firewall.
Configuring the Envelope Size for WinRM
To configure the envelope size for WinRM:
1. Open a command prompt.
2. Type winrm g winrm/config.
3. Check the value of the MaxEnvelopeSizekb attribute. If the value is less than 4608, type the following command:
winrm s winrm/config @{MaxEnvelopeSizekb="4608"}
4. Set the value of MaxTimeoutms to 3 minutes:
winrm s winrm/config @{MaxTimeoutms ="180000"}
11