The term 'New-SqlColumnEncryptionSettings' is not recognized as the name of a cmdlet, function, script file, or operable program

Created powershell script using SSMS to setup Always Encrypted on a column. Getting this error when I try to run it. I do have Import-Module SqlServer right before the $encryptionChanges and I have installed the SqlServer Module previously.