mirror of
https://github.com/Grace-Solutions/PSProxmox.git
synced 2026-08-06 21:33:15 +00:00
Add automatic connection handling and Test-ProxmoxConnection cmdlet
This commit is contained in:
@@ -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 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user