Hi,
We have a 2 nodes server 2016 hyper-v cluster that uses a shated storage.
We have an issue with one of the VMs and we have have to run some powershell commands, but commands returen an error and MS support suggest to run
this cmdlet
Remove-Module Hyper-V
and
Import-Module -Name Hyper-V -RequiredVersion 1.1
I did check and there are no scripts on both nodes that use the current hyper-v module.
This cluster is in a production environment and would like to know removing the current powershell module will not cause any problem at cluster level.
any suggestion on removing the module?

