Webservice-Digital / vDCT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vDCT - Virtual Disk Creation Toolkit

This toolkit is a powerful PowerShell script that simplifies the process of creating virtual disks in the VHDX format. Whether you need to create a single virtual disk or multiple disks, vDCT provides a user-friendly interface to guide you through the setup.

Features

Easy setup: Specify the number of virtual disks to create and their storage location.

Customizable volume settings: Choose the size of the volume (in MB, GB, or TB) for each virtual disk. Disk activation: Option to initialize and open the new volume drive. Detailed logging: All the user inputs, system information, and creation process details are logged in a comprehensive log file.

Windows integration: Seamlessly integrates with Windows environments, using default storage paths and retrieving system information.

How to Use Clone or download the vDCT repository to your local machine. Open a PowerShell console and navigate to the vDCT directory. Run the vDCT.ps1 script. Follow the on-screen prompts to specify the number of virtual disks, storage location, volume size, and disk activation. Once the process is complete, the log file will be saved at the specified location, providing detailed information about the creation process. Enjoy the convenience and efficiency of creating virtual disks with vDCT!

###Requirements PowerShell 5.1 or later.

Disclaimer

This script is provided as-is and without any warranty. Use it at your own risk. The author and contributors of vDCT are not responsible for any loss of data or damages incurred during the use of this toolkit.

Contributing

Contributions are welcome! If you have any improvements or suggestions for vDCT, please feel free to open an issue or submit a pull request.

License

vDCT is licensed under the MIT License.

Feel free to customize this description to fit your specific needs and provide any additional information or instructions relevant to your project.

About

License:GNU General Public License v3.0


Languages

Language:PowerShell 100.0%