Open TTT-Travis opened 4 years ago
@TTT-Travis can you share how you bypassed the requirement for the Hyper-V module? We are trying to run the script from an Azure VM but we are not allowed to install the Hyper-V role to our production servers.
@aaronparker will we lose functionallity when we bypass the Hyper-V module like @TTT-Travis did?
I believe we just removed the line at the top of the script. Used it quite a bit and never had issues with anything in our environments.
#Requires -Modules "Hyper-V"
Remove-ContainerData.ps1 seems to work without Hyper-V module installed (after bypassing requirement). Is there any functionality in the script that actually requires Hyper-V module? We'd like to avoid installing on any servers in our environment.