Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Newcommand move sqldatabasefile #175

Merged
merged 26 commits into from
Sep 8, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
5849422
Initial Version
ClaudioESSilva Aug 1, 2016
b4c4601
Copy Local and Remote (Robocopy) already works
ClaudioESSilva Aug 4, 2016
ab45b3e
Export file list from database to CSV
ClaudioESSilva Aug 4, 2016
d167c41
Local copy done
ClaudioESSilva Aug 5, 2016
c162feb
Copy with Remote-PSSession
ClaudioESSilva Aug 10, 2016
2748849
Remote-PSSession Progress bar (WIT)
ClaudioESSilva Aug 11, 2016
6d4a452
Start 3rd Method Copy-Item
ClaudioESSilva Aug 12, 2016
f221c80
Test Using CopyItem (UNC)
ClaudioESSilva Aug 13, 2016
e512592
Change UNC parse to use Join-AdminUnc shared function
ClaudioESSilva Aug 13, 2016
1341cd6
Tests to Write-Progress with PSSession
ClaudioESSilva Aug 16, 2016
167894c
Added MD5 hash validation after copy
ClaudioESSilva Aug 29, 2016
703b8da
Some tests and tweaks
ClaudioESSilva Aug 30, 2016
68a09af
:fireworks: PSSession & Robocopy & progressbar
ClaudioESSilva Sep 1, 2016
77e5988
update some doc
ClaudioESSilva Sep 1, 2016
9793412
Documentation
ClaudioESSilva Sep 1, 2016
e7ce43f
Code optimized
ClaudioESSilva Sep 1, 2016
2fbd3b2
Some tweaks
ClaudioESSilva Sep 2, 2016
e597a06
Moved stuff arround
ClaudioESSilva Sep 5, 2016
d17454e
Add new function Check-SpaceRequirements
ClaudioESSilva Sep 6, 2016
1ebeaa8
Some simple testes done
ClaudioESSilva Sep 6, 2016
851c824
Test and handle when methods don't have access
ClaudioESSilva Sep 6, 2016
38c1087
Implementing WhatIf - WIP
ClaudioESSilva Sep 6, 2016
88871d8
WhatIf implemented - more docs
ClaudioESSilva Sep 8, 2016
a782d5a
Even more docs
ClaudioESSilva Sep 8, 2016
cacf412
Removed Move-SqlDatabaseFile
ClaudioESSilva Sep 8, 2016
32f0646
Undo changes
ClaudioESSilva Sep 8, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dbatools.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -175,4 +175,4 @@
IsPrerelease = 'True'
}
}
}
}
Loading