From 69b3cbe7bff7c455eda3ea23905e8bb7b8ab12f1 Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Fri, 21 Aug 2026 07:41:05 +0000 Subject: [PATCH 1/8] 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..c838e8819181 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/21/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..ba44c1b8236b 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/21/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..4a5f61dddc02 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/21/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..fe2c1c3696b2 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/21/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..9d9e036975b6 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/21/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..19f20c84c72a 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/21/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..01c718049d26 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/21/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..f18775c0ebce 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/21/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..61b2efe153be 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/21/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..bc2fb858b2dc 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/21/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..6c08a69ecefe 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: f9353565-a735-49ee-8ea2-64f8ab2658c6 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..8662872131f3 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/21/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..baeab9d7009c 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/21/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..ed8bae8b7a0d 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/21/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..9c74c117ab70 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/21/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..27dbef9cc596 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/21/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 d07b11988d7665b19df6a90cd7b03c2731cb30ee Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Fri, 21 Aug 2026 07:41:10 +0000 Subject: [PATCH 2/8] 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 c838e8819181..f3b8072a51b4 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 ba44c1b8236b..1e0d17f007c4 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 4a5f61dddc02..afaa49ea2c9d 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 fe2c1c3696b2..1ab1c07c3cac 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 9d9e036975b6..9ee16c01962f 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 19f20c84c72a..ad15a7438abe 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 01c718049d26..84415acf6690 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 f18775c0ebce..4592581dea3a 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 61b2efe153be..483940d1e288 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 bc2fb858b2dc..f8717e91bb3c 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 6c08a69ecefe..00a8d6edb80d 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 8662872131f3..e652c1397a5e 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 baeab9d7009c..ca8622e36407 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 ed8bae8b7a0d..0daced461434 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 9c74c117ab70..ce5e9c5d969e 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 27dbef9cc596..24c5f51b910e 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 9d310a27abeeddb1843c9e8d542e3493c6f34810 Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Fri, 21 Aug 2026 07:53:52 +0000 Subject: [PATCH 3/8] 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 f3b8072a51b4..72f56fa852d4 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 1e0d17f007c4..2f5113dc514a 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 afaa49ea2c9d..6f9d2fad816e 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 1ab1c07c3cac..5cfedf60cabf 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 25492a79e374..1139286968d5 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 ad15a7438abe..23b0052a0050 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 84415acf6690..d957128ebc9e 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 4592581dea3a..5db5e0f47fc8 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 f8717e91bb3c..8f73646ea99c 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 ca8622e36407..1483c271e739 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 0daced461434..480f0ec18a0b 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 ce5e9c5d969e..980206030dbe 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 381ed96016dcbf2534467ab7f89885c535f566cd Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Fri, 21 Aug 2026 07:54:03 +0000 Subject: [PATCH 4/8] 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 72f56fa852d4..21a16a56b135 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 2f5113dc514a..1b2b86fe6a30 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 6f9d2fad816e..4acf04b889fa 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 5cfedf60cabf..f9fb37347ab2 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 9ee16c01962f..51ad1956d909 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 1139286968d5..e39bf7c077dc 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 23b0052a0050..448e29ce80b3 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 d957128ebc9e..4a58fe9bd488 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 5db5e0f47fc8..fceaab429312 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 483940d1e288..73732a8d0eb3 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 8f73646ea99c..4398242732ad 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 e652c1397a5e..294815a39fae 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 1483c271e739..46691d553ab8 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 480f0ec18a0b..11ea84b4af2f 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 980206030dbe..929bbe8122fd 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 24c5f51b910e..ca2becbe6c8e 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 f933c2d27f70..ea43f88ec246 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 94b9ddff6e90734952b7b7849ac360b6b6367ee1 Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Fri, 21 Aug 2026 07:54:08 +0000 Subject: [PATCH 5/8] 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 21a16a56b135..3836a4b8a5fc 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 1b2b86fe6a30..5629b2ada849 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 4acf04b889fa..ffd487a0b1f7 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 f9fb37347ab2..73125a709e49 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 51ad1956d909..58bd674333d5 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 fceaab429312..26c47a09f5e1 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 73732a8d0eb3..bbec99e2b0e9 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 4398242732ad..ff01f0ed7a7d 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 294815a39fae..15a2b7c2df5a 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 46691d553ab8..f0d038a8490a 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 11ea84b4af2f..333766edff48 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 929bbe8122fd..7bd9f52e96e7 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 ca2becbe6c8e..7c3349284b34 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, 21 Aug 2026 07:54:14 +0000 Subject: [PATCH 6/8] 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 3836a4b8a5fc..3db38319d1c7 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 5629b2ada849..f554b575f076 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 ffd487a0b1f7..f8616a765fe1 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 73125a709e49..cb591d75f6c2 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 58bd674333d5..43595418f7e3 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 2f0407b711e1..58eba775615c 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 0de43be0acfb..954340bfe60c 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 a75eb76fdff8..dc17aac357fb 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 ff01f0ed7a7d..c0a74e776519 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 333766edff48..cb37c926595b 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 7bd9f52e96e7..5377d7ba3156 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 7c3349284b34..30f499a5101c 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 f5b962666139..539bd2188e71 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 1332b057e7a558870cae67c479959131d8c191e3 Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Fri, 21 Aug 2026 07:54:28 +0000 Subject: [PATCH 7/8] 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 3db38319d1c7..2737da0405aa 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 f554b575f076..07ed8c8fc35f 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 f8616a765fe1..729f377ec9ff 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 cb591d75f6c2..a55beb0e644e 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 43595418f7e3..81c439b30822 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 954340bfe60c..f54d7a47e01b 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 dc17aac357fb..e12f471ad4b2 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 26c47a09f5e1..9bb22830b09c 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 bbec99e2b0e9..bf986c5f2bb8 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 c0a74e776519..2e036c40e08a 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 15a2b7c2df5a..6ba82dd3ff19 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 f0d038a8490a..b3a0ff207df7 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 cb37c926595b..2e385658a0e2 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 5377d7ba3156..4df25d070d84 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 30f499a5101c..64b5e038889f 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) From 56254bd399aec9b28658fae4a80a734ea45a3af8 Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Fri, 21 Aug 2026 07:54:42 +0000 Subject: [PATCH 8/8] Updating reference docs for Users.Actions (v1.0) --- .../Microsoft.Graph.Users.Actions/Confirm-MgUserMemberGroup.md | 2 +- .../Microsoft.Graph.Users.Actions/Confirm-MgUserMemberObject.md | 2 +- .../Microsoft.Graph.Users.Actions/Export-MgUserPersonalData.md | 2 +- .../Microsoft.Graph.Users.Actions/Find-MgUserMeetingTime.md | 2 +- .../Microsoft.Graph.Users.Actions/Get-MgUserById.md | 2 +- .../Microsoft.Graph.Users.Actions/Get-MgUserMailTip.md | 2 +- .../Microsoft.Graph.Users.Actions/Get-MgUserMemberGroup.md | 2 +- .../Microsoft.Graph.Users.Actions/Get-MgUserMemberObject.md | 2 +- .../Microsoft.Graph.Users.Actions/Invoke-MgLicenseUser.md | 2 +- .../Invoke-MgRetryUserServiceProvisioning.md | 2 +- .../Invoke-MgTranslateUserExchangeId.md | 2 +- .../Remove-MgAllUserDeviceFromManagement.md | 2 +- .../Microsoft.Graph.Users.Actions/Revoke-MgUserSignInSession.md | 2 +- .../Microsoft.Graph.Users.Actions/Send-MgUserMail.md | 2 +- .../Microsoft.Graph.Users.Actions/Set-MgUserLicense.md | 2 +- .../Microsoft.Graph.Users.Actions/Test-MgUserProperty.md | 2 +- .../Microsoft.Graph.Users.Actions/Update-MgUserPassword.md | 2 +- 17 files changed, 17 insertions(+), 17 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 2737da0405aa..c7543987976c 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/21/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Confirm-MgUserMemberGroup --- 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 07ed8c8fc35f..8ec270c183e6 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/21/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: 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 729f377ec9ff..cf2e83ce4fcf 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/21/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Export-MgUserPersonalData --- 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 a55beb0e644e..e0c5b14bc593 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/21/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Find-MgUserMeetingTime --- 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 81c439b30822..0860d2b33ee0 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/21/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserById --- 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 e4db2075b1dc..5715f1704024 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 @@ -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-mgusermailtip Locale: en-US Module Name: Microsoft.Graph.Users.Actions -ms.date: 08/21/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserMailTip --- 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 f54d7a47e01b..740d86be5e46 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/21/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserMemberGroup --- 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 e12f471ad4b2..ce98d67b4aba 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/21/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserMemberObject --- 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 9bb22830b09c..c40676b829ba 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/21/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgLicenseUser --- 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 bf986c5f2bb8..5eefc277ebb3 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/21/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgRetryUserServiceProvisioning --- 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 2e036c40e08a..0e26faffbe5b 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/21/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgTranslateUserExchangeId --- 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 6ba82dd3ff19..bbef7d2b738b 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/21/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: 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 b3a0ff207df7..f20ced17fb7d 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/21/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Revoke-MgUserSignInSession --- 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 2e385658a0e2..9b7efc581790 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/21/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Send-MgUserMail --- 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 4df25d070d84..95651df35b44 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/21/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Set-MgUserLicense --- 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 64b5e038889f..399cc5055f12 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/21/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Test-MgUserProperty --- 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 e32b05f3f08a..c043248e0d75 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 @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Users.Actions-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.users.actions/update-mguserpassword Locale: en-US Module Name: Microsoft.Graph.Users.Actions -ms.date: 08/21/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgUserPassword ---