diff --git a/Corsinvest.ProxmoxVE.Api/Corsinvest.ProxmoxVE.Api.psd1 b/Corsinvest.ProxmoxVE.Api/Corsinvest.ProxmoxVE.Api.psd1 index 0d9b1ed..5c8d399 100644 --- a/Corsinvest.ProxmoxVE.Api/Corsinvest.ProxmoxVE.Api.psd1 +++ b/Corsinvest.ProxmoxVE.Api/Corsinvest.ProxmoxVE.Api.psd1 @@ -3,7 +3,7 @@ # # Generated by: Daniele Corsini # -# Generated on: 26/04/2024 +# Generated on: 15/07/2024 # @{ @@ -12,7 +12,7 @@ RootModule = 'Corsinvest.ProxmoxVE.Api.psm1' # Version number of this module. -ModuleVersion = '8.2.0' +ModuleVersion = '8.2.1' # Supported PSEditions # CompatiblePSEditions = @() @@ -70,16 +70,17 @@ PowerShellVersion = '6.0' # Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export. FunctionsToExport = 'Build-PveDocumentation', 'Connect-PveCluster', - 'ConvertFrom-PveUnixTime', 'ConvertTo-PveUnixTime', 'Get-PveAccess', - 'Get-PveAccessAcl', 'Get-PveAccessDomains', 'Get-PveAccessDomainsIdx', - 'Get-PveAccessGroups', 'Get-PveAccessGroupsIdx', - 'Get-PveAccessOpenid', 'Get-PveAccessPermissions', - 'Get-PveAccessRoles', 'Get-PveAccessRolesIdx', 'Get-PveAccessTfa', - 'Get-PveAccessTfaIdx', 'Get-PveAccessTicket', 'Get-PveAccessUsers', - 'Get-PveAccessUsersIdx', 'Get-PveAccessUsersTfa', - 'Get-PveAccessUsersToken', 'Get-PveAccessUsersTokenIdx', - 'Get-PveCluster', 'Get-PveClusterAcme', 'Get-PveClusterAcmeAccount', - 'Get-PveClusterAcmeAccountIdx', 'Get-PveClusterAcmeChallengeSchema', + 'ConvertFrom-PveUnixTime', 'ConvertTo-PveUnixTime', 'Enter-PveSpice', + 'Get-PveAccess', 'Get-PveAccessAcl', 'Get-PveAccessDomains', + 'Get-PveAccessDomainsIdx', 'Get-PveAccessGroups', + 'Get-PveAccessGroupsIdx', 'Get-PveAccessOpenid', + 'Get-PveAccessPermissions', 'Get-PveAccessRoles', + 'Get-PveAccessRolesIdx', 'Get-PveAccessTfa', 'Get-PveAccessTfaIdx', + 'Get-PveAccessTicket', 'Get-PveAccessUsers', 'Get-PveAccessUsersIdx', + 'Get-PveAccessUsersTfa', 'Get-PveAccessUsersToken', + 'Get-PveAccessUsersTokenIdx', 'Get-PveCluster', 'Get-PveClusterAcme', + 'Get-PveClusterAcmeAccount', 'Get-PveClusterAcmeAccountIdx', + 'Get-PveClusterAcmeChallengeSchema', 'Get-PveClusterAcmeDirectories', 'Get-PveClusterAcmeMeta', 'Get-PveClusterAcmePlugins', 'Get-PveClusterAcmePluginsIdx', 'Get-PveClusterAcmeTos', 'Get-PveClusterBackup', diff --git a/Corsinvest.ProxmoxVE.Api/Corsinvest.ProxmoxVE.Api.psm1 b/Corsinvest.ProxmoxVE.Api/Corsinvest.ProxmoxVE.Api.psm1 index ffaaf7d..db6c47c 100644 --- a/Corsinvest.ProxmoxVE.Api/Corsinvest.ProxmoxVE.Api.psm1 +++ b/Corsinvest.ProxmoxVE.Api/Corsinvest.ProxmoxVE.Api.psm1 @@ -1073,7 +1073,7 @@ PveResponse. Return response. ## ALIAS ## ########### -Set-Alias -Name Show-PveSpice -Value Enter-PveSpice -PassThru +Set-Alias -Name Show-PveSpice -Value Invoke-PveSpice -PassThru Set-Alias -Name Get-PveTasksStatus -Value Get-PveNodesTasksStatus -PassThru #QEMU diff --git a/README.md b/README.md index 93b1af9..e723f8c 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ this is a CmdLet for PowerShell to manage Proxmox VE. * Execute out side Proxmox VE * Open Source * Form Proxmox VE 6.2 support Api Token for user -* Enter-PveSpice enter Spice VM +* Invoke-PveSpice enter Spice VM * Login with One-time password for Two-factor authentication ## 📙 Documentation diff --git a/doc/index.html b/doc/index.html index c415f3b..cd5e6fc 100644 --- a/doc/index.html +++ b/doc/index.html @@ -1186,16 +1186,6 @@

Enter-PveSpice

Enter Spice VM.

-
-
-

Aliases

-
-
- -
-

Syntax

@@ -18387,6 +18377,16 @@

Invoke-PveSpice

Enter Spice VM.

+
+
+

Aliases

+
+
+ +
+

Syntax