Chat now with support
Chat mit Support

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

Enabling Enterprise Reporter cmdlets

Before you can use any of the Enterprise Reporter cmdlets, you might need to configure the older systems (before Windows 2012 R2) on which you will be running the cmdlets.

Loading the Enterprise Reporter cmdlets

You can create a profile file that displays the list of Quest™ Enterprise Reporter cmdlets each time you open Windows Powershell.

Using cmdlets to manage credentials

The examples in this section deal with the basic of using Enterprise Reporter system credentials. This section contains the following examples:

Adding a credential (Add-ERSystemCredential)
Getting a credential (Get-ERSystemCredential)
Resetting a credential (Set-ERSystemCredential)

Adding a credential

Credentials are used in different places in Enterprise Reporter. For example, nodes and report schedules both use credentials. This cmdlet adds specified system credential to 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.

Add-ERSystemCredential [-Credential] <PSCredential> [-InformationAction <ActionPreference>] [-InformationVariable <String>] [<CommonParameters>]

In this example, a new account and associated credential is added.

$secpasswd = ConvertTo-SecureString 'pA$$w0d' -AsPlainText –Force
$credentials = New-Object System.Management.Automation.PSCredential ('AMER\Administrator', $secpasswd)
Set-ERSystemCredential $credentials

Verwandte Dokumente

The document was helpful.

Bewertung auswählen

I easily found the information I needed.

Bewertung auswählen