Chatee ahora con Soporte
Chat con el soporte

Enterprise Reporter 3.6 - 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 Appendix: Log Viewer

Getting a credential

This cmdlet retrieves system credentials from the central store for accounts and passwords by unique identifier, an account name and description.

Syntax

Get-ERSystemCredential [-Description <String>] [-AccountName] <String> [-InformationAction <ActionPreference>] [-InformationVariable <String>] [<CommonParameters>]

Get-ERSystemCredential -CredentialId <Guid> [-InformationAction <ActionPreference>] [-InformationVariable <String>] [<CommonParameters>]

In this example, the credentials for an account are returned. Note that the password is encrypted.

Get-ERSystemCredential -AccountName 'AMER\Administrator'

Resetting a credential

This cmdlet updates an existing system credential in the central store for accounts and passwords used throughout the system. This makes it easy to keep passwords up to date, and allows you to enter the credential details once, and access them repeatedly. This cmdlet will update NT Service accounts and restart NT Services if it has been used in a Node deployment or ER Server service.

Set-ERSystemCredential [-Credential] <PSCredential> [[-Timeout] <Int32>] [-InformationAction <ActionPreference>] [-InformationVariable <String>] [<CommonParameters>]

The PowerShell cmdlet function Set-ERSystemCredential updates the system account password in the Enterprise Reporter credentials database and performs all required NTService changes (including node and server service restarts).

Connect-ERConfigurationServer hal-test-srv.AMER.hal.ca.qsft

$secpasswd = ConvertTo-SecureString 'pA$$w0d' -AsPlainText -Force

$credentials = New-Object System.Management.Automation.PSCredential ('AMER\Administrator', $secpasswd)
Set-ERSystemCredential $credentials

When updating ER Server credentials, the server will be restarted. This function completes before ER Server gets restarted. Before calling any additional configuration cmdlet, reconnect to the server using the following command:

Connect-ERConfigurationServer hal-test-srv.AMER.hal.ca.qsft

Using cmdlets to manage clusters and nodes

The examples in this section deal with the basics of Enterprise Reporter, which are clusters and nodes for the clusters. Without nodes, clusters cannot direct any work to be done and without clusters, nodes cannot do any work.

This section contains the following examples:

Creating a cluster

The New-ERCluster cmdlet creates a new cluster in Enterprise Reporter Configuration Manager on which discoveries can be run. Nodes are associated with this cluster, which can be installed on systems in remote locations to allow jobs to run closer to the physical location.

In this example, the new cluster named Second Cluster is created.

Documentos relacionados

The document was helpful.

Seleccionar calificación

I easily found the information I needed.

Seleccionar calificación