mirror of
https://github.com/GoodOlClint/PSProxmoxVE.git
synced 2026-08-06 04:37:41 +00:00
379e6d2ada
Set-PveVmGuestPassword now accepts SecureString instead of plain string for the -Password parameter, matching the established pattern in Set-PvePassword. The password is converted via Marshal and zeroed from memory after use. New-PveStorage now validates that -Pool and -CephPool cannot both be specified, since both mapped to the same API key and CephPool silently overwrote Pool. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>