Hi @kdrumz,
Get-ADUser returns every information about user from Active Directory you need. But you need to use it with proper arguments that just Get-ADUser. More info here: https://docs.microsoft.com/en-us/powershell/module/addsadministration/get-aduser?view=win10-ps
Additionally to be able to work with it further in Studio you need to use proper object type for it or add " | Out-String" for the command.