PowerShell - Active Directory
What will be the output of this PowerShell command?
Get-ADOrganizationalUnit -Filter 'Name -eq "Finance"' | Select-Object Name, DistinguishedName
