mirror of
https://github.com/Grace-Solutions/PSProxmox.git
synced 2026-07-26 08:18:19 +00:00
33898b7b80
- Added comprehensive VM Guest Agent support with network interface information - Enhanced Get-ProxmoxVM cmdlet to retrieve guest agent data automatically - Added ProxmoxVMGuestAgent model with IPv4/IPv6 address arrays - Fixed all 41 pre-existing compilation errors (100% success rate) - Eliminated all compilation warnings for clean builds - Standardized API patterns across all cmdlets - Enhanced error handling and type safety throughout codebase - Updated documentation with guest agent examples - Added comprehensive guest agent example script - Updated README with guest agent usage examples - Version bump to 2025.05.30.1740
2.7 KiB
2.7 KiB
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