Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove-ContainerData.ps1 Hyper-V Requirement #16

Open
TTT-Travis opened this issue Aug 12, 2020 · 2 comments
Open

Remove-ContainerData.ps1 Hyper-V Requirement #16

TTT-Travis opened this issue Aug 12, 2020 · 2 comments
Labels
enhancement New feature or request

Comments

@TTT-Travis
Copy link

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.

@aaronparker aaronparker added the enhancement New feature or request label Oct 9, 2020
@dewildep
Copy link

@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
Copy link
Author

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"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants