On my local machine, I am trying to create a new Linux VM with the existing vhdx file through New-VM PowerShell command.
Issue: I cannot find any command option to create a VM user during/after the VM creation with New-VM command, but for Azure VM PowerShell, we can find commands to create user or add SSH public keys when creating the Azure VM.
Question: is it possible that we can create a new VM user through PowerShell command during or after we create the VM with New-VM ?