MS-102 · Question #538
You have a Microsoft 365 tenant. You discover that administrative tasks are unavailable in the Microsoft Office 365 audit logs of the tenant. You run the Get-AdminAuditLogConfig cmdlet and receive…
The correct answer is B. UnifiedAuditLogIngestionEnabled. The 'UnifiedAuditLogIngestionEnabled' attribute controls whether audit records are ingested into the Microsoft 365 Unified Audit Log. When this is set to False, no audit data (including administrative activity) flows into the audit log, making the logs appear empty or…
Question
You have a Microsoft 365 tenant. You discover that administrative tasks are unavailable in the Microsoft Office 365 audit logs of the tenant. You run the Get-AdminAuditLogConfig cmdlet and receive the following output:
You need to ensure that administrative tasks are logged in the Office 365 audit logs. Which attribute should you modify?
Exhibit
Options
- ATestCmdletLoggingEnabled
- BUnifiedAuditLogIngestionEnabled
- CAdminAuditLogEnabled
How the community answered
(31 responses)- A32% (10)
- B52% (16)
- C16% (5)
Explanation
The 'UnifiedAuditLogIngestionEnabled' attribute controls whether audit records are ingested into the Microsoft 365 Unified Audit Log. When this is set to False, no audit data (including administrative activity) flows into the audit log, making the logs appear empty or incomplete. Setting it to True via Set-AdminAuditLogConfig -UnifiedAuditLogIngestionEnabled $true re-enables ingestion. 'AdminAuditLogEnabled' (C) controls Exchange admin auditing specifically but does not govern the unified audit log pipeline. 'TestCmdletLoggingEnabled' (A) controls whether test cmdlets are logged and is unrelated to the broader administrative audit log.
Topics
Community Discussion
No community discussion yet for this question.
