Files
PSProxmox/Scripts
PSProxmox Team c765dbae48 Fixed module structure and successfully published to PowerShell Gallery
- Corrected build script to use PSProxmox\PSProxmox.psd1 as source of truth
- Fixed module structure: Module\PSProxmox\Version\Content
- Added both required assemblies: bin\PSProxmox.dll and bin\Newtonsoft.Json.dll
- Successfully published PSProxmox v2025.07.03.1200 to PowerShell Gallery
- Maintained quality with proper relative paths and single source manifest
2025-07-03 09:18:29 -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.