Converse agora com nosso suporte
Chat com o suporte

Enterprise Reporter 3.5.1 - Report Manager User Guide

Quest Enterprise Reporter Report Manager Introducing the Report Manager Running and Scheduling Reports Creating and Editing Reports Troubleshooting Issues with Enterprise Reporter Appendix: PowerShell cmdlets

Scheduling a job

You may want to change the start time for a scheduled job because it conflicts with another job.

This is an example of a Run Once job set to start at a specific date and time. First, the job is placed into the $discovery variable using the Get-ERJobDefinition cmdlet. Second, the Set-ERJobDefinitionSchedule cmdlet is executed with a different time and date for the job. Note the single quote that encloses the time.

This is an example of a Run Daily job set to start at a specific date and time, and to run every day.

This is an example of a Run Daily job set to start at a specific date and time, and to run every 4th day.

This is an example of a Run Weekly job set to start at a specific date and time, and to run on Monday, Wednesday, and Friday.

This is an example of a Run Monthly job set to start at a specific date and time and to run on the 1st Wednesday of the month.

This is an example of a Run Monthly job set to start at a specific date and time on the 3rd Wednesday of the month.

Deleting a job

In this example, all job definitions that start with the letter A are piped into the Remove-ERJobDefinition cmdlet for deletion.

First, the job data is placed into the $job variable. Second, the Remove-ERJobDefinition is run with $job as the input.

Using cmdlets to run reports

Now that you have collected data for your environment, you will want to produce reports with the data. Normally this is done using the Report Manager, but there are a number of cmdlets available to provide reports. The examples in this section demonstrate how to run reports using cmdlets.

This section contains the following examples:

Connecting to the server

Before you can use the report cmdlets, you must establish a connection to the Enterprise Reporter server. If you do not have your profile set up (see Loading the Enterprise Reporter cmdlets), you will need to establish a connection.

In this example, a connection is established to the AMERGEN01 server through port 7738.

Documentos relacionados

The document was helpful.

Selecione a classificação

I easily found the information I needed.

Selecione a classificação