Event banner
What's new in Active Directory
Event Ended
Tuesday, Nov 28, 2023, 10:00 AM PSTEvent details
Lean in as software developers from the Active Directory software engineering team dive into the latest improvements in Active Directory. We'll cover key areas of investment including scalability, se...
Char_Cheesman
Updated Dec 27, 2024
Nannnu
Nov 28, 2023Copper Contributor
Is there any fixes planned for schema change events only going to DS schema type events like 1898 and 1899 and not creating 5136 events. Very difficult to correlate because they go into different event but also schema modification events (unlike creation) don’t even tell you what attribute was modified , example description (in the 1898 event)
- Wayne_McIntyreNov 28, 2023
Microsoft
Hi Narayanan, I just checked the code and did a quick test and 1898 event (schema modification) includes the schema object being modified. Internal event: The following schema object was modified. Schema object: CN=account,CN=Schema,CN=Configuration,DC=Contoso,DC=com- NannnuNov 28, 2023Copper ContributorWell my bad putting it in wrong words I meant the attribute
- Wayne_McIntyreNov 28, 2023
Microsoft
ahh, I understand now. That is great feedback. There are no changes to these events, however you could combine knowing the object and then reviewing the metadata of the object to find which attributes have changed. I think part of the problem with the event is the number of attributes will be of variable length, so I could modify 1 attribute or 40 attributes on the same object in the same modification call. Certainly, doable though.