Spotlight archive

Guess the language.

Three lines, three guesses.

MODESpotlight0/3
Spotlight · ?.??
1$active = Get-User | Where-Object { $_.IsActive }
2$emails = $active | ForEach-Object { $_.Email.ToUpper() }
3$emails | Out-File -Path "emails.txt"
Keep going