diff --git a/src/Modules/All/Commands.All/MicrosoftPowerBIMgmt.psd1 b/src/Modules/All/Commands.All/MicrosoftPowerBIMgmt.psd1 index d1c9b78c..50b78a03 100644 --- a/src/Modules/All/Commands.All/MicrosoftPowerBIMgmt.psd1 +++ b/src/Modules/All/Commands.All/MicrosoftPowerBIMgmt.psd1 @@ -28,7 +28,10 @@ Copyright = 'Microsoft Corporation. All rights reserved.' # Description of the functionality provided by this module - Description = 'Microsoft Power BI PowerShell - All cmdlets for Microsoft Power BI' + Description = 'The MicrosoftPowerBIMgmt module enables report developers and administrators to automate the report lifecycle and tenant administration tasks. + With this module, you can automate report publishing, as well as migrate reports from development to QA to production workspaces, without overwriting datasets or connections. + This module also has commands to copy reports, datasets, dashboards, and permissions between workspaces. You can also use the module to gather access information for security audits, and to work with orphaned or deleted workspaces. + For official documentation, go to https://docs.microsoft.com/powershell/power-bi/overview' # Minimum version of the Windows PowerShell engine required by this module PowerShellVersion = '3.0' @@ -116,4 +119,4 @@ # Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix. # DefaultCommandPrefix = '' -} \ No newline at end of file +}