Getting the UPNs of all users in an AD group
If you’re like me, then you might occasionally need to get the UPNs of users in AD groups. The chances are that you’ll go straight to Get-ADGroupMember However, this function doesn’t return the full AD user object, returning instead a …