mirror of
https://github.com/Grace-Solutions/PSProxmox.git
synced 2026-07-26 08:18:19 +00:00
d9bd620168
- Added optional -IncludeGuestAgent parameter to Get-ProxmoxVM cmdlet - Guest agent data retrieval is now optional for improved query performance - Default behavior: Fast queries without guest agent data - Use -IncludeGuestAgent switch when detailed network information is needed - Significant performance improvement for normal VM queries - Updated all documentation and examples to use new parameter - Fixed binary module structure by removing unnecessary PSD1 from bin folder - Version bump to 2025.05.30.2323 BREAKING CHANGE: Get-ProxmoxVM no longer fetches guest agent data by default. Existing scripts that rely on guest agent data must add -IncludeGuestAgent parameter.
PSProxmox Examples
This directory contains example scripts for the PSProxmox module.
Basic Examples
- Connect to a Proxmox VE server
- Get information about VMs
- Create a new VM
- Start, stop, and restart VMs
- Remove a VM
Advanced Examples
- Create a VM using the builder pattern
- Create multiple VMs from a template
- Create a VM with a static IP address
- Create a VM with multiple disks
- Create a VM with multiple network interfaces
Cluster Management Examples
- Join a node to a cluster
- Remove a node from a cluster
- Create a cluster backup
- Restore a cluster backup
Storage Management Examples
Network Management Examples
User and Role Management Examples
- Get information about users
- Create a new user
- Remove a user
- Get information about roles
- Create a new role
- Remove a role
SDN Management Examples
- Get information about SDN zones
- Create a new SDN zone
- Remove an SDN zone
- Get information about SDN VNets
- Create a new SDN VNet
- Remove an SDN VNet
Template Management Examples
- Get information about VM templates
- Create a new VM template
- Remove a VM template
- Create a VM from a template
IP Management Examples
VM Guest Agent Examples
- Working with VM Guest Agent data - Comprehensive examples of guest agent functionality
- SMBIOS configuration examples - Examples of working with VM SMBIOS settings