From c6f1dc9915c9853607060466087762af96b0c873 Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Fri, 14 Aug 2026 07:54:24 +0000 Subject: [PATCH 1/7] Updated markdown help --- .../Confirm-MgUserMemberGroup.md | 58 +++---------- .../Confirm-MgUserMemberObject.md | 51 ++--------- .../Export-MgUserPersonalData.md | 54 ++---------- .../Find-MgUserMeetingTime.md | 72 ++++------------ .../Get-MgUserById.md | 50 ++++------- .../Get-MgUserMailTip.md | 58 +++---------- .../Get-MgUserMemberGroup.md | 54 ++---------- .../Get-MgUserMemberObject.md | 58 ++++--------- .../Invoke-MgLicenseUser.md | 48 ++--------- .../Invoke-MgRetryUserServiceProvisioning.md | 40 ++------- .../Invoke-MgTranslateUserExchangeId.md | 54 ++---------- .../Microsoft.Graph.Users.Actions.md | 21 +---- .../Remove-MgAllUserDeviceFromManagement.md | 42 +++------ .../Revoke-MgUserSignInSession.md | 48 ++--------- .../Send-MgUserMail.md | 70 +++------------ .../Set-MgUserLicense.md | 86 ++++--------------- .../Test-MgUserProperty.md | 66 ++++++-------- .../Update-MgUserPassword.md | 52 +++-------- 18 files changed, 194 insertions(+), 788 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 c7543987976c..30a3961436a3 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: 08/07/2026 +ms.date: 08/14/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) @@ -70,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, 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: Check group memberships for the signed-in user -```powershell +### EXAMPLE 1 Import-Module Microsoft.Graph.Users.Actions @@ -100,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 @@ -135,7 +119,7 @@ HelpMessage: '' ### -BodyParameter - +. To construct, see NOTES section for BODYPARAMETER properties and create a hash table. ```yaml @@ -206,7 +190,7 @@ HelpMessage: '' ### -GroupIds - +. ```yaml Type: System.String[] @@ -490,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 8ec270c183e6..1815047bfdce 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: 08/07/2026 +ms.date: 08/14/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) @@ -67,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, 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, | +### EXAMPLE 1 -## EXAMPLES -### Example 1: Using the Confirm-MgUserMemberObject Cmdlet -```powershell Import-Module Microsoft.Graph.Users.Actions $params = @{ Ids = @( @@ -89,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 @@ -124,7 +111,7 @@ HelpMessage: '' ### -BodyParameter - +. To construct, see NOTES section for BODYPARAMETER properties and create a hash table. ```yaml @@ -258,7 +245,7 @@ HelpMessage: '' ### -Ids - +. ```yaml Type: System.String[] @@ -479,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 cf2e83ce4fcf..eb9221a335e2 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: 08/07/2026 +ms.date: 08/14/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) @@ -71,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 @@ -92,10 +80,6 @@ $params = @{ Export-MgUserPersonalData -UserId $userId -BodyParameter $params -``` -This example shows how to use the Export-MgUserPersonalData Cmdlet. - - ## PARAMETERS ### -AdditionalProperties @@ -127,7 +111,7 @@ HelpMessage: '' ### -BodyParameter - +. To construct, see NOTES section for BODYPARAMETER properties and create a hash table. ```yaml @@ -395,7 +379,7 @@ HelpMessage: '' ### -StorageLocation - +. ```yaml Type: System.String @@ -503,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 e0c5b14bc593..8fa0f21a0410 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: 08/07/2026 +ms.date: 08/14/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) @@ -77,22 +74,13 @@ 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** - -| 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: Code snippet -```powershell +### EXAMPLE 1 Import-Module Microsoft.Graph.Users.Actions @@ -140,10 +128,6 @@ $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 @@ -175,7 +159,7 @@ HelpMessage: '' ### -Attendees - +. To construct, see NOTES section for ATTENDEES properties and create a hash table. ```yaml @@ -203,7 +187,7 @@ HelpMessage: '' ### -BodyParameter - +. To construct, see NOTES section for BODYPARAMETER properties and create a hash table. ```yaml @@ -365,7 +349,7 @@ HelpMessage: '' ### -IsOrganizerOptional - +. ```yaml Type: System.Management.Automation.SwitchParameter @@ -420,7 +404,7 @@ HelpMessage: '' ### -MaxCandidates - +. ```yaml Type: System.Int32 @@ -447,7 +431,7 @@ HelpMessage: '' ### -MeetingDuration - +. ```yaml Type: System.TimeSpan @@ -474,7 +458,7 @@ HelpMessage: '' ### -MinimumAttendeePercentage - +. ```yaml Type: System.Double @@ -586,7 +570,7 @@ HelpMessage: '' ### -ReturnSuggestionReasons - +. ```yaml Type: System.Management.Automation.SwitchParameter @@ -729,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 @@ -785,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. @@ -821,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 ]: @@ -835,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 0860d2b33ee0..30bd558182f1 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: 08/07/2026 +ms.date: 08/14/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) @@ -52,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 @@ -77,7 +84,7 @@ HelpMessage: '' ### -BodyParameter - +. To construct, see NOTES section for BODYPARAMETER properties and create a hash table. ```yaml @@ -205,7 +212,7 @@ HelpMessage: '' ### -Ids - +. ```yaml Type: System.String[] @@ -311,7 +318,7 @@ HelpMessage: '' ### -Types - +. ```yaml Type: System.String[] @@ -382,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 ]: @@ -390,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) @@ -70,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 @@ -99,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 @@ -134,7 +118,7 @@ HelpMessage: '' ### -BodyParameter - +. To construct, see NOTES section for BODYPARAMETER properties and create a hash table. ```yaml @@ -205,7 +189,7 @@ HelpMessage: '' ### -EmailAddresses - +. ```yaml Type: System.String[] @@ -516,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 740d86be5e46..53c6916f5e5a 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: 08/07/2026 +ms.date: 08/14/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) @@ -75,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, 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: Check group memberships for the signed-in user -```powershell +### EXAMPLE 1 Import-Module Microsoft.Graph.Users.Actions @@ -97,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 @@ -132,7 +116,7 @@ HelpMessage: '' ### -BodyParameter - +. To construct, see NOTES section for BODYPARAMETER properties and create a hash table. ```yaml @@ -379,7 +363,7 @@ HelpMessage: '' ### -SecurityEnabledOnly - +. ```yaml Type: System.Management.Automation.SwitchParameter @@ -487,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 ce98d67b4aba..a52b43988b79 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: 08/07/2026 +ms.date: 08/14/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) @@ -66,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, 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, | +{{ Add code here }} ## PARAMETERS @@ -108,7 +107,7 @@ HelpMessage: '' ### -BodyParameter - +. To construct, see NOTES section for BODYPARAMETER properties and create a hash table. ```yaml @@ -355,7 +354,7 @@ HelpMessage: '' ### -SecurityEnabledOnly - +. ```yaml Type: System.Management.Automation.SwitchParameter @@ -463,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 c40676b829ba..013132436f4d 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: 08/07/2026 +ms.date: 08/14/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) @@ -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, 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: 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 5eefc277ebb3..75681bdd81d0 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: 08/07/2026 +ms.date: 08/14/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) @@ -48,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 @@ -369,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 0e26faffbe5b..1e856bd33539 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: 08/07/2026 +ms.date: 08/14/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) @@ -69,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, 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: Code snippet -```powershell +### EXAMPLE 1 Import-Module Microsoft.Graph.Users.Actions @@ -96,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 @@ -131,7 +115,7 @@ HelpMessage: '' ### -BodyParameter - +. To construct, see NOTES section for BODYPARAMETER properties and create a hash table. ```yaml @@ -265,7 +249,7 @@ HelpMessage: '' ### -InputIds - +. ```yaml Type: System.String[] @@ -540,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 8f3f7c4e4d24..8b47e85da670 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: b29e79f6-a363-43e0-8e51-b7078436a15f +Module Guid: 5ef03d37-0468-47c7-803c-4f94e8225103 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 bbef7d2b738b..da966d425195 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: 08/07/2026 +ms.date: 08/14/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) @@ -47,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 @@ -356,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 f20ced17fb7d..476cb7271627 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: 08/07/2026 +ms.date: 08/14/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) @@ -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, 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: 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 9b7efc581790..fab860d97bca 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: 08/07/2026 +ms.date: 08/14/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) @@ -77,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 @@ -120,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 @@ -159,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 @@ -196,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 @@ -231,7 +205,7 @@ HelpMessage: '' ### -BodyParameter - +. To construct, see NOTES section for BODYPARAMETER properties and create a hash table. ```yaml @@ -527,7 +501,7 @@ HelpMessage: '' ### -SaveToSentItems - +. ```yaml Type: System.Management.Automation.SwitchParameter @@ -635,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. @@ -735,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. @@ -838,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 95651df35b44..4f30e2d7f730 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: 08/07/2026 +ms.date: 08/14/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) @@ -75,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, 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: 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' @@ -96,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' @@ -117,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' @@ -139,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' @@ -172,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' @@ -189,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' @@ -205,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 @@ -240,7 +206,7 @@ HelpMessage: '' ### -AddLicenses - +. To construct, see NOTES section for ADDLICENSES properties and create a hash table. ```yaml @@ -268,7 +234,7 @@ HelpMessage: '' ### -BodyParameter - +. To construct, see NOTES section for BODYPARAMETER properties and create a hash table. ```yaml @@ -493,7 +459,7 @@ HelpMessage: '' ### -RemoveLicenses - +. ```yaml Type: System.String[] @@ -629,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. @@ -638,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 399cc5055f12..940e4fefe137 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: 08/07/2026 +ms.date: 08/14/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) @@ -59,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 @@ -92,7 +99,7 @@ HelpMessage: '' ### -BodyParameter - +. To construct, see NOTES section for BODYPARAMETER properties and create a hash table. ```yaml @@ -157,7 +164,7 @@ HelpMessage: '' ### -DisplayName - +. ```yaml Type: System.String @@ -178,7 +185,7 @@ HelpMessage: '' ### -EntityType - +. ```yaml Type: System.String @@ -262,7 +269,7 @@ HelpMessage: '' ### -MailNickname - +. ```yaml Type: System.String @@ -283,7 +290,7 @@ HelpMessage: '' ### -OnBehalfOfUserId - +. ```yaml Type: System.String @@ -460,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 ]: @@ -470,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) @@ -70,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 @@ -88,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 @@ -123,7 +115,7 @@ HelpMessage: '' ### -BodyParameter - +. To construct, see NOTES section for BODYPARAMETER properties and create a hash table. ```yaml @@ -194,7 +186,7 @@ HelpMessage: '' ### -CurrentPassword - +. ```yaml Type: System.String @@ -312,7 +304,7 @@ HelpMessage: '' ### -NewPassword - +. ```yaml Type: System.String @@ -526,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 55cf214466adcb89cd4c109f7777f18794e8aa45 Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Fri, 14 Aug 2026 07:54:29 +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 30a3961436a3..56e5c2f4065f 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 1815047bfdce..5f218baba61b 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 eb9221a335e2..613a0e6e823a 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 8fa0f21a0410..3ea9ee3d6e49 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 30bd558182f1..aff26541de5f 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 53c6916f5e5a..ad5c666a307c 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 a52b43988b79..271b3487dc27 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 013132436f4d..d0fa5a6dcc2b 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 75681bdd81d0..65311f7fec8a 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 1e856bd33539..3edbc38b44e0 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 8b47e85da670..f8d5f9dada6f 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 da966d425195..eebb8ae45645 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 476cb7271627..154f78d5abe2 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 fab860d97bca..c33065b00b2d 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 4f30e2d7f730..ea6cceec7a3c 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 940e4fefe137..078070c1e4f5 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 0b031bb854fe80f807dc7566918ab2816cda79a6 Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Fri, 14 Aug 2026 08:07:12 +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 56e5c2f4065f..f2c3d676ce78 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 5f218baba61b..b125dcae6f5a 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 613a0e6e823a..cb3b63fd9b53 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 3ea9ee3d6e49..e3b021c863e1 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 3f4cfc9454ee..1959131e68cb 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 ad5c666a307c..10885c512f84 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 271b3487dc27..f608b079ffc7 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 d0fa5a6dcc2b..492b633e2c42 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 3edbc38b44e0..0c8125ce94af 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 154f78d5abe2..cb13c1d77157 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 c33065b00b2d..37471d79b787 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 ea6cceec7a3c..e70a211212e4 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 b1db5d8cd2fa9ca6daa7f5050024fa040b9d12f0 Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Fri, 14 Aug 2026 08:07:23 +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 f2c3d676ce78..9bccea22ae47 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 b125dcae6f5a..0e8a2824ec6b 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 cb3b63fd9b53..b0ef80aed038 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 e3b021c863e1..2e30183391af 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 aff26541de5f..5739ea0480d3 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 1959131e68cb..dc33adbe125b 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 10885c512f84..6a49d6a997d4 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 f608b079ffc7..4a5a517649d7 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 492b633e2c42..b545ef2fa518 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 65311f7fec8a..51a1aa363ca3 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 0c8125ce94af..73f9af13fda4 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 eebb8ae45645..4b2dd8570720 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 cb13c1d77157..4bccade19414 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 37471d79b787..bc61fcec8e20 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 e70a211212e4..85fa115cf0a2 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 078070c1e4f5..676e3288a925 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 92dde4f8b2fa..b6d3ffe0d2ee 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 ba387b703cd53be9e65fe495d96595d5f62bd325 Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Fri, 14 Aug 2026 08:07:28 +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 9bccea22ae47..e15f359193fe 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 0e8a2824ec6b..5774ee149530 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 b0ef80aed038..674bd74ee5a1 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 2e30183391af..e356f53779b9 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 5739ea0480d3..1e532ba4fbf3 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 b545ef2fa518..a8dc23e67301 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 51a1aa363ca3..1826be81d707 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 73f9af13fda4..9bbb03395188 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 4b2dd8570720..44c06253c006 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 4bccade19414..b4d6120cc758 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 bc61fcec8e20..8cd55f050837 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 85fa115cf0a2..02f9b0cce2b4 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 676e3288a925..86fe429d7995 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: Fri, 14 Aug 2026 08:07:35 +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 e15f359193fe..455e38c7802d 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 5774ee149530..8eb0dee6a743 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 674bd74ee5a1..95dac1273cd0 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 e356f53779b9..c5e2b7b312d2 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 1e532ba4fbf3..455126c37f90 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 3d2a13138b87..5c484ed526df 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 bd2d7a6c4b3d..fdc580a9687f 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 c3246be537e2..711c5a7b6140 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 9bbb03395188..42b83a02e6c6 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 8cd55f050837..728f37561cfa 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 02f9b0cce2b4..251d2c04a5b6 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 86fe429d7995..1d8fe7657724 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 c48911e86e76..b2abe5376575 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 fbce10176269476caf71b745a960dad0c1325250 Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Fri, 14 Aug 2026 08:07:47 +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 455e38c7802d..82b1626ba992 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 8eb0dee6a743..142d709ab053 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 95dac1273cd0..06d10a0c9686 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 c5e2b7b312d2..41c4ffb6ddb8 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 455126c37f90..ff3f94bf08a1 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 fdc580a9687f..cc61503e6887 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 711c5a7b6140..55577c2444f8 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 a8dc23e67301..e20c712c2aaf 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 1826be81d707..a0e2b433bf0f 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 42b83a02e6c6..aa20b5fe3136 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 44c06253c006..76f368bcddd6 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 b4d6120cc758..9c036856a871 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 728f37561cfa..76de63363cfc 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 251d2c04a5b6..c0b592751515 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 1d8fe7657724..80a218a99685 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)