When i do the connection with portal Azure in portal in powershell for Import de data users as csv i do this:
C:\Users\Get-AzADUser
Then, the powershell perform de download of a large ammount of attributes for each user.
"AccountEnabled","AgeGroup","ApproximateLastSignInDateTime","BusinessPhone","City","CompanyName","ComplianceExpirationDateTime","ConsentProvidedForMinor","Country","CreatedDateTime","CreationType","DeletedDateTime","Department","DeviceVersion","DisplayName","EmployeeHireDate","EmployeeId","EmployeeOrgData","EmployeeType","ExternalUserState","ExternalUserStateChangeDateTime","FaxNumber","GivenName","Id","Identity","ImAddress","IsResourceAccount","JobTitle","LastPasswordChangeDateTime","LegalAgeGroupClassification","Mail","MailNickname","Manager","MobilePhone","OdataId","OdataType","OfficeLocation","OnPremisesImmutableId","OnPremisesLastSyncDateTime","OnPremisesSyncEnabled","OperatingSystem","OperatingSystemVersion","OtherMail","PasswordPolicy","PasswordProfile","PhysicalId","PostalCode","PreferredLanguage","ProxyAddress","ShowInAddressList","SignInSessionsValidFromDateTime","State","StreetAddress","Surname","TrustType","UsageLocation","UserPrincipalName","UserType","AdditionalProperties"
However, I don't see the AD "Extension attributes" being imported into the csv.

How can I extract the information from the "extension attributes" part and attach it to the other columns that are imported? Exists any method in powershell for performs what i want?