Skip to content

Latest commit

 

History

History
58 lines (54 loc) · 8.23 KB

File metadata and controls

58 lines (54 loc) · 8.23 KB
title MSReportServer_ConfigurationSetting methods
description MSReportServer_ConfigurationSetting methods
ms.date 09/25/2024
ms.service reporting-services
ms.subservice wmi-provider-library-reference
ms.topic ui-reference
ms.custom
updatefrequency5
helpviewer_keywords
WMI provider [Reporting Services], MSReportServer_ConfigurationSetting class
MSReportServer_ConfigurationSetting class
apilocation reportingservices.mof
apiname MSReportServer_ConfigurationSetting Methods
apitype MOFDef

MSReportServer_ConfigurationSetting methods

The MSReportServer_ConfigurationSetting class of the Report Server WMI Provider provides the following public methods.

Public methods

Method Description
BackupEncryptionKey Backs up the encryption key for the instance. The encryption key is stored encrypted with a password.
CreateSSLCertificateBinding method (WMI MSReportServer_ConfigurationSetting) Creates a TLS/SSL certificate binding.
DeleteEncryptedInformation Deletes the encrypted information from the report server database.
DeleteEncryptionKey Deletes the encryption keys from the report server database.
GenerateDatabaseCreationScript Generates a SQL script that can be used to create the report server database.
GenerateDatabaseRightsScript Generates a SQL script that can be used to grant a user access to the report server database.
GenerateDatabaseUpgradeScript Generates a SQL script that can be used to upgrade a report server database.
GetAdminSiteUrl method (WMI) Gets the absolute URL to the Central Administration web site.
GetDatabaseVersionDisplayName Gets the display name for a given report server database version string.
InitializeReportServer Initializes the specified report server instance.
ListInstalledSharePointVersions method (WMI) Returns a set of tokens that represent the versions of Microsoft [!INCLUDEwinSPServ] [!INCLUDEoffSPServ], [!INCLUDESPF2010], or [!INCLUDESPS2010] that are installed on the same computer as the report server.
ListIPAddresses method (WMI MSReportServer_ConfigurationSetting) Lists IP addresses for the computer.
ListReportServersInDatabase Returns a list of report server installations that are present in the report server database, regardless of whether those installations have access to secure information.
ListReservedURLs method (WMI MSReportServer_ConfigurationSetting) Lists URLs reserved for all applications on the report server.
ListSSLCertificateBindings method (WMI MSReportServer_ConfigurationSetting) Lists TLS/SSL certificate bindings that exist in HTTP.SYS and those bindings expected from RSReportServer.config.
ListSSLCertificates method (WMI MSReportServer_ConfigurationSetting) Lists installed TLS/SSL certificates on the computer.
ReencryptSecureInformation Generates a new encryption key and re-encrypts all secure information in the report server database using this new key.
RemoveSSLCertificateBindings method (WMI MSReportServer_ConfigurationSetting) Remove a TLS/SSL certificate binding.
RemoveUnattendedExecutionAccount Deletes the unattended execution account entry from the report server configuration.
RemoveURL method (WMI MSReportServer_ConfigurationSetting) Removes a URL reserved for the report server.
ReserveURL method (WMI MSReportServer_ConfigurationSetting) Adds a URL reservation for a given application.
RestoreEncryptionKey Reapplies the specified encryption key to the report server database.
SetDatabaseConnection Sets the report server database connection to a particular report server database.
SetDatabaseLogonTimeout Specifies the default time-out value for report server database sign in attempts.
SetDatabaseQueryTimeout Specifies the default time-out value for report server database queries.
SetEmailConfiguration Configures the email delivery extension used by the report server to send email.
SetSecureConnectionLevel Sets the secure connection level of the report server.
SetServiceState Turns the Report Server service on and off.
SetUnattendedExecutionAccount Specifies the account used to run reports unattended.
SetVirtualDirectory method (WMI MSReportServer_ConfigurationSetting) Sets the virtual directory for an application.
SetWindowsServiceIdentity Makes the Report Server service run as the specified Windows user, and grants this account sufficient permission to allow the report server to operate.

Related content