1.5 KiB
1.5 KiB
Run the data entity reports
These are the report scripts.
Script | Outputs |
---|---|
AggregateDataEntitiesReport.ps1 | AggregateDataEntities.csv |
AggregateMeasuresReport.ps1 | AggregateMeasures.csv |
DataEntityFieldReport.ps1 | DataEntityFields.csv |
DataEntityReport.ps1 | DataEntities.csv |
KPIReport.ps1 | KPIs.csv |
LicenseCode-ConfigKeyReport.ps1 | LicenseCodes.csv ConfigKeys.csv ConfigKeyGroups.csv MenuItems.csv |
SSRSReport.ps1 | SSRSReports.csv |
TablesReport.ps1 | Tables.csv This report takes awhile to run, but it produces output as it runs. |
WorkflowTypesReport.ps1 | WorkflowTypes.csv |
Helper functions
The report scripts use functions from these files:
- GetDataEntitiesWithSources.ps1
- MetadataProvider.ps1
Because the scripts include the function files, you need to run the reports from the folder with the .ps1 files.
metadataPath
You might need to update the metadataPath parameter to your local packages folder.
Running the script
You might see this message when you run the reports:
Run only scripts that you trust. While scripts from the internet can be useful, this script can potentially harm your computer.
If you trust this script, use the Unblock-File cmdlet to allow the script to without this warning message. Do want to run <filename> ?
Click Run once to run the report.
Contributing
This project welcomes contributions and suggestions. For more information, see the readme file.