Skip to content
Use Intune to Strengthen Authentication Security by Managing Kerberos Certificate Hash Algorithms

Use Intune to Strengthen Authentication Security by Managing Kerberos Certificate Hash Algorithms

Written By Anoop C Nair
Last Updated July 22, 2026
Posted In Intune
SHARE

Key Takeaways

  • Controls the hash and checksum algorithms used by the Kerberos client.
  • You can choose Default, Supported, Audited, or Not Supported for each algorithm.
  • Not Supported blocks the use of insecure algorithms.
  • If the policy is disabled or not configured, all algorithms use the Default setting

Hey, let’s discuss about how use Intune to strengthen authentication security by managing Kerberos Certificate Hash Algorithms. This policy controls the hash or checksum algorithms used by the Kerberos client for certificate authentication. If you enable this policy, you can choose one of four settings for each algorithm: Default is the recommended setting, Supported allows the algorithm, Audited allows the algorithm and logs Event ID 206 when it is used, and Not Supported blocks the algorithm.

Table of Contents

Use Intune to Strengthen Authentication Security by Managing Kerberos Certificate Hash Algorithms

If you disable or do not configure this policy, all algorithms use the Default setting. Use the Audited setting to monitor algorithm usage before disabling it, and use Not Supported to prevent the use of insecure algorithms.

How to Create a Policy in Intune

To create a policy, the first step that you must do is to sign in to the Microsoft Intune Admin Centre. After clicking on the Device on the left side of the screen, select Configuration and then click Create and select New Policy.

Configure Recall Snapshot Storage to Optimize Device Performance using Intune -  Fig.1
Use Intune to Strengthen Authentication Security by Managing Kerberos Certificate Hash Algorithms – Fig.1

Create a Profile

When you click on the New Policy, a box will appear in which you can specify the platform and profile type. From that, choose the platform as Windows 10 and later and profile type as Settings Catalog. Then, click Next to continue.

Patch My PC
Use Intune to Strengthen Authentication Security by Managing Kerberos Certificate Hash Algorithms – Fig.2

Basic Tab of Hash Algorithm Configuration Policy

In the Basics Tab, you can give an appropriate name and description. So you can identify the policy later by using its name. Giving the policy a Name is mandatory and Description is not important.

  • Name – PK Init Hash Algorith Configuration
  • Description – To Enable Hash Algorithm Configuration
  • Click Next to continue.
Use Intune to Strengthen Authentication Security by Managing Kerberos Certificate Hash Algorithms - Fig.3
Use Intune to Strengthen Authentication Security by Managing Kerberos Certificate Hash Algorithms – Fig.3

Configure Hash Algorithm Configuration Policy

Here you can see that the +Add settings in a blue color, click on that. Here now you can see the settings picker. Search Hash Algorithm Configuration on the search bar or browse to the Kerberos category. Then, select PK Init Hash Algorithm Configuration policy.

Use Intune to Strengthen Authentication Security by Managing Kerberos Certificate Hash Algorithms - Fig.4
Use Intune to Strengthen Authentication Security by Managing Kerberos Certificate Hash Algorithms – Fig.4

Disable Hash Algorithm Configuration Policy

After selecting PK Init Hash Algorithm Configuration policy and closing the Settings picker, you will see it on the Configuration page. This setting PK Init Hash Algorith Configuration policy is disabled by default. If you want to continue, click Next.

Use Intune to Strengthen Authentication Security by Managing Kerberos Certificate Hash Algorithms - Fig.5
Use Intune to Strengthen Authentication Security by Managing Kerberos Certificate Hash Algorithms – Fig.5

Enable Hash Algorithm Configuration policy

If we enable or configure this policy, we can manage the PK Init Hash Algorithm Configuration by toggling the switch from left to right. Then, we can configure the required hash algorithms (SHA1, SHA256, SHA384, and SHA512). Finally, click the Next button to proceed.

  • Default – Uses the recommended setting.
  • Supported – Allows the algorithm to be used (may reduce security).
  • Audited – Allows the algorithm and logs its usage for monitoring.
  • Not Supported – Blocks the algorithm because it is insecure.
Use Intune to Strengthen Authentication Security by Managing Kerberos Certificate Hash Algorithms - Fig.6
Use Intune to Strengthen Authentication Security by Managing Kerberos Certificate Hash Algorithms – Fig.6

