Werk #16872: hyperv_vms: Avoid name clash with other cmdlets
| Component | Checks & agents | ||
| Title | hyperv_vms: Avoid name clash with other cmdlets | ||
| Date | Sep 18, 2024 | ||
| Level | Trivial Change | ||
| Class | Bug Fix | ||
| Compatibility | Compatible - no manual interaction needed | ||
| Checkmk versions & editions | 
 | 
Previously, if there was another module with a command 'Get-VM' installed on the system, the plugin would call the wrong command and crash.
Now, we avoid that by calling the 'Hyper-V\Get-VM' command.