From 16f584b8d9524fb473921764a506888b6c05c84b Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Sat, 1 Aug 2026 04:05:48 +0000 Subject: [PATCH 1/7] Updated markdown help --- .../Confirm-MgUserMemberGroup.md | 62 ++------- .../Confirm-MgUserMemberObject.md | 55 ++------ .../Export-MgUserPersonalData.md | 58 ++------ .../Find-MgUserMeetingTime.md | 127 +++++++----------- .../Get-MgUserById.md | 52 +++---- .../Get-MgUserMailTip.md | 64 ++------- .../Get-MgUserMemberGroup.md | 58 ++------ .../Get-MgUserMemberObject.md | 62 +++------ .../Invoke-MgLicenseUser.md | 52 +------ .../Invoke-MgRetryUserServiceProvisioning.md | 42 +----- .../Invoke-MgTranslateUserExchangeId.md | 59 ++------ .../Microsoft.Graph.Users.Actions.md | 21 +-- .../Remove-MgAllUserDeviceFromManagement.md | 44 ++---- .../Revoke-MgUserSignInSession.md | 52 +------ .../Send-MgUserMail.md | 74 ++-------- .../Set-MgUserLicense.md | 90 +++---------- .../Test-MgUserProperty.md | 68 ++++------ .../Update-MgUserPassword.md | 56 ++------ 18 files changed, 230 insertions(+), 866 deletions(-) diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Confirm-MgUserMemberGroup.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Confirm-MgUserMemberGroup.md index 85c34c011f20f..648d324803407 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Confirm-MgUserMemberGroup.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Confirm-MgUserMemberGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Users.Actions-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.users.actions/confirm-mgusermembergroup Locale: en-US Module Name: Microsoft.Graph.Users.Actions -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Confirm-MgUserMemberGroup --- @@ -14,14 +14,11 @@ title: Confirm-MgUserMemberGroup ## SYNOPSIS Check for membership in a specified list of group IDs, and return from that list the IDs of groups where a specified object is a member. -The specified object can be of one of the following types:\r- user\r- group\r- service principal\r- organizational contact\r- device\r- directory object This function is transitive. +The specified object can be of one of the following types:\r\n- user\r\n- group\r\n- service principal\r\n- organizational contact\r\n- device\r\n- directory object This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. -> [!NOTE] -> To view the beta release of this cmdlet, view [Confirm-MgBetaUserMemberGroup](/powershell/module/Microsoft.Graph.Beta.Users.Actions/Confirm-MgBetaUserMemberGroup?view=graph-powershell-beta) - ## SYNTAX ### CheckExpanded (Default) @@ -31,7 +28,6 @@ Confirm-MgUserMemberGroup -UserId [-ResponseHeadersVariable ] [-AdditionalProperties ] [-GroupIds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Check @@ -42,7 +38,6 @@ Confirm-MgUserMemberGroup -UserId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CheckViaIdentityExpanded @@ -52,7 +47,6 @@ Confirm-MgUserMemberGroup -InputObject [-ResponseHeaders [-AdditionalProperties ] [-GroupIds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CheckViaIdentity @@ -63,7 +57,6 @@ Confirm-MgUserMemberGroup -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -74,23 +67,14 @@ This cmdlet has the following aliases, ## DESCRIPTION Check for membership in a specified list of group IDs, and return from that list the IDs of groups where a specified object is a member. -The specified object can be of one of the following types:\r- user\r- group\r- service principal\r- organizational contact\r- device\r- directory object This function is transitive. +The specified object can be of one of the following types:\r\n- user\r\n- group\r\n- service principal\r\n- organizational contact\r\n- device\r\n- directory object This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. -**Permissions** - -| Permission type | Permissions (from least to most privileged) | -| --------------- | ------------------------------------------ | -| Delegated (work or school account) | Application.Read.All, User.ReadWrite.All, Device.Read.All, GroupMember.Read.All, Group.ReadWrite.All, Group.Read.All, Directory.ReadWrite.All, Directory.Read.All, Application.ReadWrite.All, AgentIdUser.ReadWrite.IdentityParentedBy, AgentIdUser.ReadWrite.All, User.Read.All, | -| Delegated (personal Microsoft account) | Not supported | -| Application | Application.Read.All, AgentIdUser.ReadWrite.IdentityParentedBy, User.Read.All, GroupMember.Read.All, Group.ReadWrite.All, Group.Read.All, Directory.ReadWrite.All, User.ReadWrite.All, Device.ReadWrite.All, Device.Read.All, Application.ReadWrite.All, Directory.Read.All, AgentIdUser.ReadWrite.All, | - ## EXAMPLES -### Example 1: Check group memberships for the signed-in user -```powershell +### EXAMPLE 1 Import-Module Microsoft.Graph.Users.Actions @@ -104,10 +88,6 @@ $params = @{ # A UPN can also be used as -UserId. Confirm-MgUserMemberGroup -UserId $userId -BodyParameter $params -``` -This example will check group memberships for the signed-in user - - ## PARAMETERS ### -AdditionalProperties @@ -139,7 +119,7 @@ HelpMessage: '' ### -BodyParameter - +. To construct, see NOTES section for BODYPARAMETER properties and create a hash table. ```yaml @@ -210,7 +190,7 @@ HelpMessage: '' ### -GroupIds - +. ```yaml Type: System.String[] @@ -494,37 +474,15 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -BODYPARAMETER ``: . +BODYPARAMETER : . [(Any) ]: This indicates any property can be added to this object. [GroupIds ]: -INPUTOBJECT ``: Identity Parameter +INPUTOBJECT : Identity Parameter [UserId ]: The unique identifier of user ## RELATED LINKS -- [Confirm-MgUserMemberGroup](https://learn.microsoft.com/powershell/module/microsoft.graph.users.actions/confirm-mgusermembergroup) -- [Graph API Reference](https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0) - - - - - - - - - - - - - - - - - - - - - - +- [](https://learn.microsoft.com/powershell/module/microsoft.graph.users.actions/confirm-mgusermembergroup) +- [](https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0) diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Confirm-MgUserMemberObject.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Confirm-MgUserMemberObject.md index 06738932e4922..0dec04537a478 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Confirm-MgUserMemberObject.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Confirm-MgUserMemberObject.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Users.Actions-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.users.actions/confirm-mgusermemberobject Locale: en-US Module Name: Microsoft.Graph.Users.Actions -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Confirm-MgUserMemberObject --- @@ -15,9 +15,6 @@ title: Confirm-MgUserMemberObject Invoke action checkMemberObjects -> [!NOTE] -> To view the beta release of this cmdlet, view [Confirm-MgBetaUserMemberObject](/powershell/module/Microsoft.Graph.Beta.Users.Actions/Confirm-MgBetaUserMemberObject?view=graph-powershell-beta) - ## SYNTAX ### CheckExpanded (Default) @@ -27,7 +24,6 @@ Confirm-MgUserMemberObject -UserId [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Ids ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Check @@ -38,7 +34,6 @@ Confirm-MgUserMemberObject -UserId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CheckViaIdentityExpanded @@ -48,7 +43,6 @@ Confirm-MgUserMemberObject -InputObject [-ResponseHeader [-AdditionalProperties ] [-Ids ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CheckViaIdentity @@ -59,7 +53,6 @@ Confirm-MgUserMemberObject -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -71,17 +64,10 @@ This cmdlet has the following aliases, Invoke action checkMemberObjects -**Permissions** +## EXAMPLES -| Permission type | Permissions (from least to most privileged) | -| --------------- | ------------------------------------------ | -| Delegated (work or school account) | Application.Read.All, User.ReadWrite.All, Directory.Read.All, User.Read, GroupMember.Read.All, Group.ReadWrite.All, Group.Read.All, Directory.ReadWrite.All, Application.ReadWrite.All, Device.Read.All, AgentIdUser.ReadWrite.IdentityParentedBy, AgentIdUser.ReadWrite.All, User.Read.All, | -| Delegated (personal Microsoft account) | Not supported | -| Application | Application.Read.All, AgentIdUser.ReadWrite.IdentityParentedBy, User.Read.All, GroupMember.Read.All, Group.ReadWrite.All, Group.Read.All, Directory.ReadWrite.All, User.ReadWrite.All, Device.ReadWrite.All, Device.Read.All, Application.ReadWrite.All, Directory.Read.All, AgentIdUser.ReadWrite.All, | +### EXAMPLE 1 -## EXAMPLES -### Example 1: Using the Confirm-MgUserMemberObject Cmdlet -```powershell Import-Module Microsoft.Graph.Users.Actions $params = @{ Ids = @( @@ -93,9 +79,6 @@ $params = @{ } # A UPN can also be used as -UserId. Confirm-MgUserMemberObject -UserId $userId -BodyParameter $params -``` -This example shows how to use the Confirm-MgUserMemberObject Cmdlet. -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). ## PARAMETERS @@ -128,7 +111,7 @@ HelpMessage: '' ### -BodyParameter - +. To construct, see NOTES section for BODYPARAMETER properties and create a hash table. ```yaml @@ -262,7 +245,7 @@ HelpMessage: '' ### -Ids - +. ```yaml Type: System.String[] @@ -483,36 +466,14 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -BODYPARAMETER ``: . +BODYPARAMETER : . [(Any) ]: This indicates any property can be added to this object. [Ids ]: -INPUTOBJECT ``: Identity Parameter +INPUTOBJECT : Identity Parameter [UserId ]: The unique identifier of user ## RELATED LINKS -- [Confirm-MgUserMemberObject](https://learn.microsoft.com/powershell/module/microsoft.graph.users.actions/confirm-mgusermemberobject) - - - - - - - - - - - - - - - - - - - - - - +- [](https://learn.microsoft.com/powershell/module/microsoft.graph.users.actions/confirm-mgusermemberobject) diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Export-MgUserPersonalData.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Export-MgUserPersonalData.md index fd75c2f7d52c8..3a664a078c981 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Export-MgUserPersonalData.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Export-MgUserPersonalData.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Users.Actions-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.users.actions/export-mguserpersonaldata Locale: en-US Module Name: Microsoft.Graph.Users.Actions -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Export-MgUserPersonalData --- @@ -17,9 +17,6 @@ Submit a data policy operation request from a company administrator or an applic This data includes the user's data stored in OneDrive and their activity reports. For more information about exporting data while complying with regulations, see Data Subject Requests and the GDPR and CCPA. -> [!NOTE] -> To view the beta release of this cmdlet, view [Export-MgBetaUserPersonalData](/powershell/module/Microsoft.Graph.Beta.Users.Actions/Export-MgBetaUserPersonalData?view=graph-powershell-beta) - ## SYNTAX ### ExportExpanded (Default) @@ -29,7 +26,6 @@ Export-MgUserPersonalData -UserId [-ResponseHeadersVariable ] [-AdditionalProperties ] [-StorageLocation ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Export @@ -40,7 +36,6 @@ Export-MgUserPersonalData -UserId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ExportViaIdentityExpanded @@ -50,7 +45,6 @@ Export-MgUserPersonalData -InputObject [-ResponseHeaders [-AdditionalProperties ] [-StorageLocation ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ExportViaIdentity @@ -61,7 +55,6 @@ Export-MgUserPersonalData -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -75,18 +68,9 @@ Submit a data policy operation request from a company administrator or an applic This data includes the user's data stored in OneDrive and their activity reports. For more information about exporting data while complying with regulations, see Data Subject Requests and the GDPR and CCPA. -**Permissions** - -| Permission type | Permissions (from least to most privileged) | -| --------------- | ------------------------------------------ | -| Delegated (work or school account) | User.Export.All, | -| Delegated (personal Microsoft account) | Not supported | -| Application | User.Export.All, | - ## EXAMPLES -### Example 1: Code snippet -```powershell +### EXAMPLE 1 Import-Module Microsoft.Graph.Users.Actions @@ -96,10 +80,6 @@ $params = @{ Export-MgUserPersonalData -UserId $userId -BodyParameter $params -``` -This example shows how to use the Export-MgUserPersonalData Cmdlet. - - ## PARAMETERS ### -AdditionalProperties @@ -131,7 +111,7 @@ HelpMessage: '' ### -BodyParameter - +. To construct, see NOTES section for BODYPARAMETER properties and create a hash table. ```yaml @@ -399,7 +379,7 @@ HelpMessage: '' ### -StorageLocation - +. ```yaml Type: System.String @@ -507,37 +487,15 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -BODYPARAMETER ``: . +BODYPARAMETER : . [(Any) ]: This indicates any property can be added to this object. [StorageLocation ]: -INPUTOBJECT ``: Identity Parameter +INPUTOBJECT : Identity Parameter [UserId ]: The unique identifier of user ## RELATED LINKS -- [Export-MgUserPersonalData](https://learn.microsoft.com/powershell/module/microsoft.graph.users.actions/export-mguserpersonaldata) -- [Graph API Reference](https://learn.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-1.0) - - - - - - - - - - - - - - - - - - - - - - +- [](https://learn.microsoft.com/powershell/module/microsoft.graph.users.actions/export-mguserpersonaldata) +- [](https://learn.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-1.0) diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Find-MgUserMeetingTime.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Find-MgUserMeetingTime.md index bd9832005fcb9..1ae241cf92975 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Find-MgUserMeetingTime.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Find-MgUserMeetingTime.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Users.Actions-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.users.actions/find-mgusermeetingtime Locale: en-US Module Name: Microsoft.Graph.Users.Actions -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Find-MgUserMeetingTime --- @@ -14,13 +14,10 @@ title: Find-MgUserMeetingTime ## SYNOPSIS Suggest meeting times and locations based on organizer and attendee availability, and time or location constraints specified as parameters. -If findMeetingTimes cannot return any meeting suggestions, the response would indicate a reason in the emptySuggestionsReason property.\rBased on this value, you can better adjust the parameters and call findMeetingTimes again. +If findMeetingTimes cannot return any meeting suggestions, the response would indicate a reason in the emptySuggestionsReason property.\r\nBased on this value, you can better adjust the parameters and call findMeetingTimes again. The algorithm used to suggest meeting times and locations undergoes fine-tuning from time to time. In scenarios like test environments where the input parameters and calendar data remain static, expect that the suggested results may differ over time. -> [!NOTE] -> To view the beta release of this cmdlet, view [Find-MgBetaUserMeetingTime](/powershell/module/Microsoft.Graph.Beta.Users.Actions/Find-MgBetaUserMeetingTime?view=graph-powershell-beta) - ## SYNTAX ### FindExpanded (Default) @@ -33,7 +30,7 @@ Find-MgUserMeetingTime -UserId [-ResponseHeadersVariable ] [-ReturnSuggestionReasons] [-TimeConstraint ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Find @@ -44,7 +41,6 @@ Find-MgUserMeetingTime -UserId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### FindViaIdentityExpanded @@ -57,7 +53,7 @@ Find-MgUserMeetingTime -InputObject [-ResponseHeadersVar [-ReturnSuggestionReasons] [-TimeConstraint ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### FindViaIdentity @@ -68,7 +64,6 @@ Find-MgUserMeetingTime -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -79,67 +74,59 @@ This cmdlet has the following aliases, ## DESCRIPTION Suggest meeting times and locations based on organizer and attendee availability, and time or location constraints specified as parameters. -If findMeetingTimes cannot return any meeting suggestions, the response would indicate a reason in the emptySuggestionsReason property.\rBased on this value, you can better adjust the parameters and call findMeetingTimes again. +If findMeetingTimes cannot return any meeting suggestions, the response would indicate a reason in the emptySuggestionsReason property.\r\nBased on this value, you can better adjust the parameters and call findMeetingTimes again. The algorithm used to suggest meeting times and locations undergoes fine-tuning from time to time. In scenarios like test environments where the input parameters and calendar data remain static, expect that the suggested results may differ over time. -**Permissions** +## EXAMPLES -| Permission type | Permissions (from least to most privileged) | -| --------------- | ------------------------------------------ | -| Delegated (work or school account) | Calendars.Read.Shared, Calendars.ReadWrite.Shared, | -| Delegated (personal Microsoft account) | Not supported | -| Application | Not supported | +### EXAMPLE 1 -## EXAMPLES -### Example 1: Using the Find-MgUserMeetingTime Cmdlet -```powershell Import-Module Microsoft.Graph.Users.Actions + $params = @{ - Attendees = @( + attendees = @( @{ - Type = "required" - EmailAddress = @{ - Name = "Alex Wilbur" - Address = "alexw@contoso.onmicrosoft.com" + type = "required" + emailAddress = @{ + name = "Alex Wilbur" + address = "alexw@contoso.com" } } ) - LocationConstraint = @{ - IsRequired = $false - SuggestLocation = $false - Locations = @( + locationConstraint = @{ + isRequired = $false + suggestLocation = $false + locations = @( @{ - ResolveAvailability = $false - DisplayName = "Conf room Hood" + resolveAvailability = $false + displayName = "Conf room Hood" } ) } - TimeConstraint = @{ - ActivityDomain = "work" - TimeSlots = @( + timeConstraint = @{ + activityDomain = "work" + timeSlots = @( @{ - Start = @{ - DateTime = "2019-04-16T09:00:00" - TimeZone = "Pacific Standard Time" + start = @{ + dateTime = "2019-04-16T09:00:00" + timeZone = "Pacific Standard Time" } - End = @{ - DateTime = "2019-04-18T17:00:00" - TimeZone = "Pacific Standard Time" + end = @{ + dateTime = "2019-04-18T17:00:00" + timeZone = "Pacific Standard Time" } } ) } - IsOrganizerOptional = "false" - MeetingDuration = "PT1H" - ReturnSuggestionReasons = "true" - MinimumAttendeePercentage = "100" + isOrganizerOptional = "false" + meetingDuration = "PT1H" + returnSuggestionReasons = "true" + minimumAttendeePercentage = 100 } + # A UPN can also be used as -UserId. Find-MgUserMeetingTime -UserId $userId -BodyParameter $params -``` -This example shows how to use the Find-MgUserMeetingTime Cmdlet. -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). ## PARAMETERS @@ -172,7 +159,7 @@ HelpMessage: '' ### -Attendees - +. To construct, see NOTES section for ATTENDEES properties and create a hash table. ```yaml @@ -200,7 +187,7 @@ HelpMessage: '' ### -BodyParameter - +. To construct, see NOTES section for BODYPARAMETER properties and create a hash table. ```yaml @@ -362,7 +349,7 @@ HelpMessage: '' ### -IsOrganizerOptional - +. ```yaml Type: System.Management.Automation.SwitchParameter @@ -417,7 +404,7 @@ HelpMessage: '' ### -MaxCandidates - +. ```yaml Type: System.Int32 @@ -444,7 +431,7 @@ HelpMessage: '' ### -MeetingDuration - +. ```yaml Type: System.TimeSpan @@ -471,7 +458,7 @@ HelpMessage: '' ### -MinimumAttendeePercentage - +. ```yaml Type: System.Double @@ -583,7 +570,7 @@ HelpMessage: '' ### -ReturnSuggestionReasons - +. ```yaml Type: System.Management.Automation.SwitchParameter @@ -726,7 +713,7 @@ ATTENDEES : . [Name ]: The display name of the person or entity. [Type ]: attendeeType -BODYPARAMETER ``: . +BODYPARAMETER : . [(Any) ]: This indicates any property can be added to this object. [Attendees ]: [EmailAddress ]: emailAddress @@ -782,10 +769,10 @@ Default is true. See below for more possible values. [Start ]: dateTimeTimeZone -INPUTOBJECT ``: Identity Parameter +INPUTOBJECT : Identity Parameter [UserId ]: The unique identifier of user -LOCATIONCONSTRAINT ``: locationConstraint +LOCATIONCONSTRAINT : locationConstraint [(Any) ]: This indicates any property can be added to this object. [IsRequired ]: The client requests the service to include in the response a meeting location for the meeting. If this is true and all the resources are busy, findMeetingTimes won't return any meeting time suggestions. @@ -818,7 +805,7 @@ If set to false and the specified resource is busy, findMeetingTimes returns the Default is true. [SuggestLocation ]: The client requests the service to suggest one or more meeting locations. -TIMECONSTRAINT ``: timeConstraint +TIMECONSTRAINT : timeConstraint [(Any) ]: This indicates any property can be added to this object. [ActivityDomain ]: activityDomain [TimeSlots ]: @@ -832,27 +819,5 @@ See below for more possible values. ## RELATED LINKS -- [Find-MgUserMeetingTime](https://learn.microsoft.com/powershell/module/microsoft.graph.users.actions/find-mgusermeetingtime) -- [Graph API Reference](https://learn.microsoft.com/graph/api/user-findmeetingtimes?view=graph-rest-1.0) - - - - - - - - - - - - - - - - - - - - - - +- [](https://learn.microsoft.com/powershell/module/microsoft.graph.users.actions/find-mgusermeetingtime) +- [](https://learn.microsoft.com/graph/api/user-findmeetingtimes?view=graph-rest-1.0) diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Get-MgUserById.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Get-MgUserById.md index 819f11f206d35..c211fdf13686f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Get-MgUserById.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Get-MgUserById.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Users.Actions-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.users.actions/get-mguserbyid Locale: en-US Module Name: Microsoft.Graph.Users.Actions -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserById --- @@ -17,9 +17,6 @@ Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: -> [!NOTE] -> To view the beta release of this cmdlet, view [Get-MgBetaUserById](/powershell/module/Microsoft.Graph.Beta.Users.Actions/Get-MgBetaUserById?view=graph-powershell-beta) - ## SYNTAX ### GetExpanded (Default) @@ -29,7 +26,6 @@ Get-MgUserById [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Types ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Get @@ -40,7 +36,6 @@ Get-MgUserById [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -54,6 +49,16 @@ Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: +## EXAMPLES + +### EXAMPLE 1 + +{{ Add code here }} + +### EXAMPLE 2 + +{{ Add code here }} + ## PARAMETERS ### -AdditionalProperties @@ -79,7 +84,7 @@ HelpMessage: '' ### -BodyParameter - +. To construct, see NOTES section for BODYPARAMETER properties and create a hash table. ```yaml @@ -207,7 +212,7 @@ HelpMessage: '' ### -Ids - +. ```yaml Type: System.String[] @@ -313,7 +318,7 @@ HelpMessage: '' ### -Types - +. ```yaml Type: System.String[] @@ -384,7 +389,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -BODYPARAMETER ``: . +BODYPARAMETER : . [(Any) ]: This indicates any property can be added to this object. [Ids ]: [Types ]: @@ -392,28 +397,5 @@ BODYPARAMETER ` [!NOTE] -> To view the beta release of this cmdlet, view [Get-MgBetaUserMailTip](/powershell/module/Microsoft.Graph.Beta.Users.Actions/Get-MgBetaUserMailTip?view=graph-powershell-beta) - ## SYNTAX ### GetExpanded (Default) @@ -29,7 +26,7 @@ Get-MgUserMailTip -UserId [-ResponseHeadersVariable ] [-AdditionalProperties ] [-EmailAddresses ] [-MailTipsOptions ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Get @@ -40,7 +37,6 @@ Get-MgUserMailTip -UserId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### GetViaIdentityExpanded @@ -50,7 +46,7 @@ Get-MgUserMailTip -InputObject [-ResponseHeadersVariable [-AdditionalProperties ] [-EmailAddresses ] [-MailTipsOptions ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### GetViaIdentity @@ -61,7 +57,6 @@ Get-MgUserMailTip -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -72,21 +67,12 @@ This cmdlet has the following aliases, ## DESCRIPTION Get the MailTips of one or more recipients as available to the signed-in user. -Note that by making a POST call to the getMailTips action, you can request specific types of MailTips to\rbe returned for more than one recipient at one time. +Note that by making a POST call to the getMailTips action, you can request specific types of MailTips to\r\nbe returned for more than one recipient at one time. The requested MailTips are returned in a mailTips collection. -**Permissions** - -| Permission type | Permissions (from least to most privileged) | -| --------------- | ------------------------------------------ | -| Delegated (work or school account) | Mail.Read, Mail.Read.Shared, | -| Delegated (personal Microsoft account) | Mail.Read, | -| Application | Mail.Read, | - ## EXAMPLES -### Example 1: Code snippet -```powershell +### EXAMPLE 1 Import-Module Microsoft.Graph.Users.Actions @@ -101,10 +87,6 @@ MailTipsOptions = "automaticReplies, mailboxFullStatus" # A UPN can also be used as -UserId. Get-MgUserMailTip -UserId $userId -BodyParameter $params -``` -This example shows how to use the Get-MgUserMailTip Cmdlet. - - ## PARAMETERS ### -AdditionalProperties @@ -136,7 +118,7 @@ HelpMessage: '' ### -BodyParameter - +. To construct, see NOTES section for BODYPARAMETER properties and create a hash table. ```yaml @@ -207,7 +189,7 @@ HelpMessage: '' ### -EmailAddresses - +. ```yaml Type: System.String[] @@ -518,38 +500,16 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -BODYPARAMETER ``: . +BODYPARAMETER : . [(Any) ]: This indicates any property can be added to this object. [EmailAddresses ]: [MailTipsOptions ]: mailTipsType -INPUTOBJECT ``: Identity Parameter +INPUTOBJECT : Identity Parameter [UserId ]: The unique identifier of user ## RELATED LINKS -- [Get-MgUserMailTip](https://learn.microsoft.com/powershell/module/microsoft.graph.users.actions/get-mgusermailtip) -- [Graph API Reference](https://learn.microsoft.com/graph/api/user-getmailtips?view=graph-rest-1.0) - - - - - - - - - - - - - - - - - - - - - - +- [](https://learn.microsoft.com/powershell/module/microsoft.graph.users.actions/get-mgusermailtip) +- [](https://learn.microsoft.com/graph/api/user-getmailtips?view=graph-rest-1.0) diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Get-MgUserMemberGroup.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Get-MgUserMemberGroup.md index ad94b504ddd29..742346bd95efa 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Get-MgUserMemberGroup.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Get-MgUserMemberGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Users.Actions-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.users.actions/get-mgusermembergroup Locale: en-US Module Name: Microsoft.Graph.Users.Actions -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserMemberGroup --- @@ -19,9 +19,6 @@ This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead. -> [!NOTE] -> To view the beta release of this cmdlet, view [Get-MgBetaUserMemberGroup](/powershell/module/Microsoft.Graph.Beta.Users.Actions/Get-MgBetaUserMemberGroup?view=graph-powershell-beta) - ## SYNTAX ### GetExpanded (Default) @@ -31,7 +28,6 @@ Get-MgUserMemberGroup -UserId [-ResponseHeadersVariable ] [-AdditionalProperties ] [-SecurityEnabledOnly] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Get @@ -42,7 +38,6 @@ Get-MgUserMemberGroup -UserId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### GetViaIdentityExpanded @@ -52,7 +47,6 @@ Get-MgUserMemberGroup -InputObject [-ResponseHeadersVari [-AdditionalProperties ] [-SecurityEnabledOnly] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### GetViaIdentity @@ -63,7 +57,6 @@ Get-MgUserMemberGroup -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -79,18 +72,9 @@ This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead. -**Permissions** - -| Permission type | Permissions (from least to most privileged) | -| --------------- | ------------------------------------------ | -| Delegated (work or school account) | Application.Read.All, User.Read.All, Group.ReadWrite.All, GroupMember.Read.All, Application.ReadWrite.All, Device.Read.All, Directory.Read.All, Directory.ReadWrite.All, Group.Read.All, | -| Delegated (personal Microsoft account) | Not supported | -| Application | Application.Read.All, Application.ReadWrite.All, GroupMember.Read.All, Group.ReadWrite.All, Group.Read.All, Directory.ReadWrite.All, User.Read.All, Device.ReadWrite.All, Device.Read.All, Directory.Read.All, | - ## EXAMPLES -### Example 1: Check group memberships for the signed-in user -```powershell +### EXAMPLE 1 Import-Module Microsoft.Graph.Users.Actions @@ -101,10 +85,6 @@ $params = @{ # A UPN can also be used as -UserId. Get-MgUserMemberGroup -UserId $userId -BodyParameter $params -``` -This example will check group memberships for the signed-in user - - ## PARAMETERS ### -AdditionalProperties @@ -136,7 +116,7 @@ HelpMessage: '' ### -BodyParameter - +. To construct, see NOTES section for BODYPARAMETER properties and create a hash table. ```yaml @@ -383,7 +363,7 @@ HelpMessage: '' ### -SecurityEnabledOnly - +. ```yaml Type: System.Management.Automation.SwitchParameter @@ -491,37 +471,15 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -BODYPARAMETER ``: . +BODYPARAMETER : . [(Any) ]: This indicates any property can be added to this object. [SecurityEnabledOnly ]: -INPUTOBJECT ``: Identity Parameter +INPUTOBJECT : Identity Parameter [UserId ]: The unique identifier of user ## RELATED LINKS -- [Get-MgUserMemberGroup](https://learn.microsoft.com/powershell/module/microsoft.graph.users.actions/get-mgusermembergroup) -- [Graph API Reference](https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0) - - - - - - - - - - - - - - - - - - - - - - +- [](https://learn.microsoft.com/powershell/module/microsoft.graph.users.actions/get-mgusermembergroup) +- [](https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0) diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Get-MgUserMemberObject.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Get-MgUserMemberObject.md index a4342fafc8d40..3d5ae8f8315f8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Get-MgUserMemberObject.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Get-MgUserMemberObject.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Users.Actions-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.users.actions/get-mgusermemberobject Locale: en-US Module Name: Microsoft.Graph.Users.Actions -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserMemberObject --- @@ -13,12 +13,9 @@ title: Get-MgUserMemberObject ## SYNOPSIS -Return all IDs for the groups, administrative units, and directory roles that an object of one of the following types is a member of:\r- user\r- group\r- service principal\r- organizational contact\r- device\r- directory object This function is transitive. +Return all IDs for the groups, administrative units, and directory roles that an object of one of the following types is a member of:\r\n- user\r\n- group\r\n- service principal\r\n- organizational contact\r\n- device\r\n- directory object This function is transitive. Only users and role-enabled groups can be members of directory roles. -> [!NOTE] -> To view the beta release of this cmdlet, view [Get-MgBetaUserMemberObject](/powershell/module/Microsoft.Graph.Beta.Users.Actions/Get-MgBetaUserMemberObject?view=graph-powershell-beta) - ## SYNTAX ### GetExpanded (Default) @@ -28,7 +25,6 @@ Get-MgUserMemberObject -UserId [-ResponseHeadersVariable ] [-AdditionalProperties ] [-SecurityEnabledOnly] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Get @@ -39,7 +35,6 @@ Get-MgUserMemberObject -UserId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### GetViaIdentityExpanded @@ -49,7 +44,6 @@ Get-MgUserMemberObject -InputObject [-ResponseHeadersVar [-AdditionalProperties ] [-SecurityEnabledOnly] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### GetViaIdentity @@ -60,7 +54,6 @@ Get-MgUserMemberObject -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -70,16 +63,18 @@ This cmdlet has the following aliases, ## DESCRIPTION -Return all IDs for the groups, administrative units, and directory roles that an object of one of the following types is a member of:\r- user\r- group\r- service principal\r- organizational contact\r- device\r- directory object This function is transitive. +Return all IDs for the groups, administrative units, and directory roles that an object of one of the following types is a member of:\r\n- user\r\n- group\r\n- service principal\r\n- organizational contact\r\n- device\r\n- directory object This function is transitive. Only users and role-enabled groups can be members of directory roles. -**Permissions** +## EXAMPLES + +### EXAMPLE 1 + +{{ Add code here }} + +### EXAMPLE 2 -| Permission type | Permissions (from least to most privileged) | -| --------------- | ------------------------------------------ | -| Delegated (work or school account) | Application.Read.All, User.ReadWrite.All, Directory.Read.All, User.Read, GroupMember.Read.All, Group.ReadWrite.All, Group.Read.All, Directory.ReadWrite.All, Application.ReadWrite.All, Device.Read.All, AgentIdUser.ReadWrite.IdentityParentedBy, AgentIdUser.ReadWrite.All, User.Read.All, | -| Delegated (personal Microsoft account) | Not supported | -| Application | Application.Read.All, AgentIdUser.ReadWrite.IdentityParentedBy, User.Read.All, GroupMember.Read.All, Group.ReadWrite.All, Group.Read.All, Directory.ReadWrite.All, User.ReadWrite.All, Device.ReadWrite.All, Device.Read.All, Application.ReadWrite.All, Directory.Read.All, AgentIdUser.ReadWrite.All, | +{{ Add code here }} ## PARAMETERS @@ -112,7 +107,7 @@ HelpMessage: '' ### -BodyParameter - +. To construct, see NOTES section for BODYPARAMETER properties and create a hash table. ```yaml @@ -359,7 +354,7 @@ HelpMessage: '' ### -SecurityEnabledOnly - +. ```yaml Type: System.Management.Automation.SwitchParameter @@ -467,38 +462,15 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -BODYPARAMETER ``: . +BODYPARAMETER : . [(Any) ]: This indicates any property can be added to this object. [SecurityEnabledOnly ]: -INPUTOBJECT ``: Identity Parameter +INPUTOBJECT : Identity Parameter [UserId ]: The unique identifier of user ## RELATED LINKS -- [Get-MgUserMemberObject](https://learn.microsoft.com/powershell/module/microsoft.graph.users.actions/get-mgusermemberobject) -- [Graph API Reference](https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0) - - - - - - - - - - - - - - - - - - - - - - - +- [](https://learn.microsoft.com/powershell/module/microsoft.graph.users.actions/get-mgusermemberobject) +- [](https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0) diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Invoke-MgLicenseUser.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Invoke-MgLicenseUser.md index 38e193b11b029..a0300f5efc5cd 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Invoke-MgLicenseUser.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Invoke-MgLicenseUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Users.Actions-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.users.actions/invoke-mglicenseuser Locale: en-US Module Name: Microsoft.Graph.Users.Actions -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgLicenseUser --- @@ -17,9 +17,6 @@ Reprocess all group-based license assignments for the user. To learn more about group-based licensing, see What is group-based licensing in Microsoft Entra ID. Also see Identify and resolve license assignment problems for a group in Microsoft Entra ID for more details. -> [!NOTE] -> To view the beta release of this cmdlet, view [Invoke-MgBetaLicenseUser](/powershell/module/Microsoft.Graph.Beta.Users.Actions/Invoke-MgBetaLicenseUser?view=graph-powershell-beta) - ## SYNTAX ### License (Default) @@ -28,7 +25,7 @@ Also see Identify and resolve license assignment problems for a group in Microso Invoke-MgLicenseUser -UserId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### LicenseViaIdentity @@ -37,7 +34,7 @@ Invoke-MgLicenseUser -UserId [-ResponseHeadersVariable ] [-Brea Invoke-MgLicenseUser -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -51,27 +48,14 @@ Reprocess all group-based license assignments for the user. To learn more about group-based licensing, see What is group-based licensing in Microsoft Entra ID. Also see Identify and resolve license assignment problems for a group in Microsoft Entra ID for more details. -**Permissions** - -| Permission type | Permissions (from least to most privileged) | -| --------------- | ------------------------------------------ | -| Delegated (work or school account) | User.ReadWrite.All, Directory.ReadWrite.All, AgentIdUser.ReadWrite.IdentityParentedBy, AgentIdUser.ReadWrite.All, | -| Delegated (personal Microsoft account) | Not supported | -| Application | User.ReadWrite.All, Directory.ReadWrite.All, AgentIdUser.ReadWrite.IdentityParentedBy, AgentIdUser.ReadWrite.All, | - ## EXAMPLES -### Example 1: Code snippet -```powershell +### EXAMPLE 1 Import-Module Microsoft.Graph.Users.Actions Invoke-MgLicenseUser -UserId $userId -``` -This example shows how to use the Invoke-MgLicenseUser Cmdlet. - - ## PARAMETERS ### -Break @@ -360,33 +344,11 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -INPUTOBJECT ``: Identity Parameter +INPUTOBJECT : Identity Parameter [UserId ]: The unique identifier of user ## RELATED LINKS -- [Invoke-MgLicenseUser](https://learn.microsoft.com/powershell/module/microsoft.graph.users.actions/invoke-mglicenseuser) -- [Graph API Reference](https://learn.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-1.0) - - - - - - - - - - - - - - - - - - - - - - +- [](https://learn.microsoft.com/powershell/module/microsoft.graph.users.actions/invoke-mglicenseuser) +- [](https://learn.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-1.0) diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Invoke-MgRetryUserServiceProvisioning.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Invoke-MgRetryUserServiceProvisioning.md index ad9b956f8f4ec..ff4d1dc4d90bf 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Invoke-MgRetryUserServiceProvisioning.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Invoke-MgRetryUserServiceProvisioning.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Users.Actions-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.users.actions/invoke-mgretryuserserviceprovisioning Locale: en-US Module Name: Microsoft.Graph.Users.Actions -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgRetryUserServiceProvisioning --- @@ -15,9 +15,6 @@ title: Invoke-MgRetryUserServiceProvisioning Retry the provisioning of a user object in Microsoft Entra ID. -> [!NOTE] -> To view the beta release of this cmdlet, view [Invoke-MgBetaRetryUserServiceProvisioning](/powershell/module/Microsoft.Graph.Beta.Users.Actions/Invoke-MgBetaRetryUserServiceProvisioning?view=graph-powershell-beta) - ## SYNTAX ### Retry (Default) @@ -27,7 +24,6 @@ Invoke-MgRetryUserServiceProvisioning -UserId [-ResponseHeadersVariable [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RetryViaIdentity @@ -37,7 +33,6 @@ Invoke-MgRetryUserServiceProvisioning -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -50,18 +45,13 @@ This cmdlet has the following aliases, Retry the provisioning of a user object in Microsoft Entra ID. ## EXAMPLES -### Example 1: Code snippet -```powershell +### EXAMPLE 1 Import-Module Microsoft.Graph.Users.Actions Invoke-MgRetryUserServiceProvisioning -UserId $userId -``` -This example shows how to use the Invoke-MgRetryUserServiceProvisioning Cmdlet. - - ## PARAMETERS ### -Break @@ -371,33 +361,11 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -INPUTOBJECT ``: Identity Parameter +INPUTOBJECT : Identity Parameter [UserId ]: The unique identifier of user ## RELATED LINKS -- [Invoke-MgRetryUserServiceProvisioning](https://learn.microsoft.com/powershell/module/microsoft.graph.users.actions/invoke-mgretryuserserviceprovisioning) -- [Graph API Reference](https://learn.microsoft.com/graph/api/user-retryserviceprovisioning?view=graph-rest-1.0) - - - - - - - - - - - - - - - - - - - - - - +- [](https://learn.microsoft.com/powershell/module/microsoft.graph.users.actions/invoke-mgretryuserserviceprovisioning) +- [](https://learn.microsoft.com/graph/api/user-retryserviceprovisioning?view=graph-rest-1.0) diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Invoke-MgTranslateUserExchangeId.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Invoke-MgTranslateUserExchangeId.md index 8d667738c6649..acb487b8e511e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Invoke-MgTranslateUserExchangeId.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Invoke-MgTranslateUserExchangeId.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Users.Actions-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.users.actions/invoke-mgtranslateuserexchangeid Locale: en-US Module Name: Microsoft.Graph.Users.Actions -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgTranslateUserExchangeId --- @@ -15,9 +15,6 @@ title: Invoke-MgTranslateUserExchangeId Translate identifiers of Outlook-related resources between formats. -> [!NOTE] -> To view the beta release of this cmdlet, view [Invoke-MgBetaTranslateUserExchangeId](/powershell/module/Microsoft.Graph.Beta.Users.Actions/Invoke-MgBetaTranslateUserExchangeId?view=graph-powershell-beta) - ## SYNTAX ### TranslateExpanded (Default) @@ -27,7 +24,7 @@ Invoke-MgTranslateUserExchangeId -UserId [-ResponseHeadersVariable ] [-InputIds ] [-SourceIdType ] [-TargetIdType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Translate @@ -38,7 +35,6 @@ Invoke-MgTranslateUserExchangeId -UserId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### TranslateViaIdentityExpanded @@ -49,7 +45,6 @@ Invoke-MgTranslateUserExchangeId -InputObject [-SourceIdType ] [-TargetIdType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### TranslateViaIdentity @@ -60,7 +55,6 @@ Invoke-MgTranslateUserExchangeId -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -72,18 +66,9 @@ This cmdlet has the following aliases, Translate identifiers of Outlook-related resources between formats. -**Permissions** - -| Permission type | Permissions (from least to most privileged) | -| --------------- | ------------------------------------------ | -| Delegated (work or school account) | User.ReadBasic.All, User.ReadWrite.All, User.ReadWrite, User.Read.All, User.Read, AgentIdUser.ReadWrite.IdentityParentedBy, AgentIdUser.ReadWrite.All, | -| Delegated (personal Microsoft account) | User.Read, User.ReadWrite, | -| Application | User.Read.All, User.ReadWrite.All, AgentIdUser.ReadWrite.IdentityParentedBy, AgentIdUser.ReadWrite.All, | - ## EXAMPLES -### Example 1: Code snippet -```powershell +### EXAMPLE 1 Import-Module Microsoft.Graph.Users.Actions @@ -99,10 +84,6 @@ targetIdType = "restImmutableEntryId" # A UPN can also be used as -UserId. Invoke-MgTranslateUserExchangeId -UserId $userId -BodyParameter $params -``` -This example shows how to use the Invoke-MgTranslateUserExchangeId Cmdlet. - - ## PARAMETERS ### -AdditionalProperties @@ -134,7 +115,7 @@ HelpMessage: '' ### -BodyParameter - +. To construct, see NOTES section for BODYPARAMETER properties and create a hash table. ```yaml @@ -268,7 +249,7 @@ HelpMessage: '' ### -InputIds - +. ```yaml Type: System.String[] @@ -543,39 +524,17 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -BODYPARAMETER ``: . +BODYPARAMETER : . [(Any) ]: This indicates any property can be added to this object. [InputIds ]: [SourceIdType ]: exchangeIdFormat [TargetIdType ]: exchangeIdFormat -INPUTOBJECT ``: Identity Parameter +INPUTOBJECT : Identity Parameter [UserId ]: The unique identifier of user ## RELATED LINKS -- [Invoke-MgTranslateUserExchangeId](https://learn.microsoft.com/powershell/module/microsoft.graph.users.actions/invoke-mgtranslateuserexchangeid) -- [Graph API Reference](https://learn.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-1.0) - - - - - - - - - - - - - - - - - - - - - - +- [](https://learn.microsoft.com/powershell/module/microsoft.graph.users.actions/invoke-mgtranslateuserexchangeid) +- [](https://learn.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-1.0) diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Microsoft.Graph.Users.Actions.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Microsoft.Graph.Users.Actions.md index 558aade1e4a93..bacf5fc2ef61b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Microsoft.Graph.Users.Actions.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Microsoft.Graph.Users.Actions.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.Users.Actions -Module Guid: ddbe00c7-c670-4406-80c5-e626fa85840a +Module Guid: 490df139-ee80-40b0-9209-016673f62f9b Download Help Link: https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.users.actions/?view=graph-powershell-1.0 Help Version: 1.0.0.0 Locale: en-US @@ -45,22 +45,3 @@ Microsoft Graph PowerShell Cmdlets ### [Update-MgUserPassword](Update-MgUserPassword.md) - - - - - - - - - - - - - - - - - - - diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Remove-MgAllUserDeviceFromManagement.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Remove-MgAllUserDeviceFromManagement.md index b016a74733d27..a1c7ec1099d0c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Remove-MgAllUserDeviceFromManagement.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Remove-MgAllUserDeviceFromManagement.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Users.Actions-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.users.actions/remove-mgalluserdevicefrommanagement Locale: en-US Module Name: Microsoft.Graph.Users.Actions -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgAllUserDeviceFromManagement --- @@ -15,9 +15,6 @@ title: Remove-MgAllUserDeviceFromManagement Retire all devices from management for this user -> [!NOTE] -> To view the beta release of this cmdlet, view [Remove-MgBetaAllUserDeviceFromManagement](/powershell/module/Microsoft.Graph.Beta.Users.Actions/Remove-MgBetaAllUserDeviceFromManagement?view=graph-powershell-beta) - ## SYNTAX ### Remove (Default) @@ -27,7 +24,6 @@ Remove-MgAllUserDeviceFromManagement -UserId [-ResponseHeadersVariable [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RemoveViaIdentity @@ -37,7 +33,6 @@ Remove-MgAllUserDeviceFromManagement -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -49,6 +44,16 @@ This cmdlet has the following aliases, Retire all devices from management for this user +## EXAMPLES + +### EXAMPLE 1 + +{{ Add code here }} + +### EXAMPLE 2 + +{{ Add code here }} + ## PARAMETERS ### -Break @@ -358,33 +363,10 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -INPUTOBJECT ``: Identity Parameter +INPUTOBJECT : Identity Parameter [UserId ]: The unique identifier of user ## RELATED LINKS -- [Remove-MgAllUserDeviceFromManagement](https://learn.microsoft.com/powershell/module/microsoft.graph.users.actions/remove-mgalluserdevicefrommanagement) - - - - - - - - - - - - - - - - - - - - - - - +- [](https://learn.microsoft.com/powershell/module/microsoft.graph.users.actions/remove-mgalluserdevicefrommanagement) diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Revoke-MgUserSignInSession.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Revoke-MgUserSignInSession.md index 440d13282be4a..53d91dcad5f65 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Revoke-MgUserSignInSession.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Revoke-MgUserSignInSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Users.Actions-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.users.actions/revoke-mgusersigninsession Locale: en-US Module Name: Microsoft.Graph.Users.Actions -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Revoke-MgUserSignInSession --- @@ -17,9 +17,6 @@ Invalidates all the refresh tokens issued to applications for a user (and sessio Typically, this operation is performed (by the user or an administrator) if the user has a lost or stolen device. This operation prevents access to the organization's data through applications on the device by requiring the user to sign in again to all applications that they consented to previously, independent of device. -> [!NOTE] -> To view the beta release of this cmdlet, view [Revoke-MgBetaUserSignInSession](/powershell/module/Microsoft.Graph.Beta.Users.Actions/Revoke-MgBetaUserSignInSession?view=graph-powershell-beta) - ## SYNTAX ### Revoke (Default) @@ -28,7 +25,7 @@ This operation prevents access to the organization's data through applications o Revoke-MgUserSignInSession -UserId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### RevokeViaIdentity @@ -37,7 +34,7 @@ Revoke-MgUserSignInSession -UserId [-ResponseHeadersVariable ] Revoke-MgUserSignInSession -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -51,28 +48,15 @@ Invalidates all the refresh tokens issued to applications for a user (and sessio Typically, this operation is performed (by the user or an administrator) if the user has a lost or stolen device. This operation prevents access to the organization's data through applications on the device by requiring the user to sign in again to all applications that they consented to previously, independent of device. -**Permissions** - -| Permission type | Permissions (from least to most privileged) | -| --------------- | ------------------------------------------ | -| Delegated (work or school account) | User.RevokeSessions.All, User.ReadWrite.All, Directory.ReadWrite.All, AgentIdUser.ReadWrite.IdentityParentedBy, AgentIdUser.ReadWrite.All, | -| Delegated (personal Microsoft account) | Not supported | -| Application | User.RevokeSessions.All, User.ReadWrite.All, Directory.ReadWrite.All, AgentIdUser.ReadWrite.IdentityParentedBy, AgentIdUser.ReadWrite.All, | - ## EXAMPLES -### Example 1: Code snippet -```powershell +### EXAMPLE 1 Import-Module Microsoft.Graph.Users.Actions # A UPN can also be used as -UserId. Revoke-MgUserSignInSession -UserId $userId -``` -This example shows how to use the Revoke-MgUserSignInSession Cmdlet. - - ## PARAMETERS ### -Break @@ -361,33 +345,11 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -INPUTOBJECT ``: Identity Parameter +INPUTOBJECT : Identity Parameter [UserId ]: The unique identifier of user ## RELATED LINKS -- [Revoke-MgUserSignInSession](https://learn.microsoft.com/powershell/module/microsoft.graph.users.actions/revoke-mgusersigninsession) -- [Graph API Reference](https://learn.microsoft.com/graph/api/user-revokesigninsessions?view=graph-rest-1.0) - - - - - - - - - - - - - - - - - - - - - - +- [](https://learn.microsoft.com/powershell/module/microsoft.graph.users.actions/revoke-mgusersigninsession) +- [](https://learn.microsoft.com/graph/api/user-revokesigninsessions?view=graph-rest-1.0) diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Send-MgUserMail.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Send-MgUserMail.md index 8e00c660fa96b..7119d12afd37a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Send-MgUserMail.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Send-MgUserMail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Users.Actions-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.users.actions/send-mgusermail Locale: en-US Module Name: Microsoft.Graph.Users.Actions -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Send-MgUserMail --- @@ -19,9 +19,6 @@ When using MIME format: This method saves the message in the Sent Items folder. Alternatively, create a draft message to send later. To learn more about the steps involved in the backend before a mail is delivered to recipients, see here. -> [!NOTE] -> To view the beta release of this cmdlet, view [Send-MgBetaUserMail](/powershell/module/Microsoft.Graph.Beta.Users.Actions/Send-MgBetaUserMail?view=graph-powershell-beta) - ## SYNTAX ### SendExpanded (Default) @@ -32,7 +29,6 @@ Send-MgUserMail -UserId [-ResponseHeadersVariable ] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Send @@ -43,7 +39,6 @@ Send-MgUserMail -UserId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SendViaIdentityExpanded @@ -54,7 +49,6 @@ Send-MgUserMail -InputObject [-ResponseHeadersVariable < [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SendViaIdentity @@ -65,7 +59,6 @@ Send-MgUserMail -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -81,18 +74,9 @@ When using MIME format: This method saves the message in the Sent Items folder. Alternatively, create a draft message to send later. To learn more about the steps involved in the backend before a mail is delivered to recipients, see here. -**Permissions** - -| Permission type | Permissions (from least to most privileged) | -| --------------- | ------------------------------------------ | -| Delegated (work or school account) | Mail.Send, | -| Delegated (personal Microsoft account) | Mail.Send, | -| Application | Mail.Send, | - ## EXAMPLES -### Example 1: Code snippet -```powershell +### EXAMPLE 1 Import-Module Microsoft.Graph.Users.Actions @@ -124,12 +108,7 @@ $params = @{ # A UPN can also be used as -UserId. Send-MgUserMail -UserId $userId -BodyParameter $params -``` -This example shows how to use the Send-MgUserMail Cmdlet. - -### Example 2: Code snippet - -```powershell +### EXAMPLE 2 Import-Module Microsoft.Graph.Users.Actions @@ -163,12 +142,7 @@ $params = @{ # A UPN can also be used as -UserId. Send-MgUserMail -UserId $userId -BodyParameter $params -``` -This example shows how to use the Send-MgUserMail Cmdlet. - -### Example 3: Code snippet - -```powershell +### EXAMPLE 3 Import-Module Microsoft.Graph.Users.Actions @@ -200,10 +174,6 @@ $params = @{ # A UPN can also be used as -UserId. Send-MgUserMail -UserId $userId -BodyParameter $params -``` -This example shows how to use the Send-MgUserMail Cmdlet. - - ## PARAMETERS ### -AdditionalProperties @@ -235,7 +205,7 @@ HelpMessage: '' ### -BodyParameter - +. To construct, see NOTES section for BODYPARAMETER properties and create a hash table. ```yaml @@ -531,7 +501,7 @@ HelpMessage: '' ### -SaveToSentItems - +. ```yaml Type: System.Management.Automation.SwitchParameter @@ -639,7 +609,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -BODYPARAMETER ``: . +BODYPARAMETER : . [(Any) ]: This indicates any property can be added to this object. [Message ]: message [(Any) ]: This indicates any property can be added to this object. @@ -739,10 +709,10 @@ You are prompted to sign in if you are not already signed in with the browser.Th For example, an error is returned when a user with a mailbox in the EUR (Europe) region attempts to access messages from a mailbox in the NAM (North America) region. [SaveToSentItems ]: -INPUTOBJECT ``: Identity Parameter +INPUTOBJECT : Identity Parameter [UserId ]: The unique identifier of user -MESSAGE ``: message +MESSAGE : message [(Any) ]: This indicates any property can be added to this object. [Categories ]: The categories associated with the item [ChangeKey ]: Identifies the version of the item. @@ -842,27 +812,5 @@ For example, an error is returned when a user with a mailbox in the EUR (Europe) ## RELATED LINKS -- [Send-MgUserMail](https://learn.microsoft.com/powershell/module/microsoft.graph.users.actions/send-mgusermail) -- [Graph API Reference](https://learn.microsoft.com/graph/api/user-sendmail?view=graph-rest-1.0) - - - - - - - - - - - - - - - - - - - - - - +- [](https://learn.microsoft.com/powershell/module/microsoft.graph.users.actions/send-mgusermail) +- [](https://learn.microsoft.com/graph/api/user-sendmail?view=graph-rest-1.0) diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Set-MgUserLicense.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Set-MgUserLicense.md index f3b7fe40f493a..a56431414b7d1 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Set-MgUserLicense.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Set-MgUserLicense.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Users.Actions-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.users.actions/set-mguserlicense Locale: en-US Module Name: Microsoft.Graph.Users.Actions -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Set-MgUserLicense --- @@ -18,9 +18,6 @@ For example, an organization can have a Microsoft 365 Enterprise E3 subscription You can also enable and disable specific plans associated with a subscription. Direct user licensing method is an alternative to group-based licensing. -> [!NOTE] -> To view the beta release of this cmdlet, view [Set-MgBetaUserLicense](/powershell/module/Microsoft.Graph.Beta.Users.Actions/Set-MgBetaUserLicense?view=graph-powershell-beta) - ## SYNTAX ### AssignExpanded (Default) @@ -31,7 +28,6 @@ Set-MgUserLicense -UserId [-ResponseHeadersVariable ] [-RemoveLicenses ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Assign @@ -42,7 +38,6 @@ Set-MgUserLicense -UserId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### AssignViaIdentityExpanded @@ -53,7 +48,6 @@ Set-MgUserLicense -InputObject [-ResponseHeadersVariable [-RemoveLicenses ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### AssignViaIdentity @@ -64,7 +58,6 @@ Set-MgUserLicense -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -79,18 +72,10 @@ For example, an organization can have a Microsoft 365 Enterprise E3 subscription You can also enable and disable specific plans associated with a subscription. Direct user licensing method is an alternative to group-based licensing. -**Permissions** - -| Permission type | Permissions (from least to most privileged) | -| --------------- | ------------------------------------------ | -| Delegated (work or school account) | LicenseAssignment.ReadWrite.All, User.ReadWrite.All, Directory.ReadWrite.All, AgentIdUser.ReadWrite.IdentityParentedBy, AgentIdUser.ReadWrite.All, | -| Delegated (personal Microsoft account) | Not supported | -| Application | LicenseAssignment.ReadWrite.All, User.ReadWrite.All, Directory.ReadWrite.All, AgentIdUser.ReadWrite.IdentityParentedBy, AgentIdUser.ReadWrite.All, | - ## EXAMPLES -### Example 1: Assign a license to a user -```powershell +### EXAMPLE 1 + Connect-Graph -Scopes User.ReadWrite.All, Organization.Read.All $EmsSku = Get-MgSubscribedSku -All | Where SkuPartNumber -eq 'EMSPREMIUM' @@ -100,13 +85,9 @@ Set-MgUserLicense -UserId '38955658-c844-4f59-9430-6519430ac89b' -AddLicenses @{ Id DisplayName Mail UserPrincipalName UserType -- ----------- ---- ----------------- -------- 38955658-c844-4f59-9430-6519430ac89b Bianca Pisani BiancaP@contoso.onmicrosoft.com Member -``` - -This example assigns a license from the **EMSPREMIUM** (ENTERPRISE MOBILITY + SECURITY E5) licensing plan to the unlicensed user **38955658-c844-4f59-9430-6519430ac89b**. For more information, see [assign licenses to users accounts with PowerShell](/microsoft-365/enterprise/assign-licenses-to-user-accounts-with-microsoft-365-powershell?view=o365-worldwide). -### Example 2: Assign more than one licenses to a user +### EXAMPLE 2 -```powershell Connect-Graph -Scopes User.ReadWrite.All, Organization.Read.All $EmsSku = Get-MgSubscribedSku -All | Where SkuPartNumber -eq 'EMSPREMIUM' @@ -121,13 +102,9 @@ Set-MgUserLicense -UserId '38955658-c844-4f59-9430-6519430ac89b' -AddLicenses $a Id DisplayName Mail UserPrincipalName UserType -- ----------- ---- ----------------- -------- 38955658-c844-4f59-9430-6519430ac89b Bianca Pisani BiancaP@contoso.onmicrosoft.com Member -``` - -This example assigns **EMSPREMIUM** and **FLOW_FREE** licenses to the user **38955658-c844-4f59-9430-6519430ac89b**. -### Example 3: Assign a license to a user with some disabled plans +### EXAMPLE 3 -```powershell Connect-Graph -Scopes User.ReadWrite.All, Organization.Read.All $EmsSku = Get-MgSubscribedSku -All | Where SkuPartNumber -eq 'EMSPREMIUM' @@ -143,13 +120,9 @@ Set-MgUserLicense -UserId '38955658-c844-4f59-9430-6519430ac89b' -AddLicenses $a Id DisplayName Mail UserPrincipalName UserType -- ----------- ---- ----------------- -------- 38955658-c844-4f59-9430-6519430ac89b Bianca Pisani BiancaP@contoso.onmicrosoft.com Member -``` -This example assigns **EMSPREMIUM** license with the **MFA_PREMIUM** and **INTUNE_A** services turned off. +### EXAMPLE 4 -### Example 4: Update a license assigned to a user to add more disabled plans leaving the user's existing disabled plans in their current state - -```powershell Connect-Graph -Scopes User.ReadWrite.All, Organization.Read.All $EmsSku = Get-MgSubscribedSku -All | Where SkuPartNumber -eq 'EMSPREMIUM' @@ -176,13 +149,9 @@ Set-MgUserLicense -UserId '38955658-c844-4f59-9430-6519430ac89b' -AddLicenses $a Id DisplayName Mail UserPrincipalName UserType -- ----------- ---- ----------------- -------- 38955658-c844-4f59-9430-6519430ac89b Bianca Pisani BiancaP@contoso.onmicrosoft.com Member -``` -This example updates the **EMSPREMIUM** license assigned to the user to add **AAD_PREMIUM_P2** and **AAD_PREMIUM** to the disabled services. +### EXAMPLE 5 -### Example 5: Assign licenses to a user by copying the license assignment from another user - -```powershell Connect-Graph -Scopes User.ReadWrite.All, Organization.Read.All $mgUser = Get-MgUser -UserId '38955658-c844-4f59-9430-6519430ac89b' @@ -193,13 +162,9 @@ Set-MgUserLicense -UserId "82f51c98-7221-442f-8329-3faf9fe022f1" -AddLicenses $m Id DisplayName Mail UserPrincipalName UserType -- ----------- ---- ----------------- -------- 82f51c98-7221-442f-8329-3faf9fe022f1 Mallory Cortez MalloryC@contoso.onmicrosoft.com Member -``` - -This examples copies the license assignment of user **38955658-c844-4f59-9430-6519430ac89b** and assigns it to user **82f51c98-7221-442f-8329-3faf9fe022f1**. -### Example 6: Remove a license assigned to a user +### EXAMPLE 6 -```powershell Connect-Graph -Scopes User.ReadWrite.All, Organization.Read.All $EmsSku = Get-MgSubscribedSku -All | Where SkuPartNumber -eq 'EMSPREMIUM' @@ -209,9 +174,6 @@ Set-MgUserLicense -UserId "38955658-c844-4f59-9430-6519430ac89b" -AddLicenses @( Id DisplayName Mail UserPrincipalName UserType -- ----------- ---- ----------------- -------- 38955658-c844-4f59-9430-6519430ac89b Bianca Pisani BiancaP@contoso.onmicrosoft.com Member -``` - -This example removes the **EMSPREMIUM** license assignment from the user. ## PARAMETERS @@ -244,7 +206,7 @@ HelpMessage: '' ### -AddLicenses - +. To construct, see NOTES section for ADDLICENSES properties and create a hash table. ```yaml @@ -272,7 +234,7 @@ HelpMessage: '' ### -BodyParameter - +. To construct, see NOTES section for BODYPARAMETER properties and create a hash table. ```yaml @@ -497,7 +459,7 @@ HelpMessage: '' ### -RemoveLicenses - +. ```yaml Type: System.String[] @@ -633,7 +595,7 @@ IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus [SkuId ]: The unique identifier for the SKU. Corresponds to the skuId from subscribedSkus or companySubscription. -BODYPARAMETER ``: . +BODYPARAMETER : . [(Any) ]: This indicates any property can be added to this object. [AddLicenses ]: [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. @@ -642,33 +604,11 @@ IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus Corresponds to the skuId from subscribedSkus or companySubscription. [RemoveLicenses ]: -INPUTOBJECT ``: Identity Parameter +INPUTOBJECT : Identity Parameter [UserId ]: The unique identifier of user ## RELATED LINKS -- [Set-MgUserLicense](https://learn.microsoft.com/powershell/module/microsoft.graph.users.actions/set-mguserlicense) -- [Graph API Reference](https://learn.microsoft.com/graph/api/user-assignlicense?view=graph-rest-1.0) - - - - - - - - - - - - - - - - - - - - - - +- [](https://learn.microsoft.com/powershell/module/microsoft.graph.users.actions/set-mguserlicense) +- [](https://learn.microsoft.com/graph/api/user-assignlicense?view=graph-rest-1.0) diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Test-MgUserProperty.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Test-MgUserProperty.md index 46da05108d216..3024273529085 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Test-MgUserProperty.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Test-MgUserProperty.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Users.Actions-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.users.actions/test-mguserproperty Locale: en-US Module Name: Microsoft.Graph.Users.Actions -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Test-MgUserProperty --- @@ -16,17 +16,14 @@ title: Test-MgUserProperty Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. -The following policy validations are performed for the display name and mail nickname properties:\r1. -Validate the prefix and suffix naming policy\r2. -Validate the custom banned words policy\r3. +The following policy validations are performed for the display name and mail nickname properties:\r\n1. +Validate the prefix and suffix naming policy\r\n2. +Validate the custom banned words policy\r\n3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you're only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. -> [!NOTE] -> To view the beta release of this cmdlet, view [Test-MgBetaUserProperty](/powershell/module/Microsoft.Graph.Beta.Users.Actions/Test-MgBetaUserProperty?view=graph-powershell-beta) - ## SYNTAX ### ValidateExpanded (Default) @@ -37,7 +34,6 @@ Test-MgUserProperty [-ResponseHeadersVariable ] [-AdditionalProperties < [-OnBehalfOfUserId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Validate @@ -48,7 +44,6 @@ Test-MgUserProperty [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -61,14 +56,24 @@ This cmdlet has the following aliases, Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. -The following policy validations are performed for the display name and mail nickname properties:\r1. -Validate the prefix and suffix naming policy\r2. -Validate the custom banned words policy\r3. +The following policy validations are performed for the display name and mail nickname properties:\r\n1. +Validate the prefix and suffix naming policy\r\n2. +Validate the custom banned words policy\r\n3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you're only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. +## EXAMPLES + +### EXAMPLE 1 + +{{ Add code here }} + +### EXAMPLE 2 + +{{ Add code here }} + ## PARAMETERS ### -AdditionalProperties @@ -94,7 +99,7 @@ HelpMessage: '' ### -BodyParameter - +. To construct, see NOTES section for BODYPARAMETER properties and create a hash table. ```yaml @@ -159,7 +164,7 @@ HelpMessage: '' ### -DisplayName - +. ```yaml Type: System.String @@ -180,7 +185,7 @@ HelpMessage: '' ### -EntityType - +. ```yaml Type: System.String @@ -264,7 +269,7 @@ HelpMessage: '' ### -MailNickname - +. ```yaml Type: System.String @@ -285,7 +290,7 @@ HelpMessage: '' ### -OnBehalfOfUserId - +. ```yaml Type: System.String @@ -462,7 +467,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -BODYPARAMETER ``: . +BODYPARAMETER : . [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: [EntityType ]: @@ -472,28 +477,5 @@ BODYPARAMETER ` [!NOTE] -> To view the beta release of this cmdlet, view [Update-MgBetaUserPassword](/powershell/module/Microsoft.Graph.Beta.Users.Actions/Update-MgBetaUserPassword?view=graph-powershell-beta) - ## SYNTAX ### ChangeExpanded (Default) @@ -30,7 +27,6 @@ Update-MgUserPassword -UserId [-ResponseHeadersVariable ] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Change @@ -41,7 +37,6 @@ Update-MgUserPassword -UserId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ChangeViaIdentityExpanded @@ -52,7 +47,6 @@ Update-MgUserPassword -InputObject [-ResponseHeadersVari [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ChangeViaIdentity @@ -63,7 +57,6 @@ Update-MgUserPassword -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -74,13 +67,12 @@ This cmdlet has the following aliases, ## DESCRIPTION Update the signed-in user's password. -Any user can update their password without belonging to any administrator role.\rTo update another user's password in either delegated or app-only scenarios, update the passwordProfile property of the user instead. +Any user can update their password without belonging to any administrator role.\r\nTo update another user's password in either delegated or app-only scenarios, update the passwordProfile property of the user instead. See Example 3: Update the passwordProfile of a user and reset their password. ## EXAMPLES -### Example 1: Code snippet -```powershell +### EXAMPLE 1 Import-Module Microsoft.Graph.Users.Actions @@ -92,10 +84,6 @@ $params = @{ # A UPN can also be used as -UserId. Update-MgUserPassword -UserId $userId -BodyParameter $params -``` -This example shows how to use the Update-MgUserPassword Cmdlet. - - ## PARAMETERS ### -AdditionalProperties @@ -127,7 +115,7 @@ HelpMessage: '' ### -BodyParameter - +. To construct, see NOTES section for BODYPARAMETER properties and create a hash table. ```yaml @@ -198,7 +186,7 @@ HelpMessage: '' ### -CurrentPassword - +. ```yaml Type: System.String @@ -316,7 +304,7 @@ HelpMessage: '' ### -NewPassword - +. ```yaml Type: System.String @@ -530,38 +518,16 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -BODYPARAMETER ``: . +BODYPARAMETER : . [(Any) ]: This indicates any property can be added to this object. [CurrentPassword ]: [NewPassword ]: -INPUTOBJECT ``: Identity Parameter +INPUTOBJECT : Identity Parameter [UserId ]: The unique identifier of user ## RELATED LINKS -- [Update-MgUserPassword](https://learn.microsoft.com/powershell/module/microsoft.graph.users.actions/update-mguserpassword) -- [Graph API Reference](https://learn.microsoft.com/graph/api/user-changepassword?view=graph-rest-1.0) - - - - - - - - - - - - - - - - - - - - - - +- [](https://learn.microsoft.com/powershell/module/microsoft.graph.users.actions/update-mguserpassword) +- [](https://learn.microsoft.com/graph/api/user-changepassword?view=graph-rest-1.0) From 20681a3f61886bd977827d17d90f7603a42dde32 Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Sat, 1 Aug 2026 04:05:53 +0000 Subject: [PATCH 2/7] Escaped disallowed html tags --- .../Confirm-MgUserMemberGroup.md | 30 +++++++++++++--- .../Confirm-MgUserMemberObject.md | 26 ++++++++++++-- .../Export-MgUserPersonalData.md | 26 ++++++++++++-- .../Find-MgUserMeetingTime.md | 34 ++++++++++++++---- .../Get-MgUserById.md | 24 ++++++++++++- .../Get-MgUserMailTip.md | 30 +++++++++++++--- .../Get-MgUserMemberGroup.md | 26 ++++++++++++-- .../Get-MgUserMemberObject.md | 30 +++++++++++++--- .../Invoke-MgLicenseUser.md | 24 ++++++++++++- .../Invoke-MgRetryUserServiceProvisioning.md | 24 ++++++++++++- .../Invoke-MgTranslateUserExchangeId.md | 26 ++++++++++++-- .../Microsoft.Graph.Users.Actions.md | 19 ++++++++++ .../Remove-MgAllUserDeviceFromManagement.md | 24 ++++++++++++- .../Revoke-MgUserSignInSession.md | 24 ++++++++++++- .../Send-MgUserMail.md | 28 +++++++++++++-- .../Set-MgUserLicense.md | 26 ++++++++++++-- .../Test-MgUserProperty.md | 36 +++++++++++++++---- .../Update-MgUserPassword.md | 30 +++++++++++++--- 18 files changed, 440 insertions(+), 47 deletions(-) diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Confirm-MgUserMemberGroup.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Confirm-MgUserMemberGroup.md index 648d324803407..c30423741f2ba 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Confirm-MgUserMemberGroup.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Confirm-MgUserMemberGroup.md @@ -14,7 +14,7 @@ title: Confirm-MgUserMemberGroup ## SYNOPSIS Check for membership in a specified list of group IDs, and return from that list the IDs of groups where a specified object is a member. -The specified object can be of one of the following types:\r\n- user\r\n- group\r\n- service principal\r\n- organizational contact\r\n- device\r\n- directory object This function is transitive. +The specified object can be of one of the following types:\r- user\r- group\r- service principal\r- organizational contact\r- device\r- directory object This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. @@ -67,7 +67,7 @@ This cmdlet has the following aliases, ## DESCRIPTION Check for membership in a specified list of group IDs, and return from that list the IDs of groups where a specified object is a member. -The specified object can be of one of the following types:\r\n- user\r\n- group\r\n- service principal\r\n- organizational contact\r\n- device\r\n- directory object This function is transitive. +The specified object can be of one of the following types:\r- user\r- group\r- service principal\r- organizational contact\r- device\r- directory object This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. @@ -474,11 +474,11 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -BODYPARAMETER : . +BODYPARAMETER ``: . [(Any) ]: This indicates any property can be added to this object. [GroupIds ]: -INPUTOBJECT : Identity Parameter +INPUTOBJECT ``: Identity Parameter [UserId ]: The unique identifier of user @@ -486,3 +486,25 @@ INPUTOBJECT : Identity Parameter - [](https://learn.microsoft.com/powershell/module/microsoft.graph.users.actions/confirm-mgusermembergroup) - [](https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Confirm-MgUserMemberObject.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Confirm-MgUserMemberObject.md index 0dec04537a478..bb5fb7ff1978d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Confirm-MgUserMemberObject.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Confirm-MgUserMemberObject.md @@ -466,14 +466,36 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -BODYPARAMETER : . +BODYPARAMETER ``: . [(Any) ]: This indicates any property can be added to this object. [Ids ]: -INPUTOBJECT : Identity Parameter +INPUTOBJECT ``: Identity Parameter [UserId ]: The unique identifier of user ## RELATED LINKS - [](https://learn.microsoft.com/powershell/module/microsoft.graph.users.actions/confirm-mgusermemberobject) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Export-MgUserPersonalData.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Export-MgUserPersonalData.md index 3a664a078c981..2dbde2e805def 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Export-MgUserPersonalData.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Export-MgUserPersonalData.md @@ -487,11 +487,11 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -BODYPARAMETER : . +BODYPARAMETER ``: . [(Any) ]: This indicates any property can be added to this object. [StorageLocation ]: -INPUTOBJECT : Identity Parameter +INPUTOBJECT ``: Identity Parameter [UserId ]: The unique identifier of user @@ -499,3 +499,25 @@ INPUTOBJECT : Identity Parameter - [](https://learn.microsoft.com/powershell/module/microsoft.graph.users.actions/export-mguserpersonaldata) - [](https://learn.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-1.0) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Find-MgUserMeetingTime.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Find-MgUserMeetingTime.md index 1ae241cf92975..23675afe7c72e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Find-MgUserMeetingTime.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Find-MgUserMeetingTime.md @@ -14,7 +14,7 @@ title: Find-MgUserMeetingTime ## SYNOPSIS Suggest meeting times and locations based on organizer and attendee availability, and time or location constraints specified as parameters. -If findMeetingTimes cannot return any meeting suggestions, the response would indicate a reason in the emptySuggestionsReason property.\r\nBased on this value, you can better adjust the parameters and call findMeetingTimes again. +If findMeetingTimes cannot return any meeting suggestions, the response would indicate a reason in the emptySuggestionsReason property.\rBased on this value, you can better adjust the parameters and call findMeetingTimes again. The algorithm used to suggest meeting times and locations undergoes fine-tuning from time to time. In scenarios like test environments where the input parameters and calendar data remain static, expect that the suggested results may differ over time. @@ -74,7 +74,7 @@ This cmdlet has the following aliases, ## DESCRIPTION Suggest meeting times and locations based on organizer and attendee availability, and time or location constraints specified as parameters. -If findMeetingTimes cannot return any meeting suggestions, the response would indicate a reason in the emptySuggestionsReason property.\r\nBased on this value, you can better adjust the parameters and call findMeetingTimes again. +If findMeetingTimes cannot return any meeting suggestions, the response would indicate a reason in the emptySuggestionsReason property.\rBased on this value, you can better adjust the parameters and call findMeetingTimes again. The algorithm used to suggest meeting times and locations undergoes fine-tuning from time to time. In scenarios like test environments where the input parameters and calendar data remain static, expect that the suggested results may differ over time. @@ -713,7 +713,7 @@ ATTENDEES : . [Name ]: The display name of the person or entity. [Type ]: attendeeType -BODYPARAMETER : . +BODYPARAMETER ``: . [(Any) ]: This indicates any property can be added to this object. [Attendees ]: [EmailAddress ]: emailAddress @@ -769,10 +769,10 @@ Default is true. See below for more possible values. [Start ]: dateTimeTimeZone -INPUTOBJECT : Identity Parameter +INPUTOBJECT ``: Identity Parameter [UserId ]: The unique identifier of user -LOCATIONCONSTRAINT : locationConstraint +LOCATIONCONSTRAINT ``: locationConstraint [(Any) ]: This indicates any property can be added to this object. [IsRequired ]: The client requests the service to include in the response a meeting location for the meeting. If this is true and all the resources are busy, findMeetingTimes won't return any meeting time suggestions. @@ -805,7 +805,7 @@ If set to false and the specified resource is busy, findMeetingTimes returns the Default is true. [SuggestLocation ]: The client requests the service to suggest one or more meeting locations. -TIMECONSTRAINT : timeConstraint +TIMECONSTRAINT ``: timeConstraint [(Any) ]: This indicates any property can be added to this object. [ActivityDomain ]: activityDomain [TimeSlots ]: @@ -821,3 +821,25 @@ See below for more possible values. - [](https://learn.microsoft.com/powershell/module/microsoft.graph.users.actions/find-mgusermeetingtime) - [](https://learn.microsoft.com/graph/api/user-findmeetingtimes?view=graph-rest-1.0) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Get-MgUserById.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Get-MgUserById.md index c211fdf13686f..9db3c9a0b6acd 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Get-MgUserById.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Get-MgUserById.md @@ -389,7 +389,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -BODYPARAMETER : . +BODYPARAMETER ``: . [(Any) ]: This indicates any property can be added to this object. [Ids ]: [Types ]: @@ -399,3 +399,25 @@ BODYPARAMETER : . +BODYPARAMETER ``: . [(Any) ]: This indicates any property can be added to this object. [EmailAddresses ]: [MailTipsOptions ]: mailTipsType -INPUTOBJECT : Identity Parameter +INPUTOBJECT ``: Identity Parameter [UserId ]: The unique identifier of user @@ -513,3 +513,25 @@ INPUTOBJECT : Identity Parameter - [](https://learn.microsoft.com/powershell/module/microsoft.graph.users.actions/get-mgusermailtip) - [](https://learn.microsoft.com/graph/api/user-getmailtips?view=graph-rest-1.0) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Get-MgUserMemberGroup.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Get-MgUserMemberGroup.md index 742346bd95efa..51fe9852fd148 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Get-MgUserMemberGroup.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Get-MgUserMemberGroup.md @@ -471,11 +471,11 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -BODYPARAMETER : . +BODYPARAMETER ``: . [(Any) ]: This indicates any property can be added to this object. [SecurityEnabledOnly ]: -INPUTOBJECT : Identity Parameter +INPUTOBJECT ``: Identity Parameter [UserId ]: The unique identifier of user @@ -483,3 +483,25 @@ INPUTOBJECT : Identity Parameter - [](https://learn.microsoft.com/powershell/module/microsoft.graph.users.actions/get-mgusermembergroup) - [](https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Get-MgUserMemberObject.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Get-MgUserMemberObject.md index 3d5ae8f8315f8..b2ebaeec01aa1 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Get-MgUserMemberObject.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Get-MgUserMemberObject.md @@ -13,7 +13,7 @@ title: Get-MgUserMemberObject ## SYNOPSIS -Return all IDs for the groups, administrative units, and directory roles that an object of one of the following types is a member of:\r\n- user\r\n- group\r\n- service principal\r\n- organizational contact\r\n- device\r\n- directory object This function is transitive. +Return all IDs for the groups, administrative units, and directory roles that an object of one of the following types is a member of:\r- user\r- group\r- service principal\r- organizational contact\r- device\r- directory object This function is transitive. Only users and role-enabled groups can be members of directory roles. ## SYNTAX @@ -63,7 +63,7 @@ This cmdlet has the following aliases, ## DESCRIPTION -Return all IDs for the groups, administrative units, and directory roles that an object of one of the following types is a member of:\r\n- user\r\n- group\r\n- service principal\r\n- organizational contact\r\n- device\r\n- directory object This function is transitive. +Return all IDs for the groups, administrative units, and directory roles that an object of one of the following types is a member of:\r- user\r- group\r- service principal\r- organizational contact\r- device\r- directory object This function is transitive. Only users and role-enabled groups can be members of directory roles. ## EXAMPLES @@ -462,11 +462,11 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -BODYPARAMETER : . +BODYPARAMETER ``: . [(Any) ]: This indicates any property can be added to this object. [SecurityEnabledOnly ]: -INPUTOBJECT : Identity Parameter +INPUTOBJECT ``: Identity Parameter [UserId ]: The unique identifier of user @@ -474,3 +474,25 @@ INPUTOBJECT : Identity Parameter - [](https://learn.microsoft.com/powershell/module/microsoft.graph.users.actions/get-mgusermemberobject) - [](https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Invoke-MgLicenseUser.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Invoke-MgLicenseUser.md index a0300f5efc5cd..6d8b87390a287 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Invoke-MgLicenseUser.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Invoke-MgLicenseUser.md @@ -344,7 +344,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -INPUTOBJECT : Identity Parameter +INPUTOBJECT ``: Identity Parameter [UserId ]: The unique identifier of user @@ -352,3 +352,25 @@ INPUTOBJECT : Identity Parameter - [](https://learn.microsoft.com/powershell/module/microsoft.graph.users.actions/invoke-mglicenseuser) - [](https://learn.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-1.0) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Invoke-MgRetryUserServiceProvisioning.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Invoke-MgRetryUserServiceProvisioning.md index ff4d1dc4d90bf..bb74bb10baf6b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Invoke-MgRetryUserServiceProvisioning.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Invoke-MgRetryUserServiceProvisioning.md @@ -361,7 +361,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -INPUTOBJECT : Identity Parameter +INPUTOBJECT ``: Identity Parameter [UserId ]: The unique identifier of user @@ -369,3 +369,25 @@ INPUTOBJECT : Identity Parameter - [](https://learn.microsoft.com/powershell/module/microsoft.graph.users.actions/invoke-mgretryuserserviceprovisioning) - [](https://learn.microsoft.com/graph/api/user-retryserviceprovisioning?view=graph-rest-1.0) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Invoke-MgTranslateUserExchangeId.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Invoke-MgTranslateUserExchangeId.md index acb487b8e511e..b5cfab0b611bb 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Invoke-MgTranslateUserExchangeId.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Invoke-MgTranslateUserExchangeId.md @@ -524,13 +524,13 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -BODYPARAMETER : . +BODYPARAMETER ``: . [(Any) ]: This indicates any property can be added to this object. [InputIds ]: [SourceIdType ]: exchangeIdFormat [TargetIdType ]: exchangeIdFormat -INPUTOBJECT : Identity Parameter +INPUTOBJECT ``: Identity Parameter [UserId ]: The unique identifier of user @@ -538,3 +538,25 @@ INPUTOBJECT : Identity Parameter - [](https://learn.microsoft.com/powershell/module/microsoft.graph.users.actions/invoke-mgtranslateuserexchangeid) - [](https://learn.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-1.0) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Microsoft.Graph.Users.Actions.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Microsoft.Graph.Users.Actions.md index bacf5fc2ef61b..fd9e8cbc243e6 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Microsoft.Graph.Users.Actions.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Microsoft.Graph.Users.Actions.md @@ -45,3 +45,22 @@ Microsoft Graph PowerShell Cmdlets ### [Update-MgUserPassword](Update-MgUserPassword.md) + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Remove-MgAllUserDeviceFromManagement.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Remove-MgAllUserDeviceFromManagement.md index a1c7ec1099d0c..d5fa7b71e551d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Remove-MgAllUserDeviceFromManagement.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Remove-MgAllUserDeviceFromManagement.md @@ -363,10 +363,32 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -INPUTOBJECT : Identity Parameter +INPUTOBJECT ``: Identity Parameter [UserId ]: The unique identifier of user ## RELATED LINKS - [](https://learn.microsoft.com/powershell/module/microsoft.graph.users.actions/remove-mgalluserdevicefrommanagement) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Revoke-MgUserSignInSession.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Revoke-MgUserSignInSession.md index 53d91dcad5f65..17b59367a2b94 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Revoke-MgUserSignInSession.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Revoke-MgUserSignInSession.md @@ -345,7 +345,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -INPUTOBJECT : Identity Parameter +INPUTOBJECT ``: Identity Parameter [UserId ]: The unique identifier of user @@ -353,3 +353,25 @@ INPUTOBJECT : Identity Parameter - [](https://learn.microsoft.com/powershell/module/microsoft.graph.users.actions/revoke-mgusersigninsession) - [](https://learn.microsoft.com/graph/api/user-revokesigninsessions?view=graph-rest-1.0) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Send-MgUserMail.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Send-MgUserMail.md index 7119d12afd37a..93a3233e8f284 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Send-MgUserMail.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Send-MgUserMail.md @@ -609,7 +609,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -BODYPARAMETER : . +BODYPARAMETER ``: . [(Any) ]: This indicates any property can be added to this object. [Message ]: message [(Any) ]: This indicates any property can be added to this object. @@ -709,10 +709,10 @@ You are prompted to sign in if you are not already signed in with the browser.Th For example, an error is returned when a user with a mailbox in the EUR (Europe) region attempts to access messages from a mailbox in the NAM (North America) region. [SaveToSentItems ]: -INPUTOBJECT : Identity Parameter +INPUTOBJECT ``: Identity Parameter [UserId ]: The unique identifier of user -MESSAGE : message +MESSAGE ``: message [(Any) ]: This indicates any property can be added to this object. [Categories ]: The categories associated with the item [ChangeKey ]: Identifies the version of the item. @@ -814,3 +814,25 @@ For example, an error is returned when a user with a mailbox in the EUR (Europe) - [](https://learn.microsoft.com/powershell/module/microsoft.graph.users.actions/send-mgusermail) - [](https://learn.microsoft.com/graph/api/user-sendmail?view=graph-rest-1.0) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Set-MgUserLicense.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Set-MgUserLicense.md index a56431414b7d1..2c5a30dde5d7d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Set-MgUserLicense.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Set-MgUserLicense.md @@ -595,7 +595,7 @@ IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus [SkuId ]: The unique identifier for the SKU. Corresponds to the skuId from subscribedSkus or companySubscription. -BODYPARAMETER : . +BODYPARAMETER ``: . [(Any) ]: This indicates any property can be added to this object. [AddLicenses ]: [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. @@ -604,7 +604,7 @@ IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus Corresponds to the skuId from subscribedSkus or companySubscription. [RemoveLicenses ]: -INPUTOBJECT : Identity Parameter +INPUTOBJECT ``: Identity Parameter [UserId ]: The unique identifier of user @@ -612,3 +612,25 @@ INPUTOBJECT : Identity Parameter - [](https://learn.microsoft.com/powershell/module/microsoft.graph.users.actions/set-mguserlicense) - [](https://learn.microsoft.com/graph/api/user-assignlicense?view=graph-rest-1.0) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Test-MgUserProperty.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Test-MgUserProperty.md index 3024273529085..4fe3b3cc3b69a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Test-MgUserProperty.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Test-MgUserProperty.md @@ -16,9 +16,9 @@ title: Test-MgUserProperty Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. -The following policy validations are performed for the display name and mail nickname properties:\r\n1. -Validate the prefix and suffix naming policy\r\n2. -Validate the custom banned words policy\r\n3. +The following policy validations are performed for the display name and mail nickname properties:\r1. +Validate the prefix and suffix naming policy\r2. +Validate the custom banned words policy\r3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you're only validating the prefix and suffix naming policy. @@ -56,9 +56,9 @@ This cmdlet has the following aliases, Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. -The following policy validations are performed for the display name and mail nickname properties:\r\n1. -Validate the prefix and suffix naming policy\r\n2. -Validate the custom banned words policy\r\n3. +The following policy validations are performed for the display name and mail nickname properties:\r1. +Validate the prefix and suffix naming policy\r2. +Validate the custom banned words policy\r3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you're only validating the prefix and suffix naming policy. @@ -467,7 +467,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -BODYPARAMETER : . +BODYPARAMETER ``: . [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: [EntityType ]: @@ -479,3 +479,25 @@ BODYPARAMETER : . +BODYPARAMETER ``: . [(Any) ]: This indicates any property can be added to this object. [CurrentPassword ]: [NewPassword ]: -INPUTOBJECT : Identity Parameter +INPUTOBJECT ``: Identity Parameter [UserId ]: The unique identifier of user @@ -531,3 +531,25 @@ INPUTOBJECT : Identity Parameter - [](https://learn.microsoft.com/powershell/module/microsoft.graph.users.actions/update-mguserpassword) - [](https://learn.microsoft.com/graph/api/user-changepassword?view=graph-rest-1.0) + + + + + + + + + + + + + + + + + + + + + + From 3b688527ae24e7d7dc2259b3d3455488a431013f Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Sat, 1 Aug 2026 04:18:36 +0000 Subject: [PATCH 3/7] Inserted permissions Table --- .../Confirm-MgUserMemberGroup.md | 8 ++++++++ .../Confirm-MgUserMemberObject.md | 8 ++++++++ .../Export-MgUserPersonalData.md | 8 ++++++++ .../Find-MgUserMeetingTime.md | 8 ++++++++ .../Microsoft.Graph.Users.Actions/Get-MgUserMailTip.md | 8 ++++++++ .../Get-MgUserMemberGroup.md | 8 ++++++++ .../Get-MgUserMemberObject.md | 8 ++++++++ .../Microsoft.Graph.Users.Actions/Invoke-MgLicenseUser.md | 8 ++++++++ .../Invoke-MgTranslateUserExchangeId.md | 8 ++++++++ .../Revoke-MgUserSignInSession.md | 8 ++++++++ .../Microsoft.Graph.Users.Actions/Send-MgUserMail.md | 8 ++++++++ .../Microsoft.Graph.Users.Actions/Set-MgUserLicense.md | 8 ++++++++ 12 files changed, 96 insertions(+) diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Confirm-MgUserMemberGroup.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Confirm-MgUserMemberGroup.md index c30423741f2ba..a75e8e5f25eea 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Confirm-MgUserMemberGroup.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Confirm-MgUserMemberGroup.md @@ -72,6 +72,14 @@ You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | Application.Read.All, AgentIdUser.ReadWrite.All, AgentIdUser.ReadWrite.IdentityParentedBy, Application.ReadWrite.All, Device.Read.All, Directory.Read.All, Directory.ReadWrite.All, Group.Read.All, Group.ReadWrite.All, GroupMember.Read.All, User.Read.All, User.ReadWrite.All, | +| Delegated (personal Microsoft account) | Not supported | +| Application | Application.Read.All, AgentIdUser.ReadWrite.All, AgentIdUser.ReadWrite.IdentityParentedBy, Application.ReadWrite.All, Device.Read.All, Device.ReadWrite.All, Directory.Read.All, Directory.ReadWrite.All, Group.Read.All, Group.ReadWrite.All, GroupMember.Read.All, User.Read.All, User.ReadWrite.All, | + ## EXAMPLES ### EXAMPLE 1 diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Confirm-MgUserMemberObject.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Confirm-MgUserMemberObject.md index bb5fb7ff1978d..d787eb7ad9594 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Confirm-MgUserMemberObject.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Confirm-MgUserMemberObject.md @@ -64,6 +64,14 @@ This cmdlet has the following aliases, Invoke action checkMemberObjects +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | Application.Read.All, AgentIdUser.ReadWrite.All, AgentIdUser.ReadWrite.IdentityParentedBy, Application.ReadWrite.All, Device.Read.All, Directory.Read.All, Directory.ReadWrite.All, Group.Read.All, Group.ReadWrite.All, GroupMember.Read.All, User.Read, User.Read.All, User.ReadWrite.All, | +| Delegated (personal Microsoft account) | Not supported | +| Application | Application.Read.All, AgentIdUser.ReadWrite.All, AgentIdUser.ReadWrite.IdentityParentedBy, Application.ReadWrite.All, Device.Read.All, Device.ReadWrite.All, Directory.Read.All, Directory.ReadWrite.All, Group.Read.All, Group.ReadWrite.All, GroupMember.Read.All, User.Read.All, User.ReadWrite.All, | + ## EXAMPLES ### EXAMPLE 1 diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Export-MgUserPersonalData.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Export-MgUserPersonalData.md index 2dbde2e805def..ebaf5e9de8bbd 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Export-MgUserPersonalData.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Export-MgUserPersonalData.md @@ -68,6 +68,14 @@ Submit a data policy operation request from a company administrator or an applic This data includes the user's data stored in OneDrive and their activity reports. For more information about exporting data while complying with regulations, see Data Subject Requests and the GDPR and CCPA. +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | User.Export.All, | +| Delegated (personal Microsoft account) | Not supported | +| Application | User.Export.All, | + ## EXAMPLES ### EXAMPLE 1 diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Find-MgUserMeetingTime.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Find-MgUserMeetingTime.md index 23675afe7c72e..5f97dbf3e3665 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Find-MgUserMeetingTime.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Find-MgUserMeetingTime.md @@ -78,6 +78,14 @@ If findMeetingTimes cannot return any meeting suggestions, the response would in The algorithm used to suggest meeting times and locations undergoes fine-tuning from time to time. In scenarios like test environments where the input parameters and calendar data remain static, expect that the suggested results may differ over time. +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | Calendars.Read.Shared, Calendars.ReadWrite.Shared, | +| Delegated (personal Microsoft account) | Not supported | +| Application | Not supported | + ## EXAMPLES ### EXAMPLE 1 diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Get-MgUserMailTip.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Get-MgUserMailTip.md index f22872141e79e..7490f7745313a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Get-MgUserMailTip.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Get-MgUserMailTip.md @@ -70,6 +70,14 @@ Get the MailTips of one or more recipients as available to the signed-in user. Note that by making a POST call to the getMailTips action, you can request specific types of MailTips to\rbe returned for more than one recipient at one time. The requested MailTips are returned in a mailTips collection. +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | Mail.Read, Mail.Read.Shared, | +| Delegated (personal Microsoft account) | Mail.Read, | +| Application | Mail.Read, | + ## EXAMPLES ### EXAMPLE 1 diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Get-MgUserMemberGroup.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Get-MgUserMemberGroup.md index 51fe9852fd148..4dab90b5217d3 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Get-MgUserMemberGroup.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Get-MgUserMemberGroup.md @@ -72,6 +72,14 @@ This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead. +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | Application.Read.All, Application.ReadWrite.All, Device.Read.All, Directory.Read.All, Directory.ReadWrite.All, Group.Read.All, Group.ReadWrite.All, GroupMember.Read.All, User.Read.All, | +| Delegated (personal Microsoft account) | Not supported | +| Application | Application.Read.All, Application.ReadWrite.All, Device.Read.All, Device.ReadWrite.All, Directory.Read.All, Directory.ReadWrite.All, Group.Read.All, Group.ReadWrite.All, GroupMember.Read.All, User.Read.All, | + ## EXAMPLES ### EXAMPLE 1 diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Get-MgUserMemberObject.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Get-MgUserMemberObject.md index b2ebaeec01aa1..8817c9db0c2a1 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Get-MgUserMemberObject.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Get-MgUserMemberObject.md @@ -66,6 +66,14 @@ This cmdlet has the following aliases, Return all IDs for the groups, administrative units, and directory roles that an object of one of the following types is a member of:\r- user\r- group\r- service principal\r- organizational contact\r- device\r- directory object This function is transitive. Only users and role-enabled groups can be members of directory roles. +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | Application.Read.All, AgentIdUser.ReadWrite.All, AgentIdUser.ReadWrite.IdentityParentedBy, Application.ReadWrite.All, Device.Read.All, Directory.Read.All, Directory.ReadWrite.All, Group.Read.All, Group.ReadWrite.All, GroupMember.Read.All, User.Read, User.Read.All, User.ReadWrite.All, | +| Delegated (personal Microsoft account) | Not supported | +| Application | Application.Read.All, AgentIdUser.ReadWrite.All, AgentIdUser.ReadWrite.IdentityParentedBy, Application.ReadWrite.All, Device.Read.All, Device.ReadWrite.All, Directory.Read.All, Directory.ReadWrite.All, Group.Read.All, Group.ReadWrite.All, GroupMember.Read.All, User.Read.All, User.ReadWrite.All, | + ## EXAMPLES ### EXAMPLE 1 diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Invoke-MgLicenseUser.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Invoke-MgLicenseUser.md index 6d8b87390a287..5cbef9380e1b5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Invoke-MgLicenseUser.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Invoke-MgLicenseUser.md @@ -48,6 +48,14 @@ Reprocess all group-based license assignments for the user. To learn more about group-based licensing, see What is group-based licensing in Microsoft Entra ID. Also see Identify and resolve license assignment problems for a group in Microsoft Entra ID for more details. +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | User.ReadWrite.All, AgentIdUser.ReadWrite.All, AgentIdUser.ReadWrite.IdentityParentedBy, Directory.ReadWrite.All, | +| Delegated (personal Microsoft account) | Not supported | +| Application | User.ReadWrite.All, AgentIdUser.ReadWrite.All, AgentIdUser.ReadWrite.IdentityParentedBy, Directory.ReadWrite.All, | + ## EXAMPLES ### EXAMPLE 1 diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Invoke-MgTranslateUserExchangeId.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Invoke-MgTranslateUserExchangeId.md index b5cfab0b611bb..c6e3df75f72b8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Invoke-MgTranslateUserExchangeId.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Invoke-MgTranslateUserExchangeId.md @@ -66,6 +66,14 @@ This cmdlet has the following aliases, Translate identifiers of Outlook-related resources between formats. +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | User.ReadBasic.All, AgentIdUser.ReadWrite.All, AgentIdUser.ReadWrite.IdentityParentedBy, User.Read, User.Read.All, User.ReadWrite, User.ReadWrite.All, | +| Delegated (personal Microsoft account) | User.Read, User.ReadWrite, | +| Application | User.Read.All, AgentIdUser.ReadWrite.All, AgentIdUser.ReadWrite.IdentityParentedBy, User.ReadWrite.All, | + ## EXAMPLES ### EXAMPLE 1 diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Revoke-MgUserSignInSession.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Revoke-MgUserSignInSession.md index 17b59367a2b94..71aab0be73acf 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Revoke-MgUserSignInSession.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Revoke-MgUserSignInSession.md @@ -48,6 +48,14 @@ Invalidates all the refresh tokens issued to applications for a user (and sessio Typically, this operation is performed (by the user or an administrator) if the user has a lost or stolen device. This operation prevents access to the organization's data through applications on the device by requiring the user to sign in again to all applications that they consented to previously, independent of device. +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | User.RevokeSessions.All, AgentIdUser.ReadWrite.All, AgentIdUser.ReadWrite.IdentityParentedBy, Directory.ReadWrite.All, User.ReadWrite.All, | +| Delegated (personal Microsoft account) | Not supported | +| Application | User.RevokeSessions.All, AgentIdUser.ReadWrite.All, AgentIdUser.ReadWrite.IdentityParentedBy, Directory.ReadWrite.All, User.ReadWrite.All, | + ## EXAMPLES ### EXAMPLE 1 diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Send-MgUserMail.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Send-MgUserMail.md index 93a3233e8f284..fcfc44ca77d1c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Send-MgUserMail.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Send-MgUserMail.md @@ -74,6 +74,14 @@ When using MIME format: This method saves the message in the Sent Items folder. Alternatively, create a draft message to send later. To learn more about the steps involved in the backend before a mail is delivered to recipients, see here. +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | Mail.Send, | +| Delegated (personal Microsoft account) | Mail.Send, | +| Application | Mail.Send, | + ## EXAMPLES ### EXAMPLE 1 diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Set-MgUserLicense.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Set-MgUserLicense.md index 2c5a30dde5d7d..4d7bac0fac5fd 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Set-MgUserLicense.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Set-MgUserLicense.md @@ -72,6 +72,14 @@ For example, an organization can have a Microsoft 365 Enterprise E3 subscription You can also enable and disable specific plans associated with a subscription. Direct user licensing method is an alternative to group-based licensing. +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | LicenseAssignment.ReadWrite.All, AgentIdUser.ReadWrite.All, AgentIdUser.ReadWrite.IdentityParentedBy, Directory.ReadWrite.All, User.ReadWrite.All, | +| Delegated (personal Microsoft account) | Not supported | +| Application | LicenseAssignment.ReadWrite.All, AgentIdUser.ReadWrite.All, AgentIdUser.ReadWrite.IdentityParentedBy, Directory.ReadWrite.All, User.ReadWrite.All, | + ## EXAMPLES ### EXAMPLE 1 From 3ed597b03a1611750d664dd13e25a8361a169328 Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Sat, 1 Aug 2026 04:18:46 +0000 Subject: [PATCH 4/7] Updated metadata parameters --- .../Microsoft.Graph.Users.Actions/Confirm-MgUserMemberGroup.md | 3 +++ .../Confirm-MgUserMemberObject.md | 3 +++ .../Microsoft.Graph.Users.Actions/Export-MgUserPersonalData.md | 3 +++ .../Microsoft.Graph.Users.Actions/Find-MgUserMeetingTime.md | 3 +++ .../Microsoft.Graph.Users.Actions/Get-MgUserById.md | 3 +++ .../Microsoft.Graph.Users.Actions/Get-MgUserMailTip.md | 3 +++ .../Microsoft.Graph.Users.Actions/Get-MgUserMemberGroup.md | 3 +++ .../Microsoft.Graph.Users.Actions/Get-MgUserMemberObject.md | 3 +++ .../Microsoft.Graph.Users.Actions/Invoke-MgLicenseUser.md | 3 +++ .../Invoke-MgRetryUserServiceProvisioning.md | 3 +++ .../Invoke-MgTranslateUserExchangeId.md | 3 +++ .../Remove-MgAllUserDeviceFromManagement.md | 3 +++ .../Revoke-MgUserSignInSession.md | 3 +++ .../Microsoft.Graph.Users.Actions/Send-MgUserMail.md | 3 +++ .../Microsoft.Graph.Users.Actions/Set-MgUserLicense.md | 3 +++ .../Microsoft.Graph.Users.Actions/Test-MgUserProperty.md | 3 +++ .../Microsoft.Graph.Users.Actions/Update-MgUserPassword.md | 3 +++ 17 files changed, 51 insertions(+) diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Confirm-MgUserMemberGroup.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Confirm-MgUserMemberGroup.md index a75e8e5f25eea..bcf29b979347b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Confirm-MgUserMemberGroup.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Confirm-MgUserMemberGroup.md @@ -19,6 +19,9 @@ You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. +> [!NOTE] +> To view the beta release of this cmdlet, view [Confirm-MgBetaUserMemberGroup](/powershell/module/Microsoft.Graph.Beta.Users.Actions/Confirm-MgBetaUserMemberGroup?view=graph-powershell-beta) + ## SYNTAX ### CheckExpanded (Default) diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Confirm-MgUserMemberObject.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Confirm-MgUserMemberObject.md index d787eb7ad9594..8907a484732d0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Confirm-MgUserMemberObject.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Confirm-MgUserMemberObject.md @@ -15,6 +15,9 @@ title: Confirm-MgUserMemberObject Invoke action checkMemberObjects +> [!NOTE] +> To view the beta release of this cmdlet, view [Confirm-MgBetaUserMemberObject](/powershell/module/Microsoft.Graph.Beta.Users.Actions/Confirm-MgBetaUserMemberObject?view=graph-powershell-beta) + ## SYNTAX ### CheckExpanded (Default) diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Export-MgUserPersonalData.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Export-MgUserPersonalData.md index ebaf5e9de8bbd..a0155b80fc69c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Export-MgUserPersonalData.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Export-MgUserPersonalData.md @@ -17,6 +17,9 @@ Submit a data policy operation request from a company administrator or an applic This data includes the user's data stored in OneDrive and their activity reports. For more information about exporting data while complying with regulations, see Data Subject Requests and the GDPR and CCPA. +> [!NOTE] +> To view the beta release of this cmdlet, view [Export-MgBetaUserPersonalData](/powershell/module/Microsoft.Graph.Beta.Users.Actions/Export-MgBetaUserPersonalData?view=graph-powershell-beta) + ## SYNTAX ### ExportExpanded (Default) diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Find-MgUserMeetingTime.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Find-MgUserMeetingTime.md index 5f97dbf3e3665..66c2af3c8e254 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Find-MgUserMeetingTime.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Find-MgUserMeetingTime.md @@ -18,6 +18,9 @@ If findMeetingTimes cannot return any meeting suggestions, the response would in The algorithm used to suggest meeting times and locations undergoes fine-tuning from time to time. In scenarios like test environments where the input parameters and calendar data remain static, expect that the suggested results may differ over time. +> [!NOTE] +> To view the beta release of this cmdlet, view [Find-MgBetaUserMeetingTime](/powershell/module/Microsoft.Graph.Beta.Users.Actions/Find-MgBetaUserMeetingTime?view=graph-powershell-beta) + ## SYNTAX ### FindExpanded (Default) diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Get-MgUserById.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Get-MgUserById.md index 9db3c9a0b6acd..01ec8e63998c8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Get-MgUserById.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Get-MgUserById.md @@ -17,6 +17,9 @@ Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: +> [!NOTE] +> To view the beta release of this cmdlet, view [Get-MgBetaUserById](/powershell/module/Microsoft.Graph.Beta.Users.Actions/Get-MgBetaUserById?view=graph-powershell-beta) + ## SYNTAX ### GetExpanded (Default) diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Get-MgUserMailTip.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Get-MgUserMailTip.md index 7490f7745313a..6c15cf813f81e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Get-MgUserMailTip.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Get-MgUserMailTip.md @@ -17,6 +17,9 @@ Get the MailTips of one or more recipients as available to the signed-in user. Note that by making a POST call to the getMailTips action, you can request specific types of MailTips to\rbe returned for more than one recipient at one time. The requested MailTips are returned in a mailTips collection. +> [!NOTE] +> To view the beta release of this cmdlet, view [Get-MgBetaUserMailTip](/powershell/module/Microsoft.Graph.Beta.Users.Actions/Get-MgBetaUserMailTip?view=graph-powershell-beta) + ## SYNTAX ### GetExpanded (Default) diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Get-MgUserMemberGroup.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Get-MgUserMemberGroup.md index 4dab90b5217d3..fdfc446122d0c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Get-MgUserMemberGroup.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Get-MgUserMemberGroup.md @@ -19,6 +19,9 @@ This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead. +> [!NOTE] +> To view the beta release of this cmdlet, view [Get-MgBetaUserMemberGroup](/powershell/module/Microsoft.Graph.Beta.Users.Actions/Get-MgBetaUserMemberGroup?view=graph-powershell-beta) + ## SYNTAX ### GetExpanded (Default) diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Get-MgUserMemberObject.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Get-MgUserMemberObject.md index 8817c9db0c2a1..766cb185ffad9 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Get-MgUserMemberObject.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Get-MgUserMemberObject.md @@ -16,6 +16,9 @@ title: Get-MgUserMemberObject Return all IDs for the groups, administrative units, and directory roles that an object of one of the following types is a member of:\r- user\r- group\r- service principal\r- organizational contact\r- device\r- directory object This function is transitive. Only users and role-enabled groups can be members of directory roles. +> [!NOTE] +> To view the beta release of this cmdlet, view [Get-MgBetaUserMemberObject](/powershell/module/Microsoft.Graph.Beta.Users.Actions/Get-MgBetaUserMemberObject?view=graph-powershell-beta) + ## SYNTAX ### GetExpanded (Default) diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Invoke-MgLicenseUser.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Invoke-MgLicenseUser.md index 5cbef9380e1b5..c9bb1b7accb62 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Invoke-MgLicenseUser.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Invoke-MgLicenseUser.md @@ -17,6 +17,9 @@ Reprocess all group-based license assignments for the user. To learn more about group-based licensing, see What is group-based licensing in Microsoft Entra ID. Also see Identify and resolve license assignment problems for a group in Microsoft Entra ID for more details. +> [!NOTE] +> To view the beta release of this cmdlet, view [Invoke-MgBetaLicenseUser](/powershell/module/Microsoft.Graph.Beta.Users.Actions/Invoke-MgBetaLicenseUser?view=graph-powershell-beta) + ## SYNTAX ### License (Default) diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Invoke-MgRetryUserServiceProvisioning.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Invoke-MgRetryUserServiceProvisioning.md index bb74bb10baf6b..29c550fe20ea8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Invoke-MgRetryUserServiceProvisioning.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Invoke-MgRetryUserServiceProvisioning.md @@ -15,6 +15,9 @@ title: Invoke-MgRetryUserServiceProvisioning Retry the provisioning of a user object in Microsoft Entra ID. +> [!NOTE] +> To view the beta release of this cmdlet, view [Invoke-MgBetaRetryUserServiceProvisioning](/powershell/module/Microsoft.Graph.Beta.Users.Actions/Invoke-MgBetaRetryUserServiceProvisioning?view=graph-powershell-beta) + ## SYNTAX ### Retry (Default) diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Invoke-MgTranslateUserExchangeId.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Invoke-MgTranslateUserExchangeId.md index c6e3df75f72b8..66287e05bfb51 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Invoke-MgTranslateUserExchangeId.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Invoke-MgTranslateUserExchangeId.md @@ -15,6 +15,9 @@ title: Invoke-MgTranslateUserExchangeId Translate identifiers of Outlook-related resources between formats. +> [!NOTE] +> To view the beta release of this cmdlet, view [Invoke-MgBetaTranslateUserExchangeId](/powershell/module/Microsoft.Graph.Beta.Users.Actions/Invoke-MgBetaTranslateUserExchangeId?view=graph-powershell-beta) + ## SYNTAX ### TranslateExpanded (Default) diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Remove-MgAllUserDeviceFromManagement.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Remove-MgAllUserDeviceFromManagement.md index d5fa7b71e551d..ff48fd4a49f2b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Remove-MgAllUserDeviceFromManagement.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Remove-MgAllUserDeviceFromManagement.md @@ -15,6 +15,9 @@ title: Remove-MgAllUserDeviceFromManagement Retire all devices from management for this user +> [!NOTE] +> To view the beta release of this cmdlet, view [Remove-MgBetaAllUserDeviceFromManagement](/powershell/module/Microsoft.Graph.Beta.Users.Actions/Remove-MgBetaAllUserDeviceFromManagement?view=graph-powershell-beta) + ## SYNTAX ### Remove (Default) diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Revoke-MgUserSignInSession.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Revoke-MgUserSignInSession.md index 71aab0be73acf..51066efdeab0e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Revoke-MgUserSignInSession.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Revoke-MgUserSignInSession.md @@ -17,6 +17,9 @@ Invalidates all the refresh tokens issued to applications for a user (and sessio Typically, this operation is performed (by the user or an administrator) if the user has a lost or stolen device. This operation prevents access to the organization's data through applications on the device by requiring the user to sign in again to all applications that they consented to previously, independent of device. +> [!NOTE] +> To view the beta release of this cmdlet, view [Revoke-MgBetaUserSignInSession](/powershell/module/Microsoft.Graph.Beta.Users.Actions/Revoke-MgBetaUserSignInSession?view=graph-powershell-beta) + ## SYNTAX ### Revoke (Default) diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Send-MgUserMail.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Send-MgUserMail.md index fcfc44ca77d1c..c529d1c17ddb1 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Send-MgUserMail.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Send-MgUserMail.md @@ -19,6 +19,9 @@ When using MIME format: This method saves the message in the Sent Items folder. Alternatively, create a draft message to send later. To learn more about the steps involved in the backend before a mail is delivered to recipients, see here. +> [!NOTE] +> To view the beta release of this cmdlet, view [Send-MgBetaUserMail](/powershell/module/Microsoft.Graph.Beta.Users.Actions/Send-MgBetaUserMail?view=graph-powershell-beta) + ## SYNTAX ### SendExpanded (Default) diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Set-MgUserLicense.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Set-MgUserLicense.md index 4d7bac0fac5fd..7104999e651c4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Set-MgUserLicense.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Set-MgUserLicense.md @@ -18,6 +18,9 @@ For example, an organization can have a Microsoft 365 Enterprise E3 subscription You can also enable and disable specific plans associated with a subscription. Direct user licensing method is an alternative to group-based licensing. +> [!NOTE] +> To view the beta release of this cmdlet, view [Set-MgBetaUserLicense](/powershell/module/Microsoft.Graph.Beta.Users.Actions/Set-MgBetaUserLicense?view=graph-powershell-beta) + ## SYNTAX ### AssignExpanded (Default) diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Test-MgUserProperty.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Test-MgUserProperty.md index 4fe3b3cc3b69a..a8b8f7d342fab 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Test-MgUserProperty.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Test-MgUserProperty.md @@ -24,6 +24,9 @@ If the properties fail multiple validations, only the first validation failure i However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you're only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. +> [!NOTE] +> To view the beta release of this cmdlet, view [Test-MgBetaUserProperty](/powershell/module/Microsoft.Graph.Beta.Users.Actions/Test-MgBetaUserProperty?view=graph-powershell-beta) + ## SYNTAX ### ValidateExpanded (Default) diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Update-MgUserPassword.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Update-MgUserPassword.md index d976161210997..31db5828edd70 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Update-MgUserPassword.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Update-MgUserPassword.md @@ -17,6 +17,9 @@ Update the signed-in user's password. Any user can update their password without belonging to any administrator role.\rTo update another user's password in either delegated or app-only scenarios, update the passwordProfile property of the user instead. See Example 3: Update the passwordProfile of a user and reset their password. +> [!NOTE] +> To view the beta release of this cmdlet, view [Update-MgBetaUserPassword](/powershell/module/Microsoft.Graph.Beta.Users.Actions/Update-MgBetaUserPassword?view=graph-powershell-beta) + ## SYNTAX ### ChangeExpanded (Default) From 267544b491207d1e69fa2fce23dc4592b65dc539 Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Sat, 1 Aug 2026 04:18:53 +0000 Subject: [PATCH 5/7] Repaired examples and descriptions --- .../Confirm-MgUserMemberGroup.md | 7 +++- .../Confirm-MgUserMemberObject.md | 8 ++-- .../Export-MgUserPersonalData.md | 7 +++- .../Find-MgUserMeetingTime.md | 7 +++- .../Get-MgUserById.md | 11 +----- .../Get-MgUserMailTip.md | 7 +++- .../Get-MgUserMemberGroup.md | 7 +++- .../Get-MgUserMemberObject.md | 11 +----- .../Invoke-MgLicenseUser.md | 7 +++- .../Invoke-MgRetryUserServiceProvisioning.md | 7 +++- .../Invoke-MgTranslateUserExchangeId.md | 7 +++- .../Remove-MgAllUserDeviceFromManagement.md | 11 +----- .../Revoke-MgUserSignInSession.md | 7 +++- .../Send-MgUserMail.md | 21 +++++++++-- .../Set-MgUserLicense.md | 37 +++++++++++++++---- .../Test-MgUserProperty.md | 11 +----- .../Update-MgUserPassword.md | 7 +++- 17 files changed, 117 insertions(+), 63 deletions(-) diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Confirm-MgUserMemberGroup.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Confirm-MgUserMemberGroup.md index bcf29b979347b..e7516f336aac0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Confirm-MgUserMemberGroup.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Confirm-MgUserMemberGroup.md @@ -84,8 +84,9 @@ Because Microsoft 365 groups cannot contain other groups, membership in a Micros | Application | Application.Read.All, AgentIdUser.ReadWrite.All, AgentIdUser.ReadWrite.IdentityParentedBy, Application.ReadWrite.All, Device.Read.All, Device.ReadWrite.All, Directory.Read.All, Directory.ReadWrite.All, Group.Read.All, Group.ReadWrite.All, GroupMember.Read.All, User.Read.All, User.ReadWrite.All, | ## EXAMPLES +### Example 1: Check group memberships for the signed-in user -### EXAMPLE 1 +```powershell Import-Module Microsoft.Graph.Users.Actions @@ -99,6 +100,10 @@ $params = @{ # A UPN can also be used as -UserId. Confirm-MgUserMemberGroup -UserId $userId -BodyParameter $params +``` +This example will check group memberships for the signed-in user + + ## PARAMETERS ### -AdditionalProperties diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Confirm-MgUserMemberObject.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Confirm-MgUserMemberObject.md index 8907a484732d0..ab610711306ca 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Confirm-MgUserMemberObject.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Confirm-MgUserMemberObject.md @@ -76,9 +76,8 @@ Invoke action checkMemberObjects | Application | Application.Read.All, AgentIdUser.ReadWrite.All, AgentIdUser.ReadWrite.IdentityParentedBy, Application.ReadWrite.All, Device.Read.All, Device.ReadWrite.All, Directory.Read.All, Directory.ReadWrite.All, Group.Read.All, Group.ReadWrite.All, GroupMember.Read.All, User.Read.All, User.ReadWrite.All, | ## EXAMPLES - -### EXAMPLE 1 - +### Example 1: Using the Confirm-MgUserMemberObject Cmdlet +```powershell Import-Module Microsoft.Graph.Users.Actions $params = @{ Ids = @( @@ -90,6 +89,9 @@ $params = @{ } # A UPN can also be used as -UserId. Confirm-MgUserMemberObject -UserId $userId -BodyParameter $params +``` +This example shows how to use the Confirm-MgUserMemberObject Cmdlet. +To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Export-MgUserPersonalData.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Export-MgUserPersonalData.md index a0155b80fc69c..2149825096566 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Export-MgUserPersonalData.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Export-MgUserPersonalData.md @@ -80,8 +80,9 @@ For more information about exporting data while complying with regulations, see | Application | User.Export.All, | ## EXAMPLES +### Example 1: Code snippet -### EXAMPLE 1 +```powershell Import-Module Microsoft.Graph.Users.Actions @@ -91,6 +92,10 @@ $params = @{ Export-MgUserPersonalData -UserId $userId -BodyParameter $params +``` +This example shows how to use the Export-MgUserPersonalData Cmdlet. + + ## PARAMETERS ### -AdditionalProperties diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Find-MgUserMeetingTime.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Find-MgUserMeetingTime.md index 66c2af3c8e254..382bf4a0e2e60 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Find-MgUserMeetingTime.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Find-MgUserMeetingTime.md @@ -90,8 +90,9 @@ In scenarios like test environments where the input parameters and calendar data | Application | Not supported | ## EXAMPLES +### Example 1: Code snippet -### EXAMPLE 1 +```powershell Import-Module Microsoft.Graph.Users.Actions @@ -139,6 +140,10 @@ $params = @{ # A UPN can also be used as -UserId. Find-MgUserMeetingTime -UserId $userId -BodyParameter $params +``` +This example shows how to use the Find-MgUserMeetingTime Cmdlet. + + ## PARAMETERS ### -AdditionalProperties diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Get-MgUserById.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Get-MgUserById.md index 01ec8e63998c8..f54eecb9c9094 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Get-MgUserById.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Get-MgUserById.md @@ -52,16 +52,6 @@ Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: -## EXAMPLES - -### EXAMPLE 1 - -{{ Add code here }} - -### EXAMPLE 2 - -{{ Add code here }} - ## PARAMETERS ### -AdditionalProperties @@ -422,5 +412,6 @@ BODYPARAMETER ``: Identity Parameter + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Invoke-MgLicenseUser.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Invoke-MgLicenseUser.md index c9bb1b7accb62..0d734ee8a68db 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Invoke-MgLicenseUser.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Invoke-MgLicenseUser.md @@ -60,13 +60,18 @@ Also see Identify and resolve license assignment problems for a group in Microso | Application | User.ReadWrite.All, AgentIdUser.ReadWrite.All, AgentIdUser.ReadWrite.IdentityParentedBy, Directory.ReadWrite.All, | ## EXAMPLES +### Example 1: Code snippet -### EXAMPLE 1 +```powershell Import-Module Microsoft.Graph.Users.Actions Invoke-MgLicenseUser -UserId $userId +``` +This example shows how to use the Invoke-MgLicenseUser Cmdlet. + + ## PARAMETERS ### -Break diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Invoke-MgRetryUserServiceProvisioning.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Invoke-MgRetryUserServiceProvisioning.md index 29c550fe20ea8..ae2901b808961 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Invoke-MgRetryUserServiceProvisioning.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Invoke-MgRetryUserServiceProvisioning.md @@ -48,13 +48,18 @@ This cmdlet has the following aliases, Retry the provisioning of a user object in Microsoft Entra ID. ## EXAMPLES +### Example 1: Code snippet -### EXAMPLE 1 +```powershell Import-Module Microsoft.Graph.Users.Actions Invoke-MgRetryUserServiceProvisioning -UserId $userId +``` +This example shows how to use the Invoke-MgRetryUserServiceProvisioning Cmdlet. + + ## PARAMETERS ### -Break diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Invoke-MgTranslateUserExchangeId.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Invoke-MgTranslateUserExchangeId.md index 66287e05bfb51..7dbe769650769 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Invoke-MgTranslateUserExchangeId.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Invoke-MgTranslateUserExchangeId.md @@ -78,8 +78,9 @@ Translate identifiers of Outlook-related resources between formats. | Application | User.Read.All, AgentIdUser.ReadWrite.All, AgentIdUser.ReadWrite.IdentityParentedBy, User.ReadWrite.All, | ## EXAMPLES +### Example 1: Code snippet -### EXAMPLE 1 +```powershell Import-Module Microsoft.Graph.Users.Actions @@ -95,6 +96,10 @@ targetIdType = "restImmutableEntryId" # A UPN can also be used as -UserId. Invoke-MgTranslateUserExchangeId -UserId $userId -BodyParameter $params +``` +This example shows how to use the Invoke-MgTranslateUserExchangeId Cmdlet. + + ## PARAMETERS ### -AdditionalProperties diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Remove-MgAllUserDeviceFromManagement.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Remove-MgAllUserDeviceFromManagement.md index ff48fd4a49f2b..3eb50e29245bb 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Remove-MgAllUserDeviceFromManagement.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Remove-MgAllUserDeviceFromManagement.md @@ -47,16 +47,6 @@ This cmdlet has the following aliases, Retire all devices from management for this user -## EXAMPLES - -### EXAMPLE 1 - -{{ Add code here }} - -### EXAMPLE 2 - -{{ Add code here }} - ## PARAMETERS ### -Break @@ -393,5 +383,6 @@ INPUTOBJECT ``: Identity Parameter + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Revoke-MgUserSignInSession.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Revoke-MgUserSignInSession.md index 51066efdeab0e..ddd6614baaa85 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Revoke-MgUserSignInSession.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Revoke-MgUserSignInSession.md @@ -60,14 +60,19 @@ This operation prevents access to the organization's data through applications o | Application | User.RevokeSessions.All, AgentIdUser.ReadWrite.All, AgentIdUser.ReadWrite.IdentityParentedBy, Directory.ReadWrite.All, User.ReadWrite.All, | ## EXAMPLES +### Example 1: Code snippet -### EXAMPLE 1 +```powershell Import-Module Microsoft.Graph.Users.Actions # A UPN can also be used as -UserId. Revoke-MgUserSignInSession -UserId $userId +``` +This example shows how to use the Revoke-MgUserSignInSession Cmdlet. + + ## PARAMETERS ### -Break diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Send-MgUserMail.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Send-MgUserMail.md index c529d1c17ddb1..d6b7b55c3debf 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Send-MgUserMail.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Send-MgUserMail.md @@ -86,8 +86,9 @@ To learn more about the steps involved in the backend before a mail is delivered | Application | Mail.Send, | ## EXAMPLES +### Example 1: Code snippet -### EXAMPLE 1 +```powershell Import-Module Microsoft.Graph.Users.Actions @@ -119,7 +120,12 @@ $params = @{ # A UPN can also be used as -UserId. Send-MgUserMail -UserId $userId -BodyParameter $params -### EXAMPLE 2 +``` +This example shows how to use the Send-MgUserMail Cmdlet. + +### Example 2: Code snippet + +```powershell Import-Module Microsoft.Graph.Users.Actions @@ -153,7 +159,12 @@ $params = @{ # A UPN can also be used as -UserId. Send-MgUserMail -UserId $userId -BodyParameter $params -### EXAMPLE 3 +``` +This example shows how to use the Send-MgUserMail Cmdlet. + +### Example 3: Code snippet + +```powershell Import-Module Microsoft.Graph.Users.Actions @@ -185,6 +196,10 @@ $params = @{ # A UPN can also be used as -UserId. Send-MgUserMail -UserId $userId -BodyParameter $params +``` +This example shows how to use the Send-MgUserMail Cmdlet. + + ## PARAMETERS ### -AdditionalProperties diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Set-MgUserLicense.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Set-MgUserLicense.md index 7104999e651c4..f0710f65e64e3 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Set-MgUserLicense.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Set-MgUserLicense.md @@ -84,9 +84,9 @@ Direct user licensing method is an alternative to group-based licensing. | Application | LicenseAssignment.ReadWrite.All, AgentIdUser.ReadWrite.All, AgentIdUser.ReadWrite.IdentityParentedBy, Directory.ReadWrite.All, User.ReadWrite.All, | ## EXAMPLES +### Example 1: Assign a license to a user -### EXAMPLE 1 - +```powershell Connect-Graph -Scopes User.ReadWrite.All, Organization.Read.All $EmsSku = Get-MgSubscribedSku -All | Where SkuPartNumber -eq 'EMSPREMIUM' @@ -96,9 +96,13 @@ Set-MgUserLicense -UserId '38955658-c844-4f59-9430-6519430ac89b' -AddLicenses @{ Id DisplayName Mail UserPrincipalName UserType -- ----------- ---- ----------------- -------- 38955658-c844-4f59-9430-6519430ac89b Bianca Pisani BiancaP@contoso.onmicrosoft.com Member +``` -### EXAMPLE 2 +This example assigns a license from the **EMSPREMIUM** (ENTERPRISE MOBILITY + SECURITY E5) licensing plan to the unlicensed user **38955658-c844-4f59-9430-6519430ac89b**. For more information, see [assign licenses to users accounts with PowerShell](/microsoft-365/enterprise/assign-licenses-to-user-accounts-with-microsoft-365-powershell?view=o365-worldwide). +### Example 2: Assign more than one licenses to a user + +```powershell Connect-Graph -Scopes User.ReadWrite.All, Organization.Read.All $EmsSku = Get-MgSubscribedSku -All | Where SkuPartNumber -eq 'EMSPREMIUM' @@ -113,9 +117,13 @@ Set-MgUserLicense -UserId '38955658-c844-4f59-9430-6519430ac89b' -AddLicenses $a Id DisplayName Mail UserPrincipalName UserType -- ----------- ---- ----------------- -------- 38955658-c844-4f59-9430-6519430ac89b Bianca Pisani BiancaP@contoso.onmicrosoft.com Member +``` -### EXAMPLE 3 +This example assigns **EMSPREMIUM** and **FLOW_FREE** licenses to the user **38955658-c844-4f59-9430-6519430ac89b**. +### Example 3: Assign a license to a user with some disabled plans + +```powershell Connect-Graph -Scopes User.ReadWrite.All, Organization.Read.All $EmsSku = Get-MgSubscribedSku -All | Where SkuPartNumber -eq 'EMSPREMIUM' @@ -131,9 +139,13 @@ Set-MgUserLicense -UserId '38955658-c844-4f59-9430-6519430ac89b' -AddLicenses $a Id DisplayName Mail UserPrincipalName UserType -- ----------- ---- ----------------- -------- 38955658-c844-4f59-9430-6519430ac89b Bianca Pisani BiancaP@contoso.onmicrosoft.com Member +``` + +This example assigns **EMSPREMIUM** license with the **MFA_PREMIUM** and **INTUNE_A** services turned off. -### EXAMPLE 4 +### Example 4: Update a license assigned to a user to add more disabled plans leaving the user's existing disabled plans in their current state +```powershell Connect-Graph -Scopes User.ReadWrite.All, Organization.Read.All $EmsSku = Get-MgSubscribedSku -All | Where SkuPartNumber -eq 'EMSPREMIUM' @@ -160,9 +172,13 @@ Set-MgUserLicense -UserId '38955658-c844-4f59-9430-6519430ac89b' -AddLicenses $a Id DisplayName Mail UserPrincipalName UserType -- ----------- ---- ----------------- -------- 38955658-c844-4f59-9430-6519430ac89b Bianca Pisani BiancaP@contoso.onmicrosoft.com Member +``` + +This example updates the **EMSPREMIUM** license assigned to the user to add **AAD_PREMIUM_P2** and **AAD_PREMIUM** to the disabled services. -### EXAMPLE 5 +### Example 5: Assign licenses to a user by copying the license assignment from another user +```powershell Connect-Graph -Scopes User.ReadWrite.All, Organization.Read.All $mgUser = Get-MgUser -UserId '38955658-c844-4f59-9430-6519430ac89b' @@ -173,9 +189,13 @@ Set-MgUserLicense -UserId "82f51c98-7221-442f-8329-3faf9fe022f1" -AddLicenses $m Id DisplayName Mail UserPrincipalName UserType -- ----------- ---- ----------------- -------- 82f51c98-7221-442f-8329-3faf9fe022f1 Mallory Cortez MalloryC@contoso.onmicrosoft.com Member +``` -### EXAMPLE 6 +This examples copies the license assignment of user **38955658-c844-4f59-9430-6519430ac89b** and assigns it to user **82f51c98-7221-442f-8329-3faf9fe022f1**. +### Example 6: Remove a license assigned to a user + +```powershell Connect-Graph -Scopes User.ReadWrite.All, Organization.Read.All $EmsSku = Get-MgSubscribedSku -All | Where SkuPartNumber -eq 'EMSPREMIUM' @@ -185,6 +205,9 @@ Set-MgUserLicense -UserId "38955658-c844-4f59-9430-6519430ac89b" -AddLicenses @( Id DisplayName Mail UserPrincipalName UserType -- ----------- ---- ----------------- -------- 38955658-c844-4f59-9430-6519430ac89b Bianca Pisani BiancaP@contoso.onmicrosoft.com Member +``` + +This example removes the **EMSPREMIUM** license assignment from the user. ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Test-MgUserProperty.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Test-MgUserProperty.md index a8b8f7d342fab..93b790c2c2aec 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Test-MgUserProperty.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Test-MgUserProperty.md @@ -67,16 +67,6 @@ If the properties fail multiple validations, only the first validation failure i However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you're only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. -## EXAMPLES - -### EXAMPLE 1 - -{{ Add code here }} - -### EXAMPLE 2 - -{{ Add code here }} - ## PARAMETERS ### -AdditionalProperties @@ -502,5 +492,6 @@ BODYPARAMETER ` Date: Sat, 1 Aug 2026 04:19:00 +0000 Subject: [PATCH 6/7] Removed invalid full stops from the beginning of lines --- .../Confirm-MgUserMemberGroup.md | 4 ++-- .../Confirm-MgUserMemberObject.md | 4 ++-- .../Export-MgUserPersonalData.md | 4 ++-- .../Find-MgUserMeetingTime.md | 14 +++++++------- .../Get-MgUserById.md | 6 +++--- .../Get-MgUserMailTip.md | 4 ++-- .../Get-MgUserMemberGroup.md | 4 ++-- .../Get-MgUserMemberObject.md | 4 ++-- .../Invoke-MgTranslateUserExchangeId.md | 4 ++-- .../Send-MgUserMail.md | 4 ++-- .../Set-MgUserLicense.md | 6 +++--- .../Test-MgUserProperty.md | 10 +++++----- .../Update-MgUserPassword.md | 6 +++--- 13 files changed, 37 insertions(+), 37 deletions(-) diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Confirm-MgUserMemberGroup.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Confirm-MgUserMemberGroup.md index e7516f336aac0..6942ac390ddd7 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Confirm-MgUserMemberGroup.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Confirm-MgUserMemberGroup.md @@ -135,7 +135,7 @@ HelpMessage: '' ### -BodyParameter -. + To construct, see NOTES section for BODYPARAMETER properties and create a hash table. ```yaml @@ -206,7 +206,7 @@ HelpMessage: '' ### -GroupIds -. + ```yaml Type: System.String[] diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Confirm-MgUserMemberObject.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Confirm-MgUserMemberObject.md index ab610711306ca..e466361db6262 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Confirm-MgUserMemberObject.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Confirm-MgUserMemberObject.md @@ -124,7 +124,7 @@ HelpMessage: '' ### -BodyParameter -. + To construct, see NOTES section for BODYPARAMETER properties and create a hash table. ```yaml @@ -258,7 +258,7 @@ HelpMessage: '' ### -Ids -. + ```yaml Type: System.String[] diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Export-MgUserPersonalData.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Export-MgUserPersonalData.md index 2149825096566..979675debc042 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Export-MgUserPersonalData.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Export-MgUserPersonalData.md @@ -127,7 +127,7 @@ HelpMessage: '' ### -BodyParameter -. + To construct, see NOTES section for BODYPARAMETER properties and create a hash table. ```yaml @@ -395,7 +395,7 @@ HelpMessage: '' ### -StorageLocation -. + ```yaml Type: System.String diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Find-MgUserMeetingTime.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Find-MgUserMeetingTime.md index 382bf4a0e2e60..d4d22cbd63ae0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Find-MgUserMeetingTime.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Find-MgUserMeetingTime.md @@ -175,7 +175,7 @@ HelpMessage: '' ### -Attendees -. + To construct, see NOTES section for ATTENDEES properties and create a hash table. ```yaml @@ -203,7 +203,7 @@ HelpMessage: '' ### -BodyParameter -. + To construct, see NOTES section for BODYPARAMETER properties and create a hash table. ```yaml @@ -365,7 +365,7 @@ HelpMessage: '' ### -IsOrganizerOptional -. + ```yaml Type: System.Management.Automation.SwitchParameter @@ -420,7 +420,7 @@ HelpMessage: '' ### -MaxCandidates -. + ```yaml Type: System.Int32 @@ -447,7 +447,7 @@ HelpMessage: '' ### -MeetingDuration -. + ```yaml Type: System.TimeSpan @@ -474,7 +474,7 @@ HelpMessage: '' ### -MinimumAttendeePercentage -. + ```yaml Type: System.Double @@ -586,7 +586,7 @@ HelpMessage: '' ### -ReturnSuggestionReasons -. + ```yaml Type: System.Management.Automation.SwitchParameter diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Get-MgUserById.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Get-MgUserById.md index f54eecb9c9094..019711e830ccf 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Get-MgUserById.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Get-MgUserById.md @@ -77,7 +77,7 @@ HelpMessage: '' ### -BodyParameter -. + To construct, see NOTES section for BODYPARAMETER properties and create a hash table. ```yaml @@ -205,7 +205,7 @@ HelpMessage: '' ### -Ids -. + ```yaml Type: System.String[] @@ -311,7 +311,7 @@ HelpMessage: '' ### -Types -. + ```yaml Type: System.String[] diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Get-MgUserMailTip.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Get-MgUserMailTip.md index 4909fcf12566b..70ada45d12e14 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Get-MgUserMailTip.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Get-MgUserMailTip.md @@ -134,7 +134,7 @@ HelpMessage: '' ### -BodyParameter -. + To construct, see NOTES section for BODYPARAMETER properties and create a hash table. ```yaml @@ -205,7 +205,7 @@ HelpMessage: '' ### -EmailAddresses -. + ```yaml Type: System.String[] diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Get-MgUserMemberGroup.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Get-MgUserMemberGroup.md index 6ddbbf06eaf5f..e59eb03811606 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Get-MgUserMemberGroup.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Get-MgUserMemberGroup.md @@ -132,7 +132,7 @@ HelpMessage: '' ### -BodyParameter -. + To construct, see NOTES section for BODYPARAMETER properties and create a hash table. ```yaml @@ -379,7 +379,7 @@ HelpMessage: '' ### -SecurityEnabledOnly -. + ```yaml Type: System.Management.Automation.SwitchParameter diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Get-MgUserMemberObject.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Get-MgUserMemberObject.md index 86dba54d1127b..bc1f4f5ca7bec 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Get-MgUserMemberObject.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Get-MgUserMemberObject.md @@ -108,7 +108,7 @@ HelpMessage: '' ### -BodyParameter -. + To construct, see NOTES section for BODYPARAMETER properties and create a hash table. ```yaml @@ -355,7 +355,7 @@ HelpMessage: '' ### -SecurityEnabledOnly -. + ```yaml Type: System.Management.Automation.SwitchParameter diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Invoke-MgTranslateUserExchangeId.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Invoke-MgTranslateUserExchangeId.md index 7dbe769650769..783c2162a1a2e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Invoke-MgTranslateUserExchangeId.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Invoke-MgTranslateUserExchangeId.md @@ -131,7 +131,7 @@ HelpMessage: '' ### -BodyParameter -. + To construct, see NOTES section for BODYPARAMETER properties and create a hash table. ```yaml @@ -265,7 +265,7 @@ HelpMessage: '' ### -InputIds -. + ```yaml Type: System.String[] diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Send-MgUserMail.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Send-MgUserMail.md index d6b7b55c3debf..645f59bf355b2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Send-MgUserMail.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Send-MgUserMail.md @@ -231,7 +231,7 @@ HelpMessage: '' ### -BodyParameter -. + To construct, see NOTES section for BODYPARAMETER properties and create a hash table. ```yaml @@ -527,7 +527,7 @@ HelpMessage: '' ### -SaveToSentItems -. + ```yaml Type: System.Management.Automation.SwitchParameter diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Set-MgUserLicense.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Set-MgUserLicense.md index f0710f65e64e3..2920b6a24f972 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Set-MgUserLicense.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Set-MgUserLicense.md @@ -240,7 +240,7 @@ HelpMessage: '' ### -AddLicenses -. + To construct, see NOTES section for ADDLICENSES properties and create a hash table. ```yaml @@ -268,7 +268,7 @@ HelpMessage: '' ### -BodyParameter -. + To construct, see NOTES section for BODYPARAMETER properties and create a hash table. ```yaml @@ -493,7 +493,7 @@ HelpMessage: '' ### -RemoveLicenses -. + ```yaml Type: System.String[] diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Test-MgUserProperty.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Test-MgUserProperty.md index 93b790c2c2aec..9acb03d58b49b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Test-MgUserProperty.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Test-MgUserProperty.md @@ -92,7 +92,7 @@ HelpMessage: '' ### -BodyParameter -. + To construct, see NOTES section for BODYPARAMETER properties and create a hash table. ```yaml @@ -157,7 +157,7 @@ HelpMessage: '' ### -DisplayName -. + ```yaml Type: System.String @@ -178,7 +178,7 @@ HelpMessage: '' ### -EntityType -. + ```yaml Type: System.String @@ -262,7 +262,7 @@ HelpMessage: '' ### -MailNickname -. + ```yaml Type: System.String @@ -283,7 +283,7 @@ HelpMessage: '' ### -OnBehalfOfUserId -. + ```yaml Type: System.String diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Update-MgUserPassword.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Update-MgUserPassword.md index f5d644d2bdd4e..64750f07b13b4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Update-MgUserPassword.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Update-MgUserPassword.md @@ -123,7 +123,7 @@ HelpMessage: '' ### -BodyParameter -. + To construct, see NOTES section for BODYPARAMETER properties and create a hash table. ```yaml @@ -194,7 +194,7 @@ HelpMessage: '' ### -CurrentPassword -. + ```yaml Type: System.String @@ -312,7 +312,7 @@ HelpMessage: '' ### -NewPassword -. + ```yaml Type: System.String From e1d7ec60d541df078edf557d646c370fd3e81dbd Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Sat, 1 Aug 2026 04:19:13 +0000 Subject: [PATCH 7/7] Corrected related link to conform to the new platyps rules --- .../Confirm-MgUserMemberGroup.md | 4 ++-- .../Confirm-MgUserMemberObject.md | 2 +- .../Export-MgUserPersonalData.md | 4 ++-- .../Microsoft.Graph.Users.Actions/Find-MgUserMeetingTime.md | 4 ++-- .../Microsoft.Graph.Users.Actions/Get-MgUserById.md | 4 ++-- .../Microsoft.Graph.Users.Actions/Get-MgUserMailTip.md | 4 ++-- .../Microsoft.Graph.Users.Actions/Get-MgUserMemberGroup.md | 4 ++-- .../Microsoft.Graph.Users.Actions/Get-MgUserMemberObject.md | 4 ++-- .../Microsoft.Graph.Users.Actions/Invoke-MgLicenseUser.md | 4 ++-- .../Invoke-MgRetryUserServiceProvisioning.md | 4 ++-- .../Invoke-MgTranslateUserExchangeId.md | 4 ++-- .../Remove-MgAllUserDeviceFromManagement.md | 2 +- .../Revoke-MgUserSignInSession.md | 4 ++-- .../Microsoft.Graph.Users.Actions/Send-MgUserMail.md | 4 ++-- .../Microsoft.Graph.Users.Actions/Set-MgUserLicense.md | 4 ++-- .../Microsoft.Graph.Users.Actions/Test-MgUserProperty.md | 4 ++-- .../Microsoft.Graph.Users.Actions/Update-MgUserPassword.md | 4 ++-- 17 files changed, 32 insertions(+), 32 deletions(-) diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Confirm-MgUserMemberGroup.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Confirm-MgUserMemberGroup.md index 6942ac390ddd7..c79f3fb2dfdbd 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Confirm-MgUserMemberGroup.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Confirm-MgUserMemberGroup.md @@ -500,8 +500,8 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS -- [](https://learn.microsoft.com/powershell/module/microsoft.graph.users.actions/confirm-mgusermembergroup) -- [](https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0) +- [Confirm-MgUserMemberGroup](https://learn.microsoft.com/powershell/module/microsoft.graph.users.actions/confirm-mgusermembergroup) +- [Graph API Reference](https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0) diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Confirm-MgUserMemberObject.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Confirm-MgUserMemberObject.md index e466361db6262..313e4ab2ab926 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Confirm-MgUserMemberObject.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Confirm-MgUserMemberObject.md @@ -489,7 +489,7 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS -- [](https://learn.microsoft.com/powershell/module/microsoft.graph.users.actions/confirm-mgusermemberobject) +- [Confirm-MgUserMemberObject](https://learn.microsoft.com/powershell/module/microsoft.graph.users.actions/confirm-mgusermemberobject) diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Export-MgUserPersonalData.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Export-MgUserPersonalData.md index 979675debc042..79a0cc34c8d76 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Export-MgUserPersonalData.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Export-MgUserPersonalData.md @@ -513,8 +513,8 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS -- [](https://learn.microsoft.com/powershell/module/microsoft.graph.users.actions/export-mguserpersonaldata) -- [](https://learn.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-1.0) +- [Export-MgUserPersonalData](https://learn.microsoft.com/powershell/module/microsoft.graph.users.actions/export-mguserpersonaldata) +- [Graph API Reference](https://learn.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-1.0) diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Find-MgUserMeetingTime.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Find-MgUserMeetingTime.md index d4d22cbd63ae0..02c79fecbd8b4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Find-MgUserMeetingTime.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Find-MgUserMeetingTime.md @@ -835,8 +835,8 @@ See below for more possible values. ## RELATED LINKS -- [](https://learn.microsoft.com/powershell/module/microsoft.graph.users.actions/find-mgusermeetingtime) -- [](https://learn.microsoft.com/graph/api/user-findmeetingtimes?view=graph-rest-1.0) +- [Find-MgUserMeetingTime](https://learn.microsoft.com/powershell/module/microsoft.graph.users.actions/find-mgusermeetingtime) +- [Graph API Reference](https://learn.microsoft.com/graph/api/user-findmeetingtimes?view=graph-rest-1.0) diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Get-MgUserById.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Get-MgUserById.md index 019711e830ccf..3778c6a610763 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Get-MgUserById.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Get-MgUserById.md @@ -390,8 +390,8 @@ BODYPARAMETER ``: Identity Parameter ## RELATED LINKS -- [](https://learn.microsoft.com/powershell/module/microsoft.graph.users.actions/get-mgusermailtip) -- [](https://learn.microsoft.com/graph/api/user-getmailtips?view=graph-rest-1.0) +- [Get-MgUserMailTip](https://learn.microsoft.com/powershell/module/microsoft.graph.users.actions/get-mgusermailtip) +- [Graph API Reference](https://learn.microsoft.com/graph/api/user-getmailtips?view=graph-rest-1.0) diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Get-MgUserMemberGroup.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Get-MgUserMemberGroup.md index e59eb03811606..b7376ab14fab6 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Get-MgUserMemberGroup.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Get-MgUserMemberGroup.md @@ -497,8 +497,8 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS -- [](https://learn.microsoft.com/powershell/module/microsoft.graph.users.actions/get-mgusermembergroup) -- [](https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0) +- [Get-MgUserMemberGroup](https://learn.microsoft.com/powershell/module/microsoft.graph.users.actions/get-mgusermembergroup) +- [Graph API Reference](https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0) diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Get-MgUserMemberObject.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Get-MgUserMemberObject.md index bc1f4f5ca7bec..393c57a2a976f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Get-MgUserMemberObject.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Get-MgUserMemberObject.md @@ -473,8 +473,8 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS -- [](https://learn.microsoft.com/powershell/module/microsoft.graph.users.actions/get-mgusermemberobject) -- [](https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0) +- [Get-MgUserMemberObject](https://learn.microsoft.com/powershell/module/microsoft.graph.users.actions/get-mgusermemberobject) +- [Graph API Reference](https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0) diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Invoke-MgLicenseUser.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Invoke-MgLicenseUser.md index 0d734ee8a68db..8745ac6786e3b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Invoke-MgLicenseUser.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Invoke-MgLicenseUser.md @@ -366,8 +366,8 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS -- [](https://learn.microsoft.com/powershell/module/microsoft.graph.users.actions/invoke-mglicenseuser) -- [](https://learn.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-1.0) +- [Invoke-MgLicenseUser](https://learn.microsoft.com/powershell/module/microsoft.graph.users.actions/invoke-mglicenseuser) +- [Graph API Reference](https://learn.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-1.0) diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Invoke-MgRetryUserServiceProvisioning.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Invoke-MgRetryUserServiceProvisioning.md index ae2901b808961..590e3f37e2fb7 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Invoke-MgRetryUserServiceProvisioning.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Invoke-MgRetryUserServiceProvisioning.md @@ -375,8 +375,8 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS -- [](https://learn.microsoft.com/powershell/module/microsoft.graph.users.actions/invoke-mgretryuserserviceprovisioning) -- [](https://learn.microsoft.com/graph/api/user-retryserviceprovisioning?view=graph-rest-1.0) +- [Invoke-MgRetryUserServiceProvisioning](https://learn.microsoft.com/powershell/module/microsoft.graph.users.actions/invoke-mgretryuserserviceprovisioning) +- [Graph API Reference](https://learn.microsoft.com/graph/api/user-retryserviceprovisioning?view=graph-rest-1.0) diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Invoke-MgTranslateUserExchangeId.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Invoke-MgTranslateUserExchangeId.md index 783c2162a1a2e..902e530903f08 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Invoke-MgTranslateUserExchangeId.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Invoke-MgTranslateUserExchangeId.md @@ -552,8 +552,8 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS -- [](https://learn.microsoft.com/powershell/module/microsoft.graph.users.actions/invoke-mgtranslateuserexchangeid) -- [](https://learn.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-1.0) +- [Invoke-MgTranslateUserExchangeId](https://learn.microsoft.com/powershell/module/microsoft.graph.users.actions/invoke-mgtranslateuserexchangeid) +- [Graph API Reference](https://learn.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-1.0) diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Remove-MgAllUserDeviceFromManagement.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Remove-MgAllUserDeviceFromManagement.md index 3eb50e29245bb..c772aa875ad3b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Remove-MgAllUserDeviceFromManagement.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Remove-MgAllUserDeviceFromManagement.md @@ -362,7 +362,7 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS -- [](https://learn.microsoft.com/powershell/module/microsoft.graph.users.actions/remove-mgalluserdevicefrommanagement) +- [Remove-MgAllUserDeviceFromManagement](https://learn.microsoft.com/powershell/module/microsoft.graph.users.actions/remove-mgalluserdevicefrommanagement) diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Revoke-MgUserSignInSession.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Revoke-MgUserSignInSession.md index ddd6614baaa85..cd19e652d34d9 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Revoke-MgUserSignInSession.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Revoke-MgUserSignInSession.md @@ -367,8 +367,8 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS -- [](https://learn.microsoft.com/powershell/module/microsoft.graph.users.actions/revoke-mgusersigninsession) -- [](https://learn.microsoft.com/graph/api/user-revokesigninsessions?view=graph-rest-1.0) +- [Revoke-MgUserSignInSession](https://learn.microsoft.com/powershell/module/microsoft.graph.users.actions/revoke-mgusersigninsession) +- [Graph API Reference](https://learn.microsoft.com/graph/api/user-revokesigninsessions?view=graph-rest-1.0) diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Send-MgUserMail.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Send-MgUserMail.md index 645f59bf355b2..a5e539e055b11 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Send-MgUserMail.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Send-MgUserMail.md @@ -838,8 +838,8 @@ For example, an error is returned when a user with a mailbox in the EUR (Europe) ## RELATED LINKS -- [](https://learn.microsoft.com/powershell/module/microsoft.graph.users.actions/send-mgusermail) -- [](https://learn.microsoft.com/graph/api/user-sendmail?view=graph-rest-1.0) +- [Send-MgUserMail](https://learn.microsoft.com/powershell/module/microsoft.graph.users.actions/send-mgusermail) +- [Graph API Reference](https://learn.microsoft.com/graph/api/user-sendmail?view=graph-rest-1.0) diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Set-MgUserLicense.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Set-MgUserLicense.md index 2920b6a24f972..5fc98ddb60a55 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Set-MgUserLicense.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Set-MgUserLicense.md @@ -644,8 +644,8 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS -- [](https://learn.microsoft.com/powershell/module/microsoft.graph.users.actions/set-mguserlicense) -- [](https://learn.microsoft.com/graph/api/user-assignlicense?view=graph-rest-1.0) +- [Set-MgUserLicense](https://learn.microsoft.com/powershell/module/microsoft.graph.users.actions/set-mguserlicense) +- [Graph API Reference](https://learn.microsoft.com/graph/api/user-assignlicense?view=graph-rest-1.0) diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Test-MgUserProperty.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Test-MgUserProperty.md index 9acb03d58b49b..b03f1ee08779d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Test-MgUserProperty.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Test-MgUserProperty.md @@ -470,8 +470,8 @@ BODYPARAMETER ``: Identity Parameter ## RELATED LINKS -- [](https://learn.microsoft.com/powershell/module/microsoft.graph.users.actions/update-mguserpassword) -- [](https://learn.microsoft.com/graph/api/user-changepassword?view=graph-rest-1.0) +- [Update-MgUserPassword](https://learn.microsoft.com/powershell/module/microsoft.graph.users.actions/update-mguserpassword) +- [Graph API Reference](https://learn.microsoft.com/graph/api/user-changepassword?view=graph-rest-1.0)