Usage, waiting for a resource. It will attempt to retry 3 times, with a 5 second delay between each.
Retry -Attemps 3 -Delay 5 {
if (-not (Test-Path "$($volume.DriveLetter):\Windows\System32\config")) {
Throw "The VHDx mounted at $($volume.DriveLetter):\ is not a Windows System volume."
}
}