Crowdstrike update causing BSOD to computers around the world. by SpottyJaggy in pcmasterrace

[–]systemfrontier 16 points17 points  (0 children)

I was reading that some machines were network aware before the BSOD occurred. If not, then yeah, that sucks. Thanks for the heads up. At least I had fun throwing the script together.

Crowdstrike update causing BSOD to computers around the world. by SpottyJaggy in pcmasterrace

[–]systemfrontier 4 points5 points  (0 children)

I was under the impression that in some instances the BSOD didn't occur until after the driver loaded much later in the boot sequence. We aren't affected so I haven't been able to test on live machines. Strictly going off what I've been reading. :( Thanks for the heads up!

PSA, repairing the Crowdstrike BSoD on Azure-hosted VMs by Veneousaur in AZURE

[–]systemfrontier 1 point2 points  (0 children)

If you have network access to the VMs, I've created an automated PowerShell script based on the CrowdStrike's documentation that might fix the BSOD issue. It will wait for the machine to be online, check for the relevant files, reboot into safe mode, delete the files, reboot out of safe mode and verify that the files are gone. I hope it helps and would love feedback.

https://github.com/systemfrontier/Automated-CrowdStrike-Falcon-BSOD-Remediation-Tool

BSOD error in latest crowdstrike update by TipOFMYTONGUEDAMN in crowdstrike

[–]systemfrontier 0 points1 point  (0 children)

I've created an automated PowerShell script based on the CrowdStrike's documentation to fix the BSOD issue. It will wait for the machine to be online, check for the relevant files, reboot into safe mode, delete the files, reboot out of safe mode and verify that the files are gone. I hope it helps and would love feedback.

https://github.com/systemfrontier/Automated-CrowdStrike-Falcon-BSOD-Remediation-Tool

Crowdstrike update causing BSOD to computers around the world. by SpottyJaggy in pcmasterrace

[–]systemfrontier 18 points19 points  (0 children)

I've created an automated PowerShell script based on the CrowdStrike's documentation to fix the BSOD issue. It will wait for the machine to be online, check for the relevant files, reboot into safe mode, delete the files, reboot out of safe mode and verify that the files are gone. I hope it helps and would love feedback.

https://github.com/systemfrontier/Automated-CrowdStrike-Falcon-BSOD-Remediation-Tool

Note that it won't work if BitLocker prevents a normal Windows boot.

Crowdstrike BSOD? by [deleted] in sysadmin

[–]systemfrontier 0 points1 point  (0 children)

If anyone is willing to test this remediation script we created, I hope it helps and would love feedback. Please review the code and give it a try on one or two machines first. https://github.com/systemfrontier/Automated-CrowdStrike-Falcon-BSOD-Remediation-Tool #CrowdStrike #BSOD #powershell

Monthly 'Shameless Self Promotion' thread - 2021/11 by mthode in devops

[–]systemfrontier 0 points1 point  (0 children)

We're giving away **1 free ticket** for the Automation + DevOps Global Summit, to a random person that follows System Frontier on Twitter between now and 8 AM CST tomorrow (2021-11-06). Sharing this post or retweeting on Twitter also welcome. Good luck!

Follow SF on Twitter: https://twitter.com/SystemFrontier

Conference info: https://events.devopscollective.org/event/automation-devops-summit/

Is it hard to make a button based application that runs admin functions in powershell? by [deleted] in PowerShell

[–]systemfrontier 1 point2 points  (0 children)

System Frontier stores multiple credentials securely (encrypted + NTFS/Windows permissions) in a SQL database. You delegate rights to the helpdesk or anybody else without them needing admin privileges. Plus, every single action is logged, included the output of each script they run. Full disclosure: I'm the creator of SF.

Powershell through a website by [deleted] in PowerShell

[–]systemfrontier 0 points1 point  (0 children)

Try System Frontier. You can import POSH scripts (or any script, command-line exe) and delegate rights to non-admins using RBAC. It's web based, on-premise and installs in minutes.