SC-900 Describe the capabilities of Microsoft compliance solutions • Set 16
SC-900 Describe the capabilities of Microsoft compliance solutions Practice Test 16 — 15 questions with explanations. Free, no signup.
Refer to the exhibit. You run the PowerShell command to search the unified audit log for file deletions. The command returns no results, but you know a file was deleted last week. What is the most likely reason?
Search-UnifiedAuditLog -StartDate (Get-Date).AddDays(-7) -EndDate (Get-Date) -Operations FileDeleted -ResultSize 1000