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

Export-RubrikVM doesn't connect network after export even when -disablenetwork switch is not used #838

Open
atulpatewar301 opened this issue Oct 5, 2023 · 1 comment
Labels

Comments

@atulpatewar301
Copy link

Current Behavior

Export-RubrikVM -id (Get-RubrikVM 'xyz'| Get-RubrikSnapshot | Sort-Object -Property Date -Descending | Select -First 1).id -server 10.0.0.0 -DatastoreId (Get-RubrikVMwareDatastore -name SharedLUN4).id -HostID (Get-RubrikVMwareHost -name 10.0.0.0).id -KeepMACAddresses -PowerOn

This is the command I'm using, without any -disablenetwork switch however it doesn't check the connected box by default after restore.

Expected Behavior

it should check the connected box by default in vmware vm settings
image

Steps to Reproduce

No response

Context

No response

Failure Logs

No response

@atulpatewar301
Copy link
Author

image

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

No branches or pull requests

1 participant