You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 4, 2020. It is now read-only.
This instead of having to interactively fill it out.
This is just a rough draft. Future state: We can have it so it dynamically pulls in the tests (with Get-VesterTest) based on the parameters sent
We should update some of the scope (i.e.: Network to VDS)
To use parameters and get rid of all the Read-Host/interactively filling out the form
Expected Behavior
$Params = @{
'Datacenter' = 'DC1'
'Cluster' = 'C1'
'DatastoreCluster' = 'DSC1'
'VMHost' = 'VMH1'
'VM' = 'VM1'
'VDS' = 'VDS1'
'Verbose' = $True
}
New-VesterConfig @params
This instead of having to interactively fill it out.
This is just a rough draft.
Future state: We can have it so it dynamically pulls in the tests (with
Get-VesterTest
) based on the parameters sentWe should update some of the scope (i.e.: Network to VDS)
Here is a rough draft.
Current Behavior
You must interactively fill out the form
Possible Solution
rough draft
Context
When running
New-VesterConfig
Your Environment
The text was updated successfully, but these errors were encountered: