Skip to content

Instantly share code, notes, and snippets.

@adoprog
Created May 19, 2013 05:28
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 adoprog/5606791 to your computer and use it in GitHub Desktop.
Save adoprog/5606791 to your computer and use it in GitHub Desktop.
Cleanup database files
# Cleanup Databases from previuous installation (if needed)
foreach ($db in $databases)
{
Delete-Database $server "$siteName.$db"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment