It's possible to use either the Encrypt Columns wizard in SSMS or Powershell to encrypt the data in Always Encrypted columns but can you use T-SQL for this?
To be clear, I don't want to create keys or columns that support encrypted columns, I want to complete the actual data encryption commensurate to the Set-SqlColumnEncryption
cmdlet in Powershell but with T-SQL.