Export-RmsReportDefinitionLanguage

Export-RmsReportDefinitionLanguage

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

Syntax

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

Detailed Description

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.

Parameters

-ExportLocation<String>

Specifies the path of the exported file.

Aliases

none

Required?

true

Position?

2

Default Value

none

Accept Pipeline Input?

true (ByValue, ByPropertyName)

Accept Wildcard Characters?

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.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

true (ByValue, ByPropertyName)

Accept Wildcard Characters?

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.

Aliases

none

Required?

true

Position?

1

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-Confirm

Prompts you for confirmation before running the cmdlet.

Required?

false

Position?

named

Default Value

false

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

Required?

false

Position?

named

Default Value

false

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see    about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

Outputs

The output type is the type of the objects that the cmdlet emits.

Examples

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

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

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

Get-RmsSystemHealthReport

Get-RmsUserRequestReport

com/fwlink/?LinkId=136806