Milestone 5 PowerCLI - absentee-neptune/SYS-480 GitHub Wiki

Creating cloner.ps1 in Visual Studio Code

Commands Used for Processes

  • Connect-VIServer
  • Get-VM
  • Get-VMHost
  • Get-Datastore
  • New-VM
  • Read-Host

Commands Used for Formatting

  • Format-Table
  • Write-Host

Commands Used for Error Handling

  • try{} catch{}
  • Write-Output
  • Break

Milestone Completion

Week 5 Reflection
cloner.ps1
Completed Milestone Demonstration