Skip to content

Instantly share code, notes, and snippets.

@PlagueHO
Created January 25, 2016 01:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PlagueHO/e2e30a66d466a488941d to your computer and use it in GitHub Desktop.
Save PlagueHO/e2e30a66d466a488941d to your computer and use it in GitHub Desktop.
Example DSC Resource Integration Tests Step 3
# Clean up
Remove-iSCSIVirtualDisk `
-Path $VirtualDisk.Path
Remove-Item `
-Path $VirtualDisk.Path `
-Force
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment