Your first example is getting all AD users in a DOMAIN. Your second example is getting all AD users in an organizational unit named "IBM Users" (and any of its child OUs).
If you want to ignore the contents of "IBM User"s child OUs, add -SearchScope Onelevel to the Get-ADUsers cmdlet in the second example.