Skip to content

Latest commit

 

History

History
154 lines (112 loc) · 3.89 KB

Export-RmsReportDefinitionLanguage.md

File metadata and controls

154 lines (112 loc) · 3.89 KB
external help file ms.assetid manager online version schema ms.reviewer ms.author author
Microsoft.RightsManagementServices.Admin.dll-Help.xml
4ED8DED4-AF0B-416E-A815-A2AF00AFD6F0
dansimp
2.0.0
v-anbarr
andreabarr

Export-RmsReportDefinitionLanguage

SYNOPSIS

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

SYNTAX

Export-RmsReportDefinitionLanguage [-ExportLocation] <String> [-Force] [-Path] <String[]> [-WhatIf] [-Confirm]
 [<CommonParameters>]

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.

EXAMPLES

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

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

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

PARAMETERS

-Confirm

Prompts you for confirmation before running the cmdlet.

Type: SwitchParameter
Parameter Sets: (All)
Aliases: cf

Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False

-ExportLocation

Specifies the path of the exported file.

Type: String
Parameter Sets: (All)
Aliases: 

Required: True
Position: 1
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
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.

Type: SwitchParameter
Parameter Sets: (All)
Aliases: 

Required: False
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False

-Path

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.

Type: String[]
Parameter Sets: (All)
Aliases: 

Required: True
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-WhatIf

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

Type: SwitchParameter
Parameter Sets: (All)
Aliases: wi

Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

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

INPUTS

OUTPUTS

NOTES

RELATED LINKS

Get-RmsSystemHealthReport

Get-RmsUserRequestReport

ADRMSAdmin Module