Export-RmsReportDefinitionLanguage

Export-RmsReportDefinitionLanguage

Exports all report definition (.rdl) files for this version of Active Directory Rights Management Services (AD RMS).

Sintaxis

Parameter Set: Default
Export-RmsReportDefinitionLanguage [-Path] <String[]> [-ExportLocation] <String> [-Force] [-Confirm] [-WhatIf] [ <CommonParameters>]

Descripción detallada

HelpLongDescription This cmdlet exports the following report definition (.rdl) files for this version of Active Directory Rights Management Services (AD RMS).

Report_Health_MultiReport.rdl

Report_TroubleShooting_UserRequestSummary.rdl

Report_TroubleShooting_UserRequestTypeList.rdl

Report_TroubleShooting_UserRequestDetail.rdl

Report_TroubleShooting_UserRequestCertificateInfo.rdl

Report_TroubleShooting_AllILsFromCLC.rdl.rdl

Report_TroubleShooting_AllEULsFromIssuanceLicense.rdl

The file Report_TroubleShooting_DecryptILRightsLabel.rdl is not exported because it cannot be used by the SQL Server report service because it would require a private key.

To export the report definition files, specify the ExportLocation where you want the files to be saved and then set the Path parameter to the AD RMS provider drive subpath “<PSDrive>:\Report” where <PSDrive> is the provider drive ID. You can also specify a relative path. For example, “.” specifies the current location.

Parámetros

-ExportLocation<String>

Specifies the path of the exported file.

Alias

ninguno

¿Requerido?

true

¿Posición?

2

Valor predeterminado

ninguno

¿Aceptar canalización?

true (ByValue, ByPropertyName)

¿Aceptar caracteres comodín?

false

-Force

Overrides restrictions that prevent the command from succeeding, just so the changes do not compromise security. For example, Force will override the read-only attribute or create directories to complete a file path, but it will not attempt to change file permissions.

Alias

ninguno

¿Requerido?

false

¿Posición?

named

Valor predeterminado

ninguno

¿Aceptar canalización?

true (ByValue, ByPropertyName)

¿Aceptar caracteres comodín?

false

-Path<String[]>

Specifies a provider drive and path or relative path on the current drive. This parameter is required. Use a dot (.) to specify the current location. This parameter does not accept wildcards and has no default value.

Alias

ninguno

¿Requerido?

true

¿Posición?

1

Valor predeterminado

ninguno

¿Aceptar canalización?

false

¿Aceptar caracteres comodín?

false

-Confirm

Solicita confirmación antes de ejecutar el cmdlet.

¿Requerido?

false

¿Posición?

named

Valor predeterminado

falso

¿Aceptar canalización?

false

¿Aceptar caracteres comodín?

false

-WhatIf

Muestra lo que sucedería si se ejecutara el cmdlet. El cmdlet no se ejecuta.

¿Requerido?

false

¿Posición?

named

Valor predeterminado

falso

¿Aceptar canalización?

false

¿Aceptar caracteres comodín?

false

<CommonParameters>

Este cmdlet admite los siguientes parámetros comunes: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer y -OutVariable. Para obtener más información, consulte about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Entradas

El tipo de entrada es el tipo de los objetos que se pueden canalizar al cmdlet.

Salidas

El tipo de resultado es el tipo de objetos que emite el cmdlet.

Ejemplos

-------------- EXAMPLE1 --------------

This command exports the .rdl files to the directory c:\temp\.

C:\PS>Export-RmsReportDefinitionLanguage path . -ExportLocation c:\temp\

Temas relacionados

Get-RmsSystemHealthReport

Get-RmsUserRequestReport

Using Windows PowerShell with AD RMS