Course Operations and Maintenance
One-off Deployments for RangeControl users
The easiest way to do a redeploy is to comment out all the users with the exception of the user who needs a redeploy. Either have the student rename their existing VM or adjust the destination prefix.
Setting Student Networks for Network Security Monitoring
In some courses, students will need to listen promiscuously on their given network. The following helper function will do that.
SetSwitchPromiscuous -name "OMJ-100-0*MGMT*" -on $true
SetSwitchPromiscuous -name "OMJ-100*" -on $true
Adjusting the Memory and CPU count of User VMs
In many cases a lightly provisioned link clone will not be up to a task, you can upgrade it in-situ like so.
tweakVMPerformance -Name wks* -gb 6 -cpu 2