หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Description
Download link at the very end of this article...
This program is a Graphical User Interface that will help you generating Exchange Management Shell command lines to:
- Create a Recovery Database using temporary path for the database and its corresponding LOG files set
- Point that newly created Recovery Database to an existing database file and its corresponding LOG files set
- Display the newly created Recovery Database and its paths just modified
- Mount the Recovery Database using the existing database file and corresponding LOG files set
- (or 4bis) - Displaying the status and file paths of that database again (just to confirm)
Launching it
Just type .\Launch-RecoveryDatabaseCreateGUI.ps1
or "Run with Powershell" from Windows Explorer:
Once you have the desired values for your Server name, your EDB file and LOG paths, etc..., Clicking on the [Copy to Clipboard] button will copy the command list to the Clipboard.
=> that way, you will be able to paste your commands in a PowerShell script, or in a NOTEPAD, or directly in an Exchange Management Shell for immediate execution !
Note: In order to see the "Run with Powershell" context menu on Windows Explorer, you need to set "Notepad" as the default "open with" program for .PS1 files -> see the "Miscellaneous" section below if you don't have your "Run with PowerShell" menu and if you with to get it back.
Note2: if you reset the ".PS1" file association with NOTEPAD, you'll lose any previous association you made with ".PS1" files...
Miscellaneous : How to retrieve your "Run with Powershell" menu from Windows Explorer
If you don't find your "Run with PowerShell" menu anymore when right-clicking a PS1 file, you just have to reset the default program to open .PS1 to be the basic Windows "Notepad". Here's how to do it :
- Right-click to any .PS1 file, and click "Open with":
- Choose Notepad, and ensure the
[x] Always use this app to open .ps1 files
is checked :
- You're done ! From now on, and until you change the default editor for .ps1 files, you'll see the "Run with PowerShell" context menu when you right-click a .PS1 file:
Download
Download it on TechNet Gallery
Or get it on the tool's GitHub page