Commit inicial - estructura base del proyecto
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
param(
|
||||
[Parameter(Mandatory = $true)]
|
||||
[string]$Command
|
||||
)
|
||||
|
||||
$ErrorActionPreference = "Stop"
|
||||
. "$PSScriptRoot\ProxmoxAgent.ps1"
|
||||
|
||||
Invoke-ProxmoxSshCommand -Command $Command
|
||||
Reference in New Issue
Block a user