The Start-LogTruncation command forces log truncation for the specified protected SQL Server or Microsoft Exchange server. 
 
Usage
The usage for the command is as follows: 
Start-LogTruncation -core [host name] -user [user name] -password [password] -protectedserver [[machine name] or [IP address]] -target [sql | exchange]
 
Command Options
The following table describes the options available for the Start-LogTruncation command: 
Table 171: Start-LogTruncation command options 
| -? | Display this help message. | 
| -core | Optional. Remote Core host machine IP address (with an optional port number). By default the connection is made to the Core installed on the local machine. | 
| -user | Optional. User name for the remote Core host machine. If you specify a user name, you also have to provide a password. If none are provided, then the logged-on user's credentials will be used. | 
| -password | Optional. Password to the remote Core host machine. If you specify a password, you also have to provide a user name. If none are provided, then the logged-on user's credentials will be used. | 
| -protectedserver | Archive of recovery points for the specified machine. | 
| -target | Specify the type of log truncation (either ‘sql’ or ‘exchange’). If not specified, logs are truncated on all databases. | 
 
Example:
Truncate SQL logs: 
>Start-LogTruncation -protectedserver SQL1 -target sql
Truncate Exchange server logs: all recovery points for all machines on the Core: 
> start-LogTruncation -protectedserver ExServer2 -target exchange
  
    
The Start-MountabilityCheck command forces a mountability check for protected Microsoft Exchange mail stores. 
 
Usage
The usage for the command is as follows: 
Start-MountabilityCheck -core [host name] -user [user name] -password [password] -protectedserver [[machine name] or [IP address]] -rpn [number | numbers] | 
-time [time string]
 
Command Options
The following table describes the options available for the Start-MountabilityCheck command: 
Table 172: Start-MountabilityCheck command options 
| -? | Display this help message. | 
| -core | Optional. Remote Core host machine IP address (with an optional port number). By default the connection is made to the Core installed on the local machine. | 
| -user | Optional. User name for the remote Core host machine. If you specify a user name, you also have to provide a password. If none are provided, then the logged-on user's credentials will be used. | 
| -password | Optional. Password to the remote Core host machine. If you specify a password, you also have to provide a user name. If none are provided, then the logged-on user's credentials will be used. | 
| -protectedserver | Archive of recovery points for the specified machine. | 
| -rpn | Optional. The sequential number of a recovery point to be exported. (You can use the -GetRecoveryPointscommand to obtain recovery point numbers.Note: If neither ‘time’ nor ‘rpn’ option is specified in this command, than the most recent recovery point will be exported.  | 
| -time | Optional. Determines recovery point to be selected for export. You need to specify exact time in the format “MM/DD/YYYY hh:mm tt” (for example: “04/24/2015 09:00 AM”).” Specify date time values of the time zone set on your local machine. Note: If neither ‘time’ nor ‘rpn’ option is specified in this command, than the most recent recovery point will be exported.  | 
 
Example:
Start a mountability check for oall recovery points for all machines on the Core: 
> Start-MountabilityCheck -protected EX01
  
    
The Start-OptimizationJob command lets you perform optimize a repository on demand. 
 
Usage
The usage for the command is as follows: 
Start-OptimizationJob -core [host name] -user [user name] -password [password] -repository [repository name] | -all
 
Command Options
The following table describes the options available for the Start-OptimizationJob command: 
Table 173: Start-OptimizationJob command options 
| -? | Display this help message. | 
| -core | Optional. Remote Core host machine IP address (with an optional port number). By default, the connection is made to the Core installed on the local machine. | 
| -user | Optional. The user name for the remote Core host machine. If you specify a user name, you must also provide a password. If none is provided, then the credentials for the logged-on user are used. | 
| -password | Optional. The password to the remote Core host machine. If you specify a password, you also have to provide a user name. If none is provided, then the credentials for the logged-on user are used. | 
| -repository | The name of the repository that you want to optimize. | 
| -all | Use this option to perform the optimization job on all repositories for this Core. | 
 
Example:
Start a repository optimization job: 
>Start-OptimizationJob -repository "Repository 1" -core 10.10.10.10 -user administrator -password 23WE@#$sdd
  
    
Use the command Start-OracleDBVerifyJob to start the DBVerify job for one or more specified recovery points on a protected server. 
 
Usage
The usage for the command is as follows: 
Start-OracleDBVerifyJob -core [host name] -user [user name] -password [password] -protectedserver [name | IP address] -recoverypointnumber [number | numbers]
 
Command Options
The following table describes the options available for the Start-OracleDBVerifyJob command: 
Table 174: Start-OracleDBVerifyJob command options 
| -? | Display this help message. | 
| -core | Optional. Remote Core host machine IP address (with an optional port number). By default, the connection is made to the Core installed on the local machine. | 
| -user | Optional. The user name for the remote Core host machine. If you specify a user name, you must also provide a password. If none is provided, then the credentials for the logged-on user are used. | 
| -password | Optional. The password to the remote Core host machine. If you specify a password, you also have to provide a user name. If none is provided, then the credentials for the logged-on user are used. | 
| -protectedserver | Use this option to specify the protected machine for which you want to enable the Oracle DBVerify nightly job. | 
| -recoverypointnumber | The sequential number of a recovery point that you want to export (use the /list rpscommand to get the numbers). To start the job on multiple recovery points with one command, separate each recovery point number with a space. | 
 
Example:
Start the Oracle DBVerify job for the recovery points on the specified protected server: 
>Start-OracleDBVerifyJob -core 10.10.127.42 -user admin -password 676df#df -protectedserver 10.10.34.88 -recoverypointnumber 1 2