diff --git a/powerbi-ps/MicrosoftPowerBIMgmt.Profile/Connect-PowerBIServiceAccount.md b/powerbi-ps/MicrosoftPowerBIMgmt.Profile/Connect-PowerBIServiceAccount.md index a5f7790..7b5013e 100644 --- a/powerbi-ps/MicrosoftPowerBIMgmt.Profile/Connect-PowerBIServiceAccount.md +++ b/powerbi-ps/MicrosoftPowerBIMgmt.Profile/Connect-PowerBIServiceAccount.md @@ -1,4 +1,4 @@ ---- +--- external help file: Microsoft.PowerBI.Commands.Profile.dll-Help.xml Module Name: MicrosoftPowerBIMgmt.Profile online version: https://docs.microsoft.com/en-us/powershell/module/microsoftpowerbimgmt.profile/connect-powerbiserviceaccount?view=powerbi-ps diff --git a/powerbi-ps/MicrosoftPowerBIMgmt.Workspaces/Get-PowerBIWorkspace.md b/powerbi-ps/MicrosoftPowerBIMgmt.Workspaces/Get-PowerBIWorkspace.md index 0ce0e3e..cb62c38 100644 --- a/powerbi-ps/MicrosoftPowerBIMgmt.Workspaces/Get-PowerBIWorkspace.md +++ b/powerbi-ps/MicrosoftPowerBIMgmt.Workspaces/Get-PowerBIWorkspace.md @@ -15,23 +15,24 @@ Returns a list of Power BI workspaces. ### List (Default) ``` Get-PowerBIWorkspace [-Scope ] [-Filter ] [-User ] [-Deleted] [-Orphaned] - [-First ] [-Skip ] [] + [-First ] [-Skip ] [-Include ] [] ``` ### Id ``` -Get-PowerBIWorkspace -Id [-Scope ] [] +Get-PowerBIWorkspace -Id [-Scope ] [-Include ] [] ``` ### Name ``` -Get-PowerBIWorkspace -Name [-Scope ] [] +Get-PowerBIWorkspace -Name [-Scope ] [-Include ] + [] ``` ### All ``` Get-PowerBIWorkspace [-Scope ] [-Filter ] [-User ] [-Deleted] [-Orphaned] - [-All] [] + [-Include ] [-All] [] ``` ## DESCRIPTION @@ -62,6 +63,13 @@ PS C:\> Get-PowerBIWorkspace -Scope Organization -Filter "tolower(name) eq 'cont Returns a workspace named 'Contoso Sales' (case insensitive with tolower) within the user's organization. +### Example 3 +```powershell +PS C:\> Get-PowerBIWorkspace -Scope Organization -Include All +``` + +Returns all Power BI workspaces along with related reports, dashboards, datasets, dataflows and workbooks within the user's organization. + ## PARAMETERS ### -All @@ -139,6 +147,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Include +Retrieves related artifacts associated with the Power BI workspace. Only available when -Scope is Organization. + +```yaml +Type: ArtifactType[] +Parameter Sets: (All) +Aliases: Expand +Accepted values: Reports, Dashboards, Datasets, Dataflows, Workbooks, All + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Name Name of the workspace to return if one exists with that name. Case insensitive search.