Skip to content

Releases: MikeFal/PowerShell

Initial Release - RestoreAutomation

20 Jul 14:50
Compare
Choose a tag to compare

Completed the initial version of RestoreAutomation.psm1. Contains the following core features:
-New-Restore (Powershell function to generate a SQL Restore script)
-Sync-DBUsers (Powershell function to correct orphaned database users post-restore)
-Get-DBCCCheckDB (Powershell function to execute DBCC CheckDB and return results)