New-ADUser -Name "Name" -Path "OU=users,DC=domain,DC=net" -AccountPassword (ConvertTo-SecureString "MyPassword" -AsPlainText -Force)  -Description "Description of user" -DisplayName "Display Name" -PasswordNeverExpires $true -CannotChangePassword $true -SamAccountName "Samaccoutname" -UserPrincipalName "This email address is being protected from spambots. You need JavaScript enabled to view it."