Get-ADUser -Filter {samaccountname -eq [USER]} -Properties lockedout
Get-ADGroup -LDAPFilter ("(member:1.2.840.113556.1.4.1941:={0})" -f (Get-ADUser [USER]).DistinguishedName) | Select-Object Name