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 16, 2022
Looging at the script.. It exits the script without the stop-transcript and not exiting correctly?
Change:
"
exit 0
exit
Stop-Transcript
"
to:
"
Stop-Transcript
exit 0
"
elvys_marchon
Feb 21, 2022Copper Contributor
- Feb 21, 2022Still no transcript log containing the steps from your script? Weird...
- elvys_marchonFeb 21, 2022Copper ContributorI reinforce that this behavior only occurs when it is running through Intune, if I run the local script, everything works fine
- Feb 21, 2022
Just uploaded it to intune, lets find out what the issue is
EDIT: very weird... I have altered almost the whole script... but it just doesn't get executed... I am beginning to guess whats wrong with it.. will update this post when I have the answer