What is Scope Tag

Scope tags are used to control which administrators can see and manage this policy in the Intune admin center. In the Scope tags section, you can assign one or more scope tags to the policy so that only specific IT teams or administrators have access to it. To add a scope tag, click Select scope tags, choose the required tag, and then click Next.

Configure Recall Snapshot Storage to Optimize Device Performance using Intune -  Fig.7
Use Intune to Strengthen Authentication Security by Managing Kerberos Certificate Hash Algorithms – Fig.7

Assign the Policy to Groups

In the Assignments section, click Add groups under Included groups and select the required user or device groups. Here, i selected the group HTMD – Test Policy and click the Next button to continue.

Configure Recall Snapshot Storage to Optimize Device Performance using Intune -  Fig.8
Use Intune to Strengthen Authentication Security by Managing Kerberos Certificate Hash Algorithms – Fig.8

Final Step of Hash Algorithm Configuration Policy Creation

In the Review + Create tab, you can review a summary of all the information you entered earlier. This step allows you to verify each section to avoid any misconfiguration or policy issues. If changes are needed, you can go back using the Previous option. Once everything is correct, click Create to finish, and a notification will confirm that the policy has been created successfully.

Use Intune to Strengthen Authentication Security by Managing Kerberos Certificate Hash Algorithms - Fig.9
Use Intune to Strengthen Authentication Security by Managing Kerberos Certificate Hash Algorithms – Fig.9

Monitor Policy Deployment Status

To verify whether the policy has been applied successfully, sign in to the Microsoft Intune admin center and navigate to Devices > Configuration profiles. From the list, select the PK Init Hash Algorithm Configuration policy. This will open the policy overview page, where you can view a summary of its deployment status.

Use Intune to Strengthen Authentication Security by Managing Kerberos Certificate Hash Algorithms - Fig.10
Use Intune to Strengthen Authentication Security by Managing Kerberos Certificate Hash Algorithms – Fig.10

Client Side Verification

To confirm if a policy has been applied, use the Event Viewer on the client device. Go to Applications and Services Logs > Microsoft >Windows >Device Management > Enterprise Diagnostic Provider > Admin. From the list of policies, use the Filter Current Log option and search for Intune event 813.

MDM PolicyManager: Set policy int, Policy (PKInitHashAlgorithmSHA512) Area: (Kerberos),
EnrollmentID requesting merqe: (EB427D85-802F-46D9-A3E2-D5B414587F63), Current User:
(Device), Int: (0x1), Enrollment Type: (0x6), Scope: (0x0).

Use Intune to Strengthen Authentication Security by Managing Kerberos Certificate Hash Algorithms - Fig.11
Use Intune to Strengthen Authentication Security by Managing Kerberos Certificate Hash Algorithms – Fig.11

Configuration Service Provider (CSP)

The Policy Configuration Service Provider (CSP) is a feature used by organisations to manage and control settings on Windows 10 and 11 devices. It explains Description framework properties, Allowed values and Group policy mapping.

Description framework properties:

  • Formatint
  • Access Type – Add, Delete, Get, Replace
  • Default Value0
ValueDescription
0(Default)Disabled / Not Configured.
1Enabled
Use Intune to Strengthen Authentication Security by Managing Kerberos Certificate Hash Algorithms – Table.1

Group policy mapping:

NameValue
NamePKInitHashAlgorithmConfiguration
Friendly NameConfigure hash algorithms for certificate logon
Location
Computer Configuration
PathSystem > Kerberos
Registry Key Name
Software\Microsoft\Windows\CurrentVersion\Policies\System\Kerberos\Parameters
Registry Value NamePKInitHashAlgorithmConfigurationEnabled
ADMX File NameKerberos.admx
Keep User Desktops Clean by Blocking Windows Media Player Shortcuts using Intune – Table.2
Use Intune to Strengthen Authentication Security by Managing Kerberos Certificate Hash Algorithms - Fig.12
Use Intune to Strengthen Authentication Security by Managing Kerberos Certificate Hash Algorithms – Fig.12

How to Remove Assigned Group from Hash Algorithm Configuration Policy

If you need to remove a group from a policy assignment for security updates. Open the PK Init Hash Algorithm Configuration policy from the configuration tab and click on the edit button. Then, click on the Remove button. Click Review + Save after making the changes.

