AB-650 Practice Question 3201

Exam: AB-650
Domain: Manage and secure AI services in Microsoft 365
Difficulty: medium
You want to export a log of all Microsoft 365 Copilot events generated during the past 30 days for a legal audit. Which PowerShell cmdlet can filter these events from the unified audit log?

Answer Options

A
Search-UnifiedAuditLog with RecordType CopilotInteraction
B
Get-Process -Name Copilot
C
Test-NetConnection -Port 443
D
Restart-Computer -Force

Correct Answer

A: Search-UnifiedAuditLog with RecordType CopilotInteraction

Explanation

The Search-UnifiedAuditLog cmdlet filtered by RecordType "CopilotInteraction" extracts prompt and response audit records generated across Copilot workloads.