CrowdStrike / falcon-scripts

Scripts to streamline the deployment and use of the CrowdStrike Falcon sensor
The Unlicense
142 stars 83 forks source link

Fix errOut variable in pwsh install script #165

Closed carlosmmatos closed 1 year ago

carlosmmatos commented 1 year ago
errOut = $process.StandardError.ReadToEnd()

should have a $ prefix for errOut var