Disable NTLMv1.1
Purpose
The purpose of this NinjaOne solution is to audit the NTLM v1.1 status and disable it on Windows machines where it is enabled.
Associated Content
| Content | Type | Function |
|---|---|---|
| cPVAL NTLMv1.1 Status | Custom Field | Displays if NTLMv1.1 is enabled or not on windows machines |
| Check NTLMv1.1 Status | Automation | Verifies whether NTLM v1.1 is enabled on the target machine. |
| Disable NTLMv1.1 | Automation | Disables the NTLMv1.1 protocol on the target Windows machine. |
| cPVAL Machines with NTLMv1.1 Enabled | Group | This includes the machines where NTLMv1.1 is enabled. |
| Disable NTLMv1.1 | Task | It executes Disable NTLMv1.1 automation on targeted machines to disable NTLMv1.1 protocol. |
| Check NTLMv1.1 Status Server | Scheduled Automation | This runs "Check NTLMv1.1 Status" automation on windows server. |
| Check NTLMv1.1 Status Workstations | Scheduled Automation | This runs "Check NTLMv1.1 Status" automation on windows workstations. |
Implementation
- Create the Custom Field - cPVAL NTLMv1.1 Status using the implementation instruction provided in the document.
- Create the below automations as per the implementation instruction provided in the documents.
- Create the Group - cPVAL Machines with NTLMv1.1 Enabled using the implementation instruction provided in the document.
- Create the below Scheduled Automations as per the implementation instruction provided in the documents.
- Create the Task - Disable NTLMv1.1 using the implementation instruction provided in the document.