9 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 50c5be0f95 Update README.md with cloud image functionality 2025-05-09 17:01:59 -04:00
Alphaeus Mote d339e2bc72 Move repository to Grace-Solutions organization and update version to 2025.05.10.1400 2025-05-09 15:20:07 -04:00
Alphaeus Mote d0433ae21f Add automatic connection handling and Test-ProxmoxConnection cmdlet 2025-05-09 12:57:29 -04:00
Alphaeus Mote 1a75ff9aa7 Update documentation to reflect new project structure 2025-04-28 20:04:52 -04:00
Alphaeus Mote c2397d3f05 Reorganize project structure and update build process 2025-04-28 19:38:38 -04:00
Alphaeus Mote 2385442c83 Initial commit of PSProxmox module 2025-04-28 14:11:32 -04:00