# Hyper-V Error: Backing up exit status 1 (skipping)

`Backing up VM: exit status 1 (skipping)`

`No VMs found, or no permission to enumerate VMs`

The backup client uses two background services, eazybackup.delegate and elevator. The warnings indicate permission-related problems with the delegate service when accessing and managing Hyper-V VMs.

Changing the background service "Log On" user to an account with more permissions will typically resolve the issue.

#### **Steps to change the backup client background service Log On user**

1. **Create or Select a User Account with Sufficient Permissions**:
   * Ensure that the account you want to use has administrative privileges on the Hyper-V host.
   * The account should be part of the local Administrators group and have access to manage Hyper-V and the VMs.
2. **Update the Service Log On User**:
   * Open the **Services** management console by typing `services.msc` in the Start menu search box and pressing Enter.
   * Locate the **eazyBackup delegate service** in the list of services.
   * Right-click on the service and select **Properties**.
   * Go to the **Log On** tab.
   * Select **This account** and enter the username and password for the account with higher permissions.
   * Click **OK** and then **Apply** to save the changes.
3. **Restart the Service**:
   * In the Services management console, right-click on the **eazyBackup delegate Service** and select **Restart**.

<img src="https://eazybackup.com/wp-content/uploads/2024/05/eazybackup_delegate_service.png" alt="" width="563">

<img src="https://eazybackup.com/wp-content/uploads/2024/05/eazybackup_delegate_service_browse.png" alt="" width="563">

<img src="https://eazybackup.com/wp-content/uploads/2024/05/eazybackup_delegate_service_advanced.png" alt="" width="563">

<img src="https://eazybackup.com/wp-content/uploads/2024/05/eazybackup_delegate_service_find.png" alt="" width="563">

***

[eazyBackup](https://eazybackup.com)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.eazybackup.com/troubleshooting/hyper-v-error-backing-up-exit-status-1-skipping.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
