Add automatic connection handling and Test-ProxmoxConnection cmdlet

This commit is contained in:
Alphaeus Mote
2025-05-09 12:57:29 -04:00
parent f906f41364
commit d0433ae21f
12 changed files with 471 additions and 51 deletions
+3 -1
View File
@@ -1,7 +1,7 @@
@{
RootModule = 'PSProxmox.psm1'
NestedModules = @('bin\PSProxmox.dll')
ModuleVersion = '2025.05.07.1111'
ModuleVersion = '2025.05.09.1245'
GUID = 'd24f0894-3d0c-4ef1-a41e-b273c3db86ad'
Author = 'PSProxmox Team'
CompanyName = 'PSProxmox'
@@ -23,6 +23,7 @@
# Session Management
'Connect-ProxmoxServer',
'Disconnect-ProxmoxServer',
'Test-ProxmoxConnection',
# Node and VM Management
'Get-ProxmoxNode',
@@ -103,3 +104,4 @@