PowerShell - Active Directory
What will be the output of the following command if the group 'TestGroup' has members 'Alice' and 'Bob'?
Get-LocalGroupMember -Group 'TestGroup' | Select-Object -ExpandProperty Name
