This commit is contained in:
Paolo Matarazzo
2023-01-24 16:10:25 +01:00
parent 32940dbcbe
commit 1d569ce817

View File

@ -1,19 +1,12 @@
--- ---
title: Confirm That Certificates Are Deployed Correctly (Windows) title: Confirm That Certificates Are Deployed Correctly (Windows)
description: Learn how to confirm that a Group Policy is being applied as expected and that the certificates are being properly installed on the workstations. description: Learn how to confirm that a Group Policy is being applied as expected and that the certificates are being properly installed on the workstations.
ms.assetid: de0c8dfe-16b0-4d3b-8e8f-9282f6a65eee
ms.reviewer: jekrynit
ms.author: paoloma ms.author: paoloma
ms.prod: windows-client ms.prod: windows-client
ms.mktglfcycl: deploy
ms.sitesec: library
ms.pagetype: securit
ms.localizationpriority: medium
author: paolomatarazzo author: paolomatarazzo
manager: aaroncz manager: aaroncz
audience: ITPro
ms.topic: conceptual ms.topic: conceptual
ms.date: 09/07/2021 ms.date: 01/24/2023
ms.technology: itpro-security ms.technology: itpro-security
appliesto: appliesto:
-<b>Windows 10</b> -<b>Windows 10</b>
@ -25,7 +18,6 @@ appliesto:
# Confirm That Certificates Are Deployed Correctly # Confirm That Certificates Are Deployed Correctly
After configuring your certificates and autoenrollment in Group Policy, you can confirm that the policy is being applied as expected, and that the certificates are being properly installed on the workstation devices. After configuring your certificates and autoenrollment in Group Policy, you can confirm that the policy is being applied as expected, and that the certificates are being properly installed on the workstation devices.
In these procedures, you refresh Group Policy on a client device, and then confirm that the certificate is deployed correctly. In these procedures, you refresh Group Policy on a client device, and then confirm that the certificate is deployed correctly.
@ -37,23 +29,21 @@ To complete these procedures, you must be a member of the Domain Administrators
In this topic: In this topic:
- [Refresh Group Policy on a device](#to-refresh-group-policy-on-a-device) - [Refresh Group Policy on a device](#to-refresh-group-policy-on-a-device)
- [Verify that a certificate is installed](#to-verify-that-a-certificate-is-installed) - [Verify that a certificate is installed](#to-verify-that-a-certificate-is-installed)
## To refresh Group Policy on a device ## To refresh Group Policy on a device
From an elevated command prompt, run the following command: From an elevated command prompt, run the following command:
``` syntax ``` cmd
gpupdate /target:computer /force gpupdate /target:computer /force
``` ```
After Group Policy is refreshed, you can see which GPOs are currently applied to the device. After Group Policy is refreshed, you can see which GPOs are currently applied to the device.
## To verify that a certificate is installed ## To verify that a certificate is installed
1. Open the Cerificates console. 1. Open the Certificates console
1. In the navigation pane, expand **Trusted Root Certification Authorities**, and then click **Certificates**
2. In the navigation pane, expand **Trusted Root Certification Authorities**, and then click **Certificates**.
The CA that you created appears in the list. The CA that you created appears in the list.