Skip to content

Commit 33b629e

Browse files
committed
Merge branch 'main' into live
2 parents e0cc24f + 15a7fc5 commit 33b629e

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

support/docfx.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,17 @@
300300
"dynamics-365/customer-service/knowledge-management/**.*": "d365-cs-knowledge-management",
301301
"dynamics-365/customer-service/omnichannel-for-customer-service/**.*": "d365-cs-omnichannel",
302302
"dynamics-365/customer-service/service-level-agreements/**.*": "d365-cs-sla",
303+
"dynamics-365/commerce/commerce-headquarters-operations/**.*": "d365-commerce-headquarters-operations",
304+
"dynamics-365/commerce/customer-accounts-loyalty/**.*": "d365-commerce-customer-accounts-loyalty",
305+
"dynamics-365/commerce/data-synchronization/**.*": "d365-commerce-data-sync",
306+
"dynamics-365/commerce/development-sdks/**.*": "d365-commerce-development-sdks",
307+
"dynamics-365/commerce/ecommerce-storefront/**.*": "d365-commerce-ecommerce-storefront",
308+
"dynamics-365/commerce/financial-statements/**.*": "d365-commerce-financial-statements",
309+
"dynamics-365/commerce/order-management/**.*": "d365-commerce-order-management",
310+
"dynamics-365/commerce/payments/**.*": "d365-commerce-payments",
311+
"dynamics-365/commerce/point-of-sale/**.*": "d365-commerce-pos",
312+
"dynamics-365/commerce/ratings-reviews/**.*": "d365-commerce-ratings-reviews",
313+
"dynamics-365/commerce/site-builder-content-management/**.*": "d365-commerce-site-builder-content",
303314
"dynamics-365/supply-chain/costing/**.*": "d365-scm-inventory-cost-close",
304315
"dynamics-365/supply-chain/inventory/**.*": "d365-scm-inventory-manage",
305316
"dynamics-365/supply-chain/planning/**.*": "d365-scm-master-planning",

support/windows-server/windows-security/recover-from-golden-gmsa-attack.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: How to recover from a Golden gMSA attack
33
description: Describes how to repair compromised gMSAs after a Golden gMSA attack.
4-
ms.date: 08/25/2023
4+
ms.date: 09/11/2023
55
manager: dcscontentpm
66
audience: itpro
77
ms.topic: troubleshooting
@@ -88,6 +88,7 @@ The approach is to create a new KDS Root Key object that's unknown to the attack
8888
> - You don't have to manually repair gMSAs that were created after the Active Directory Domain Services (AD DS) database exposure ended. The attacker doesn't know the details of these accounts, and the passwords for these accounts will regenerate based on the new KDS Root Key object.
8989
> - You should consider the gMSA object in "maintenance mode" until the procedure is completed, and ignore possible errors that are reported with the accounts in the System, Security, Directory Services, and Security-Netlogon event log.
9090
> - The guide assumes that the gMSAs are child objects of the **Managed Service Accounts** container. If you have moved the accounts to custom parent containers, you need to run the steps related to the **Managed Service Accounts** container on the gMSA in these containers.
91+
> - An authoritative restore rolls back all attributes to the state they were in at the time of the backup, including the accounts that are allowed to retrieve the gMSA credentials (`PrincipalsAllowedToRetrieveManagedPassword`).
9192
9293
In the domain holding the gMSAs that you want to repair, follow these steps:
9394

0 commit comments

Comments
 (0)