PowerShell을 사용하여 Windows Defender 정의 업데이트
바이러스 및 맬웨어에 대한 기본적인 보안 보호를 위해 Microsoft 는 (Microsoft)Windows 11/10 운영 체제 에 Windows Defender 를 내장 하고 있습니다. 즉, 바이러스 백신 프로그램을 설치할 필요가 없으며 Windows Defender 가 보안 문제를 처리합니다. Windows 11/10 에서 이 보안 제품군은 Windows 업데이트(Windows Updates) 와 함께 맬웨어 방지 정의를 자동으로 업데이트할 수 있습니다.
Windows Defender에 대한 최신 정의를 수동으로 설치하는 방법을(how to manually install the latest definitions for Windows Defender) 살펴보았습니다 . 오늘 이 문서에서는 Windows PowerShell 을 사용하여 Windows (Windows PowerShell)Defender(Windows Defender) 바이러스 정의를 업데이트하는 방법을 살펴보겠습니다 .
Windows PowerShell을 사용하여 Windows Defender 정의 업데이트(Update Windows Defender Definitions Using Windows PowerShell)
1. Windows Key + Q 를 누르고 검색 상자에 Windows PowerShell 을 입력 합니다. 결과에서 Windows PowerShell(Windows PowerShell) 을 마우스 오른쪽 버튼으로 클릭 하고 관리자 권한으로 실행을(Run as administrator) 선택 합니다. 사용자 계정 암호를 묻는 메시지가 표시되면 이를 제공합니다.
2. 그런 다음 Windows PowerShell 창 에서 cd.. 를 입력 하고 Enter 키를 누릅니다. 다시 cd.. 를 입력 한 다음 Enter 키를 누릅니다. PS C:\> 디렉터리 에 도착해야 합니다 .
3. 이제 매개변수를 선택한 후 이 cmdlet을 입력하고 Enter 키를 누를 수 있습니다. 일반 cmdlet(간체)은 다음과 같습니다.
Update-MpSignature [-UpdateSource <UpdateSource> {InternalDefinitionUpdateServer | MicrosoftUpdateServer | MMPC | FileShares} ]
예를 들어 단순히 정의를 업데이트하는 데 사용할 명령은 다음과 같습니다.
PS C:\> Update-MpSignature
그러면 가장 적합한 업데이트 소스가 자동으로 결정되고 정의 다운로드가 시작됩니다.
이 경우 업데이트 정의 소스를 지정하려면 일반 cmdlet을 변경해야 합니다. 예를 들어 Microsoft Update Server 에서 업데이트하려는 경우 다음 cmdlet을 사용할 수 있습니다.
PS C:\> Update-MpSignature -UpdateSource MicrosoftUpdateServer
사용할 수 있는 다른 업데이트된 소스는 InternalDefinitionUpdateServer , MMPC ( Microsoft Malware Protection Center ) 및 FileShares입니다.
InternalDefinitionUpdateServer 원본 을 사용 하는 경우 서비스는 WSUS ( Windows Software Update Services ) 서버에서 업데이트를 확인합니다.
(Hope)이 기사가 유익하고 도움이 되기를 바랍니다 !
Related posts
Update Windows Defender Automatic Updates이 비활성화 된 경우
Fix Windows Defender Update는 error 0x80070643 실패
Windows Defender 정의 업데이트를 수행하는 방법
Reset Windows Update Client PowerShell Script 사용
PowerShell script Windows Update status를 확인하십시오
Windows 10에서 잠재적으로 Unwanted Applications protection을 활성화하십시오
Windows Defender와 Mapped Network 드라이브를 검사하는 방법
Fix Windows Defender error 0x8007139f on Windows 11/10
File type or Process Exclusion Windows Security에 File type or Process Exclusion를 추가하는 방법
Windows 10에서 .zip .rar .cab 파일을 스캔하려면 Windows Defender를 구성하십시오
Windows 10에서 Windows Defender를 수동으로 업데이트하는 방법
윈도우 10에서 가장 높은 수준으로 Harden Windows Defender protection
Windows Defender Windows Defender을 사용하지 않으려면 | Unable를 끄지 않습니다
어디 Windows Defender Offline 검사 로그는 저장됩니까?
Windows 10에서 Windows Defender를 켤 수 없습니다
이 프로그램의 서비스가 0x800106BA, Windows Defender에서 중지되었습니다
Windows Information Protection (WIP)은 분류 된 파일을 자동으로 보호합니다
Windows 10에서 Windows Defender Protection History를 지우는 방법
Fix Windows Defender Error 0x800b0100 Windows 10
Potentially Unwanted Program Protection 켜기 : GPO, Regedit, PowerShell