mirror of
https://github.com/Corsinvest/cv4pve-api-powershell.git
synced 2026-04-25 20:25:48 +03:00
[GH-ISSUE #16] Enter-PveSPice not found #14
Labels
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cv4pve-api-powershell#14
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @duke8804 on GitHub (Jul 12, 2024).
Original GitHub issue: https://github.com/Corsinvest/cv4pve-api-powershell/issues/16
What happened?
installed and imported the module. Everything else seems to work, just not Enter-PveSpice
Show-PveSpice: The term 'Enter-PveSpice' is not recognized as a name of a cmdlet, function, script file, or executable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
Expected behavior
Enter-PveSpice is found
Relevant log output
Proxmox VE Version
8.2.2
Version (bug)
8.2.0
Version (working)
No response
On what operating system are you experiencing the issue?
Windows
Pull Request
@franklupo commented on GitHub (Jul 15, 2024):
Use Invoke-PveSpice. I fix the documentation.
Best regards