PowerShellを使用してWindowsDefender定義を更新する
ウイルスやマルウェアに対する基本的なセキュリティ保護のために、Microsoftは(Microsoft)Windows 11/10オペレーティングシステムにWindowsDefenderを組み込んでいます。これは、ウイルス対策プログラムをインストールする必要がなく、WindowsDefenderがセキュリティの問題を処理することを意味します。Windows Windows 11/10では、このセキュリティスイートには、WindowsUpdateとともにウイルス対策定義を自動的に更新する機能があります(Windows Updates)。
WindowsDefenderの最新の定義を手動でインストールする方法を(how to manually install the latest definitions for Windows Defender)見てきました。今日、この記事では、WindowsPowerShellを使用してWindowsDefenderウイルス定義を更新する方法を説明(Windows PowerShell)し(Windows Defender)ます。
WindowsPowerShellを使用してWindowsDefender定義を更新する(Update Windows Defender Definitions Using Windows PowerShell)
1.Windows(1.)Windows Key + Qを押し、検索ボックスにWindowsPowerShellと入力します。(Windows PowerShell)結果から、 Windows PowerShell(Windows PowerShell)を右クリックし、[管理者として実行(Run as administrator)]を選択します。ユーザーアカウントのパスワードの入力を求められた場合は、それを入力します。
2.次に、Windows PowerShellウィンドウで、 cd ..と入力し、 Enterキーを押します。もう一度cd..と入力し、 Enterキーを押します。PS C:\>ディレクトリに到達するはずです。
3.これで、パラメーターを選択した後、このコマンドレットを入力して、 Enterキーを押すことができます。一般的なコマンドレット(簡略化)は次のようになります。
Update-MpSignature [-UpdateSource <UpdateSource> {InternalDefinitionUpdateServer | MicrosoftUpdateServer | MMPC | FileShares} ]
たとえば、定義を単純に更新するために使用するコマンドは次のとおりです。
PS C:\> Update-MpSignature
これにより、最適な更新ソースが自動的に決定され、定義のダウンロードが開始されます。
場合によっては、更新定義のソースを指定する場合は、一般的なコマンドレットを変更する必要があります。たとえば、Microsoft Update Serverから更新する場合は、次のコマンドレットを使用できます。
PS C:\> Update-MpSignature -UpdateSource MicrosoftUpdateServer
使用できるその他の更新されたソースは、InternalDefinitionUpdateServer、Microsoft Malware Protection Center(MMPC)、およびFileSharesです。
InternalDefinitionUpdateServerソースを使用すると、サービスはWindows Software Update Services(WSUS)サーバーで更新プログラムを確認します。
この記事が有益で役立つことを願っ(Hope)ています!
Related posts
Automatic Updatesが無効になっている場合、Update Windows Defender
Fix Windows Defender Updateはerror 0x80070643で失敗します
WindowsDefender定義の更新を実行する方法
PowerShell Scriptを使用してReset Windows Update Client
PowerShell script Windows Update statusをチェックする
Windows Defenderは| UnableをオフにしてWindows Defenderを無効にします
Windows 10のApp & Browser Controlとそれを隠す方法
ON or OFF Windows 10のレピュテーションベースの保護設定を回す
Error 0x800106ba、Windows Defender Application初期化に失敗しました
Windows DefenderでWindows DefenderでNetworkをスキャンする方法
WindowsがWindows 10で自動的に更新されないDefender
Windows Defender Threat ServiceはWindows 10で停止しました
Remove Windows Defender Notification Icon Windows 10
Windows Defenderの検疫済みItems、Exclusionsを管理します
Apple iCloudはWindows Defender blockageのために機能していません
Windows DefenderでRansomware Protectionを有効にして設定します
あなたのIT administratorはWindows Securityを無効にしました
Perform Windows Defender Offline Scan Windows 11/10のboot time
Windows 10にWindows Defenderをオンにすることはできません
Windows 10でWindows Security Centerを開く方法