For detailed information, you can refer to our previous post – Learn How to Delete or Remove App Assignment from Intune using by Step-by-Step Guide.

Use Intune to Strengthen Authentication Security by Managing Kerberos Certificate Hash Algorithms - Fig.13
Use Intune to Strengthen Authentication Security by Managing Kerberos Certificate Hash Algorithms – Fig.13

How to Delete Hash Algorithm Configuration Policy from Intune

To delete PK Init Hash Algorithm Configuration policy, go to the Devices>Configuration and then search for the policy. Then the PK Init Hash Algorithm Configuration policy will appear on the screen. Click on the 3-dot menu and select the Delete option.

For detailed information, you can refer to our previous post – How to Delete Allow Clipboard History Policy in Intune Step by Step Guide.

Use Intune to Strengthen Authentication Security by Managing Kerberos Certificate Hash Algorithms - Fig.14
Use Intune to Strengthen Authentication Security by Managing Kerberos Certificate Hash Algorithms – Fig.14

Need Further Assistance or Have Technical Questions?

Join the LinkedIn Page and Telegram group to get the latest step-by-step guides and news updates. Join our Meetup Page to participate in User group meetings. Also, join the WhatsApp Community  and the Whatsapp channel to get the latest news on Microsoft Technologies. We are there on Reddit as well.

Author

Anoop C Nair has been Microsoft MVP from 2015 onwards for 10 consecutive years! He is a Workplace Solution Architect with more than 22+ years of experience in Workplace technologies. He is also a Blogger, Speaker, and Local User Group Community leader. His primary focus is on Device Management technologies like SCCM and Intune. He writes about technologies like Intune, SCCM,  Windows,  Cloud PC, Windows, Entra, Microsoft Security, Career, etc.

Written by

Anoop C Nair is Workplace Technology solution architect with 25+ years of experience in global enterprise organizations such as JP Morgan, Capgemini, etc. Microsoft Certified Trainer. Microsoft MVP from 2015 onwards for consecutive 11+ years! He also conducts Intune and modern workplace tech training for enterprise organizations. He is Blogger, Speaker, and Founder of HTMD Community and HTMD Conference. His main focus is on Device Management technologies like Intune, Windows, Cloud PC. He writes about technologies like Intune, SCCM, Windows, Cloud PC, Windows, Entra, Microsoft Security.

Discussion

Join the discussion

Your email address will not be published. Required fields are marked *

Related guides

Intune

Simplify Windows Devices to Run Only the Required Applications using Intune

Key Takeaways Hey, let’s learn about Simplify Windows Devices to Run Only the Required Applications using Intune. This policy lets administrators replace the default windows shell with a custom or lightweight shell. it improves performance by using system resources and is useful for devices that run a dedicated application. If the policy is disabled or […]

AC Anoop C Nair 8 min read
Intune

Enhance macOS Compliance with Custom Security and Compliance Checks to Improve Device Security using Microsoft Intune

Key Takeaways In this post we are discussing about Enhance macOS Compliance with Custom Security and Compliance Checks to Improve Device Security using Microsoft Intune. Microsoft has announced the general availability of Custom Compliance Settings for macOS in Microsoft Intune. The feature helps organizations strengthen security controls while supporting many types of macOS management scenarios. […]

AC Anoop C Nair 4 min read
Intune

Manage Samsung Galaxy Firmware Versions to Improve Security and Compliance using Microsoft Intune

Key Takeaways In this post we are discussing Manage Samsung Galaxy Firmware Versions to Improve Security and Compliance using Microsoft Intune. Microsoft Intune has received a new update that expands firmware management capabilities for Samsung Galaxy devices through Firmware Versionsintegration. This enhancement gives IT administrators more control over firmware and operating system updates, helping them […]

AC Anoop C Nair 4 min read
Intune

MS Intune Adds Windows Registry Data Collection to Device Inventory for Single Values All Key Values and Subkeys

Key Takeaways Microsoft Intune 2607 introduces Windows Registry Data collection in Device Inventory, allowing IT admins to verify actual device configurations without relying on custom discovery or remediation scripts. Using the Properties Catalog, admins can collect registry information through Single Value, All Values Under a Key (Non-Recursive), or Same Value Across Subkeys. MS Intune Adds […]

AC Anoop C Nair 5 min read