Add files via upload

This commit is contained in:
Fiji29a
2023-11-29 16:28:05 +04:00
committed by GitHub
parent 4d3bdccc7a
commit 23f79f994b
39 changed files with 6338 additions and 0 deletions

34
README.md Normal file
View File

@@ -0,0 +1,34 @@
# Valorant Hyper V Driver
Valorant-Hyper-V-Driver is a powerful module that provides a collection of Hyper-V check Plugins, designed to monitor Hyper-V services, VMM Agents, Clusters, and much more. It is specifically tailored for use in Hyper-V environments. The module aims to speed up and even automate the process of creating VMs on Hyper-V, making it easy to run or automate your dll on Hyper-V. Future updates will include additional features such as Windows Sandbox automation.
## Requirements
### Before using the module, ensure you have the following set up:
### Install packer from Chocolatey:
```cmd
choco install packer --version=1.7.10 -y
```
### Install vagrant from Chocolatey
```cmd
choco install vagrant --version=2.2.19 -y
```
### Use account with Administrator privileges for Hyper-V
![Untitled](https://user-images.githubusercontent.com/99544239/153879416-0f95a71f-149b-4710-91a3-4b1040e39681.png)
### Important Note about Hyper-V Export
When performing a Hyper-V export operation, it's essential to ensure that the computer account in Active Directory has access to the location where the exports are being stored. To achieve this, it's recommended to create an Active Directory group for the Hyper-V hosts and grant the group the required 'Full Control' file and share permissions. This ensures smooth export operations.
However, please be aware that when using a NAS, such as a QNAP device, as the export location, Hyper-V may encounter issues completing the operation. This is because the computer account will not have access to the share on the NAS. In such cases, it's necessary to put the VM in an offline state before completing the operation to copy all the files necessary for a complete backup.
Enjoy using Valorant-Hyper-V-Driver for seamless VM management and automation on Hyper-V! 🎉