Si vous recevez ce message d'erreur à l'ajout d'une VM depuis Orchestrator, ou même depuis Hyper-V Manager ou SCVMM :
Error (12700) VMM cannot complete the host operation on the hv01.florent-appointaire.fr server because of the error: The operation failed. The Hyper-V Virtual Machine Management service encountered an unexpected error: Logon failure: the user has not been granted the requested logon type at this computer. (0x80070569). Unknown error (0x8000)
Il suffit d'ajouter les utilisateurs NT Virtual Machine\Virtual Machines, SYSTEM, LOCAL SERVICE, NETWORK SERVICE avec les droits Logon as a service sur l'hôte hyperviseur. Personnellement, je l'ai directement ajouté au groupe local Hyper-V Administrators avec la commande suivante :
Net localgroup "Hyper-V Administrators" "NT Virtual Machine\Virtual Machines" /add Net localgroup "Hyper-V Administrators" "SYSTEM" /add Net localgroup "Hyper-V Administrators" "LOCAL SERVICE" /add Net localgroup "Hyper-V Administrators" "NETWORK SERVICE" /add
Bon courage :)