fslogix icon indicating copy to clipboard operation
fslogix copied to clipboard

Remove-ContainerData.ps1 Hyper-V Requirement

Open TTT-Travis opened this issue 3 years ago • 2 comments

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.

TTT-Travis avatar Aug 12 '20 01:08 TTT-Travis

@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?

dewildep avatar Oct 13 '22 08:10 dewildep

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"

TTT-Travis avatar Oct 13 '22 23:10 TTT-Travis