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

Couple more adds for Get-Module Hyper-V #133

Open
jlgandy2 opened this issue Apr 26, 2019 · 3 comments
Open

Couple more adds for Get-Module Hyper-V #133

jlgandy2 opened this issue Apr 26, 2019 · 3 comments

Comments

@jlgandy2
Copy link

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

jlgandy2 commented May 6, 2019

Any update on this?

@jlgandy2
Copy link
Author

Its been a long time guys. Any update on this?

@jlgandy2
Copy link
Author

When are these changes going to be reviewed?

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

No branches or pull requests

1 participant