I have a powershell script that goes and gets
Import-Csv c:\importfile.csv | ForEach-Object {
Get-Mailbox $_.'User-email' | where {$_.organizationalunit -LIKE "Microsoft.com/User Accounts/"}
Open in new window
presently I get users only in the user accounts OU. What I would like to do is grab any user in a sub ou under User accounts.