Files
PSProxmox/Scripts
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
..

PSProxmox Scripts

This directory contains scripts for building and installing the PSProxmox module.

Scripts

  • build.ps1: Builds the PSProxmox module
  • Install-PSProxmox.ps1: Installs the PSProxmox module

Building the Module

To build the module, run the build.ps1 script:

.\build.ps1

This will:

  1. Compile the C# code
  2. Create a versioned release in the Release folder
  3. Update the Module folder with the latest build
  4. Create a ZIP package for distribution

Installing the Module

To install the module, run the Install-PSProxmox.ps1 script:

.\Install-PSProxmox.ps1

This will copy the module files to your PowerShell modules directory.

Documentation

For detailed documentation, see the Documentation directory.