https://github.com/wimmatthyssen/Hyper-V-VM-Template
https://github.com/wimmatthyssen/Hyper-V-VM-Template
bginfo hyper-v powershell powershell-script powershell-scripts templa virtual-machine vm
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wimmatthyssen/Hyper-V-VM-Template
- Owner: wimmatthyssen
- Created: 2020-05-11T21:47:42.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-28T16:38:31.000Z (over 3 years ago)
- Last Synced: 2024-08-14T07:07:16.142Z (about 1 year ago)
- Topics: bginfo, hyper-v, powershell, powershell-script, powershell-scripts, templa, virtual-machine, vm
- Language: PowerShell
- Size: 38.1 KB
- Stars: 14
- Watchers: 2
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - wimmatthyssen/Hyper-V-VM-Template - (PowerShell)
README
# Hyper-V-VM-Template
This repository contains PowerShell scripts designed to automate and simplify the process of creating Hyper-V VM templates.
The goal is to save time, reduce errors, and ensure consistency by eliminating the need for repetitive configuration changes and performance tweaks.
Since I perform extensive research and testing, I often work with a variety of virtual machines (VMs) that are built and rebuilt frequently. As a result, I primarily deploy them from a pre-configured template (base or golden image).
Currently, this repository includes the following PowerShell scripts:
- **Deploy-BgInfo-WS2012-R2.ps1**
More information about this script used to deploy BgInfo on a Windows Server 2012 R2 can be found on my blog: https://wmatthyssen.com/2019/09/11/powershell-bginfo-automation-script-for-windows-server-2012-r2/
- **Deploy-BgInfo-WS2016-WS2019-WS2022-WS2025.ps1**
More information about this script used to deploy BgInfo on a Windows Server 2016, 2019, 2022, or 2025 can be found on my blog: https://wmatthyssen.com/2025/04/07/powershell-script-bginfo-deployment-script-for-windows-server-2025/
- **Template_Customization_Windows_Server_2016_2019.ps1**
More information about this script used to build a management groups tree structure can be found on my blog: https://wmatthyssen.com/2022/04/04/azure-powershell-script-create-a-management-group-tree-hierarchy/