https://github.com/dsccommunity/hypervdsc
This module contains DSC resources for deployment and configuration of Microsoft Hyper-V.
https://github.com/dsccommunity/hypervdsc
dsc dsc-resources hyper-v vhd vhdx virtual-machines vm-switch
Last synced: about 1 month ago
JSON representation
This module contains DSC resources for deployment and configuration of Microsoft Hyper-V.
- Host: GitHub
- URL: https://github.com/dsccommunity/hypervdsc
- Owner: dsccommunity
- License: mit
- Created: 2015-04-15T22:43:01.000Z (almost 11 years ago)
- Default Branch: main
- Last Pushed: 2025-02-15T14:50:18.000Z (11 months ago)
- Last Synced: 2025-03-28T07:03:49.085Z (10 months ago)
- Topics: dsc, dsc-resources, hyper-v, vhd, vhdx, virtual-machines, vm-switch
- Language: PowerShell
- Homepage:
- Size: 1.06 MB
- Stars: 116
- Watchers: 29
- Forks: 66
- Open Issues: 41
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# HyperVDsc
This module contains DSC resources for the management and
configuration of Hyper-V hosts, virtual machines and related resources.
[](https://dev.azure.com/dsccommunity/HyperVDsc/_build/latest?definitionId=25&branchName=main)

[](https://codecov.io/gh/dsccommunity/HyperVDsc)
[](https://dsccommunity.visualstudio.com/HyperVDsc/_test/analytics?definitionId=25&contextType=build)
[](https://www.powershellgallery.com/packages/HyperVDsc/)
[](https://www.powershellgallery.com/packages/HyperVDsc/)
## Code of Conduct
This project has adopted this [Code of Conduct](CODE_OF_CONDUCT.md).
## Releases
For each merge to the branch `main` a preview release will be
deployed to [PowerShell Gallery](https://www.powershellgallery.com/).
Periodically a release version tag will be pushed which will deploy a
full release to [PowerShell Gallery](https://www.powershellgallery.com/).
## Contributing
Please check out common DSC Community [contributing guidelines](https://dsccommunity.org/guidelines/contributing).
## Change log
A full list of changes in each version can be found in the [change log](CHANGELOG.md).
## Documentation
The documentation can be found in the [HyperVDsc Wiki](https://github.com/dsccommunity/HyperVDsc/wiki).
The DSC resources schema files is used to automatically update the
documentation on each PR merge.
### Examples
You can review the [Examples](/source/Examples) directory in the HyperVDsc module
for some general use scenarios for all of the resources that are in the module.
The resource examples are also available in the [HyperVDsc Wiki](https://github.com/dsccommunity/HyperVDsc/wiki).