Microsoft Defender for Endpointに登録され、改ざん防止機能が有効になっている、Device1という名前のWindows 11デバイスがあります。 あなたはデバイス1における潜在的な脅威を調査しています。 デバイス1のトラブルシューティングモードを有効にします。 デバイス1の改ざん防止機能を一時的に無効にする必要があります。 Device1で実行すべきPowerShellコマンドはどれですか?
正解:C
Once troubleshooting mode has been enabled for the device from the Microsoft Defender Portal, you must run the following PowerShell command as an administrator to temporarily disable Tamper Protection: Set-MpComputerStatus -DisableTamperProtection $trueBy default, troubleshooting mode is limited to 4 hours per device. Once the troubleshooting period expires, Tamper Protection will automatically revert to its previously configured (enabled) state and any changes made will be rolled back. Reference: https://learn.microsoft.com/en-us/defender-endpoint/enable-troubleshooting-mode