Forum Discussion
elvys_marchon
Feb 04, 2022Copper Contributor
Help deploy a powershell script to install speculation module
Hi folks, I need help checking the status "Speculation Execution Side-Channel Vulnerabilities". I use the document "https://support.microsoft.com/en-us/topic/understanding-get-speculationcontrol...
Feb 06, 2022
Hi
Just wondering but I guess because when using -scope currentuser, you have targeted the powershell script to run as the user or as system?
But how are you getting your results back? as it just outputs the results... I would try to convert it to a proactive remediation... so you could install the module in the detection part and in the remediation checking the results and if it gets back good results exit with 0.
Just wondering but I guess because when using -scope currentuser, you have targeted the powershell script to run as the user or as system?
But how are you getting your results back? as it just outputs the results... I would try to convert it to a proactive remediation... so you could install the module in the detection part and in the remediation checking the results and if it gets back good results exit with 0.
elvys_marchon
Feb 07, 2022Copper Contributor
Hi Rudy_Ooms_MVP ,
If I understand correctly, I'm doing what you recommend. I'll attach the log here, if you can take a look.