https://github.com/rhymeswithmogul/set-zerologonmitigation
Protect your domain controllers against Zerologon (CVE-2020-1472).
https://github.com/rhymeswithmogul/set-zerologonmitigation
active-directory cve-2020-1472 netlogon powershell security windows-server zerologon
Last synced: over 1 year ago
JSON representation
Protect your domain controllers against Zerologon (CVE-2020-1472).
- Host: GitHub
- URL: https://github.com/rhymeswithmogul/set-zerologonmitigation
- Owner: rhymeswithmogul
- License: agpl-3.0
- Created: 2020-09-30T16:10:26.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-30T16:34:41.000Z (almost 6 years ago)
- Last Synced: 2025-02-15T04:24:43.322Z (over 1 year ago)
- Topics: active-directory, cve-2020-1472, netlogon, powershell, security, windows-server, zerologon
- Language: PowerShell
- Homepage:
- Size: 17.6 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Set-ZerologonMitigation
Protect your domain controllers against Zerologon (CVE-2020-1472).
## Usage
After installing the August 2020 security update (or a later cumulative version), just run the script on each of
your domain controllers.
````powershell
.\Set-ZerologonMitigation.ps1
````
For help, run `Get-Help`:
````powershell
Get-Help .\Set-ZerologonMitigation.ps1
````
For obvious reasons, this script only supports Microsoft Windows.