aaronparker / fslogix

Scripts for use with FSLogix Apps, Containers etc.
https://stealthpuppy.com/fslogix
MIT License
92 stars 54 forks source link

Remove-ContainerData.ps1 Hyper-V Requirement #16

Open TTT-Travis opened 4 years ago

TTT-Travis commented 4 years ago

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.

dewildep commented 2 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?

TTT-Travis commented 2 years ago

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"