We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Can we change the Get-Module Hyper-V module like so to add a few more checks?
if (Get-Module Hyper-V -ErrorAction SilentlyContinue) { $CmdsToLog += 'Get-VM -CimSession _C_ -ErrorAction SilentlyContinue', 'Get-VMNetworkAdapter -All -CimSession _C_ -ErrorAction SilentlyContinue', 'Get-VMSwitch -CimSession _C_ -ErrorAction SilentlyContinue', 'Get-VMHost -CimSession _C_ -ErrorAction SilentlyContinue', 'Get-VMNetworkAdapterVlan -CimSession _C_ -ManagementOS -ErrorAction SilentlyContinue', 'Get-VMNetworkAdapterTeamMapping -CimSession _C_ -ManagementOS -ErrorAction SilentlyContinue' }
The text was updated successfully, but these errors were encountered:
Any update on this?
Sorry, something went wrong.
Its been a long time guys. Any update on this?
When are these changes going to be reviewed?
No branches or pull requests
Can we change the Get-Module Hyper-V module like so to add a few more checks?
The text was updated successfully, but these errors were encountered: