Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Download the signed Microsoft Recovery Tool from the Microsoft Download Center.

  2. Extract the PowerShell script from the downloaded solution.

  3. Run MsftRecoveryToolForCSv2.ps1 from an elevated PowerShell prompt and bypass the execution policy.

    1. Code Block
      powershell -noexit -ExecutionPolicy Bypass -File MsftRecoveryToolForCSv2.ps1
    2. The ADK will download and media creation will start. It may take several minutes to complete.

      1. Accept any necessary license agreements.

  4. Select option 1. Boot to WinPE to remediate the issue.

  5. Select No for adding drivers to the WinPE image.

  6. Select option 2 to generate a USB drive and specify the drive letter.

Info

Source: https://techcommunity.microsoft.com/t5/intune-customer-success/new-recovery-tool-to-help-with-crowdstrike-issue-impacting/ba-p/4196959

...