From af1f8bb515d264d619df66a934f9555f33f49e44 Mon Sep 17 00:00:00 2001 From: Kartik P V R Date: Tue, 5 Aug 2025 16:29:05 +0530 Subject: [PATCH] User permission report - support for emails --- .../Start-SPODataAccessGovernanceInsight.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Start-SPODataAccessGovernanceInsight.md b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Start-SPODataAccessGovernanceInsight.md index efae44886..666c84249 100644 --- a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Start-SPODataAccessGovernanceInsight.md +++ b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Start-SPODataAccessGovernanceInsight.md @@ -53,7 +53,7 @@ Start-SPODataAccessGovernanceInsight -ReportEntity -Workload ### UserPermissionsParameterSet ``` Start-SPODataAccessGovernanceInsight -ReportEntity -Workload - -ReportType -Name -UserIDList + -ReportType -Name -UserEmailList [] ``` @@ -227,12 +227,12 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -UserIDList +### -UserEmailList -Specifies the Entra object IDs of the users for whom permissions report should be generated. Can be fetched using the `Get-MgUser` command from [Microsoft Graph PowerShell](/powershell/module/microsoft.graph.users/get-mguser). +Specifies the email IDs of the users for whom permissions report should be generated. ```yaml -Type: System.Collections.Generic.List`1[System.Guid] +Type: System.Collections.Generic.List`1[System.String] Parameter Sets: UserPermissionsParameterSet Aliases: