Start-RMReportViewer
From PowerGUI Wiki
Displays the online comparison or restoration report.
Contents |
Syntax
Start-RMReportViewer [-SqlLogin <String>] [-SqlPassword <SecureString>] [<CommonParameters>]
Detailed Description
Displays the online comparison or restoration report.
Related Commands
Parameters
| Name | Description | Required? | Pipeline Input | Default Value |
|---|---|---|---|---|
| SqlLogin | Specifies the Microsoft SQL Server login account that has sufficient permissions to access the Recovery Manager reports database on the SQL Server. | false | false | |
| SqlPassword | Specifies the password that matches the Microsoft SQL Server login account specified in the SqlLogin parameter. | false | false |
Examples
Example
Start-RMReportViewer
Displays the online comparison or restoration report.
