diff --git a/windows/deployment/update/media-dynamic-update.md b/windows/deployment/update/media-dynamic-update.md index 1e669a15c7..0ae148a631 100644 --- a/windows/deployment/update/media-dynamic-update.md +++ b/windows/deployment/update/media-dynamic-update.md @@ -656,6 +656,13 @@ Foreach ($File in $MEDIA_NEW_FILES) } } +``` + +### Finish up + +As a last step, the script removes the working folder of temporary files, and unmounts our language pack and Features on Demand ISOs. + +```powershell # # Perform final cleanup # @@ -670,11 +677,3 @@ Dismount-DiskImage -ImagePath $FOD_ISO_PATH -ErrorAction stop | Out-Null Write-Output "$(Get-TS): Media refresh completed!" ``` - -### Finish up - -As a last step, the script removes the working folder of temporary files, and unmounts our language pack and Features on Demand ISOs. - -```powershell -TODO -```