Export-RmsReportDefinitionLanguage
Export-RmsReportDefinitionLanguage is accessible with the help of ADRMSAdmin module. To install ADRMSAdmin on your system please refer to this ADRMSAdmin.
Synopsis
Exports all report definition (.rdl) files.
Description
The Export-RmsReportDefinitionLanguage 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
This cmdlet does not export the Report_TroubleShooting_DecryptILRightsLabel.rdl file. This file cannot be used by the SQL Server report service because it requires a private key.
To export the report definition files, specify the ExportLocation where you want to save the files, and set the Path parameter to the AD RMS provider drive subdirectory <PSDrive>:\
Report where <PSDrive>
is the provider drive ID. You can also specify a relative path. For example, a dot (.) specifies the current location.
Parameters
-Confirm <>
Required? false
Position? Named
Default value
Accept pipeline input? false
Accept wildcard characters?
-ExportLocation <string>
Required? true
Position? 1
Default value
Accept pipeline input? true (ByValue, ByPropertyName)
Accept wildcard characters?
-Force <>
Required? false
Position? Named
Default value
Accept pipeline input? true (ByValue, ByPropertyName)
Accept wildcard characters?
-Path <string[]>
Required? true
Position? 0
Default value
Accept pipeline input? false
Accept wildcard characters?
-WhatIf <>
Required? false
Position? Named
Default value
Accept pipeline input? false
Accept wildcard characters?
Syntax
Export-RmsReportDefinitionLanguage [-ExportLocation] <String> [-Force] [-Path] <String[]> [-WhatIf] [-Confirm] [<CommonParameters>]
——————-Example 1——————-
Export report definition files
PS C:\> Export-RmsReportDefinitionLanguage -Path “.” -ExportLocation “c:\ADRMS\”
This command exports the report definition files to the directory C:\ADRMS.
You can check the Version, CommandType and Source of this cmdlet by giving below command.
Get-Command Export-RmsReportDefinitionLanguage
You can also read about
- Using Windows PowerShell with AD RMS
- Get-RmsSystemHealthReport
- Get-RmsUserRequestReport