PowerShell script to force an update configuration on SEP Clients.
Reasons for this script may include:
This script is provided "As is", and assumes no warrantees or guarantees.
This script will have the client update it's configuration.
Set objShell = CreateObject("WScript.Shell")
strCommand = "smc -updateconfig"
objShell.Run strCommand, 0, True