Unsolved
This post is more than 5 years old
3 Posts
0
2036
October 23rd, 2019 10:00
SupportAssist and PowerShell ExecutionPolicy
Issue
I noticed that when running PowerShell as Run as Administrtor on my XPS 15 9560 and executing Get-ExecutionPolicy the result was Unrestricted - which is a definite security issue. By a process of elimination it appears that Dell's SupportAssist may be responsible.
Diagnosis
Support Assist for PCs v 3.3.3 is installed on my Windows 10 Dell PC. But this may apply to other systems and versions of SupportAssist. The Service entitled "Dell SupportAssist" is set to Automatically start (Run services.msc and view that service). This service targets a file C:\Program Files\Dell\SupportAssistAgent\bin\SupportAssistAgent.exe"
The long and short of it is that I:-
- Reset ExecutionPolicy to Restricted with the PowerShell Set-ExecutionPolicy command
- I then freshly rebooted my PC with the service set to the default Automatically Start; and rang Get-ExecutionPolicy: it was set to Unrestricted.
- I reset it to the correct level of Restricted with the PowerShell Set-ExecutionPolicy command
- I then set the service to Manual and rebooted. The ExecutionPolicy remained at the correct Restricted setting.
- I then enabled the service. The ExecutionPolicy immediately reverted to Unrestricted.
Would be interested to hear an official response from Dell please.
0 events found


PMazP
3 Posts
0
October 25th, 2019 22:00
Any Dell Community support gurus able to prompt a response from Dell please?