10 Commits

Author SHA1 Message Date
AX-AMote d9bd620168 feat: Add -IncludeGuestAgent parameter for performance optimization
- 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.
2025-05-30 23:25:19 -04:00
AX-AMote 33898b7b80 feat: Add VM Guest Agent support and fix all compilation errors
- 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
2025-05-30 17:46:20 -04:00
Alphaeus Mote 8f84140337 Add LXC container and TurnKey template support 2025-05-11 09:27:20 -04:00
Alphaeus Mote d76c9fb247 Add cloud image template functionality 2025-05-09 16:49:09 -04:00
Alphaeus Mote 9dba7a3bd6 Add regex and wildcard filtering to Get-* cmdlets 2025-05-09 14:58:31 -04:00
Alphaeus Mote d0433ae21f Add automatic connection handling and Test-ProxmoxConnection cmdlet 2025-05-09 12:57:29 -04:00
Alphaeus Mote f906f41364 Add padded counter and AutoSMBIOS parameters to New-ProxmoxVMFromTemplate 2025-05-07 11:12:19 -04:00
Alphaeus Mote fce40d9351 Enhanced SMBIOS functionality with manufacturer profiles and realistic hardware information 2025-05-07 11:04:10 -04:00
Alphaeus Mote 31f93dc29d Add SMBIOS functionality with manufacturer profiles 2025-05-07 10:47:38 -04:00
Alphaeus Mote c2397d3f05 Reorganize project structure and update build process 2025-04-28 19:38:38 -04:00