Hi al,
i am sucessfull cloned and deployed using PowershellCTP3, but there is no option to connect to the physical network during deploy, here my comman:-
$labmanager.ConfigurationDeploy(132,0,4) , the "4" for FenceAllowInAndOut,
What i'm trying to do is clone the configuration, deploy them and export the external IP address, so user can connect any VMs from their computer.
Any suggestion?
I can see the "BeginConfigurationDeploy" and EndConfigurationDeploy but not sure how to user them (from $labManager | gm | where { $_.MemberType -eq "Method" })
Thanks
ps: I have seen a lotof potential useful funtion in LabManagerInternal Class, but not sure how to use them,is anylink I could read?