Setup Guide
Enabling or disabling WMI traffic using firewall
If firewall is enabled on Dell Lifecycle Controller Utility for Configuration Manager, you must enable the WMI traffic to run remote
PowerShell commands for the WMI class.
To enable WMI traffic using firewall user interface:
1. In Control Panel, click Security and then click Windows Firewall.
2. Click Change Settings, and then click Exceptions.
3. In Exceptions, select Windows Management Instrumentation (WMI) to enable WMI traffic.
NOTE: To disable WMI traffic, clear Windows Management Instrumentation (WMI).
Providing read and execute permissions to users
Non-administrator users are required to complete the following prerequisites on the site server, SMS provider Server, and DPS Server
before installing DLCU and DPS components:
1. In PowerShell, run this command: Enable-PSRemoting.
2. In the confirmation message, type Y.
3. In PowerShell, run this command: Set-ExecutionPolicy RemoteSigned.
4. In the confirmation message, type Y.
Prerequisites 11