From ea521b5a62324ad274980e660e7ac93580941209 Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Fri, 7 Aug 2026 08:44:57 +0000 Subject: [PATCH 1/7] Updated markdown help --- .../Confirm-MgUserMemberGroup.md | 58 +++---------- .../Confirm-MgUserMemberObject.md | 51 ++--------- .../Export-MgUserPersonalData.md | 54 ++---------- .../Find-MgUserMeetingTime.md | 72 ++++------------ .../Get-MgUserById.md | 50 ++++------- .../Get-MgUserMailTip.md | 58 +++---------- .../Get-MgUserMemberGroup.md | 54 ++---------- .../Get-MgUserMemberObject.md | 58 ++++--------- .../Invoke-MgLicenseUser.md | 48 ++--------- .../Invoke-MgRetryUserServiceProvisioning.md | 40 ++------- .../Invoke-MgTranslateUserExchangeId.md | 54 ++---------- .../Microsoft.Graph.Users.Actions.md | 21 +---- .../Remove-MgAllUserDeviceFromManagement.md | 42 +++------ .../Revoke-MgUserSignInSession.md | 48 ++--------- .../Send-MgUserMail.md | 70 +++------------ .../Set-MgUserLicense.md | 86 ++++--------------- .../Test-MgUserProperty.md | 66 ++++++-------- .../Update-MgUserPassword.md | 52 +++-------- 18 files changed, 194 insertions(+), 788 deletions(-) diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Confirm-MgUserMemberGroup.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Confirm-MgUserMemberGroup.md index c79f3fb2dfdb..3b262da3a197 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/01/2026 +ms.date: 08/07/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 313e4ab2ab92..5bf6ea9d9ec3 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/01/2026 +ms.date: 08/07/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 79a0cc34c8d7..9e14f88bcd4f 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/01/2026 +ms.date: 08/07/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 02c79fecbd8b..0ef6cde238d3 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/01/2026 +ms.date: 08/07/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 3778c6a61076..77501157c38b 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/01/2026 +ms.date: 08/07/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 b7376ab14fab..aeb252ad8f0f 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/01/2026 +ms.date: 08/07/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 393c57a2a976..9ccae54999ad 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/01/2026 +ms.date: 08/07/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 8745ac6786e3..127df2bf3c5e 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/01/2026 +ms.date: 08/07/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 590e3f37e2fb..097ae090d8d9 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/01/2026 +ms.date: 08/07/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 902e530903f0..ad4fc4603f0c 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/01/2026 +ms.date: 08/07/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 fd9e8cbc243e..23925b943e33 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: 490df139-ee80-40b0-9209-016673f62f9b +Module Guid: b29e79f6-a363-43e0-8e51-b7078436a15f 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 c772aa875ad3..ec40c19b7b81 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/01/2026 +ms.date: 08/07/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 cd19e652d34d..61a25d62caf2 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/01/2026 +ms.date: 08/07/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 a5e539e055b1..fef369d17308 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/01/2026 +ms.date: 08/07/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 5fc98ddb60a5..a84fb1073475 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/01/2026 +ms.date: 08/07/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 b03f1ee08779..55625e7d69e3 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/01/2026 +ms.date: 08/07/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 2aaabde28b01be2492b1b3875488bf49499571bb Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Fri, 7 Aug 2026 08:45:04 +0000 Subject: [PATCH 2/7] Escaped disallowed html tags --- .../Confirm-MgUserMemberGroup.md | 30 +++++++++++++--- .../Confirm-MgUserMemberObject.md | 26 ++++++++++++-- .../Export-MgUserPersonalData.md | 26 ++++++++++++-- .../Find-MgUserMeetingTime.md | 34 ++++++++++++++---- .../Get-MgUserById.md | 24 ++++++++++++- .../Get-MgUserMailTip.md | 30 +++++++++++++--- .../Get-MgUserMemberGroup.md | 26 ++++++++++++-- .../Get-MgUserMemberObject.md | 30 +++++++++++++--- .../Invoke-MgLicenseUser.md | 24 ++++++++++++- .../Invoke-MgRetryUserServiceProvisioning.md | 24 ++++++++++++- .../Invoke-MgTranslateUserExchangeId.md | 26 ++++++++++++-- .../Microsoft.Graph.Users.Actions.md | 19 ++++++++++ .../Remove-MgAllUserDeviceFromManagement.md | 24 ++++++++++++- .../Revoke-MgUserSignInSession.md | 24 ++++++++++++- .../Send-MgUserMail.md | 28 +++++++++++++-- .../Set-MgUserLicense.md | 26 ++++++++++++-- .../Test-MgUserProperty.md | 36 +++++++++++++++---- .../Update-MgUserPassword.md | 30 +++++++++++++--- 18 files changed, 440 insertions(+), 47 deletions(-) diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Confirm-MgUserMemberGroup.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Confirm-MgUserMemberGroup.md index 3b262da3a197..8f760d72f814 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 5bf6ea9d9ec3..c3d2cbebd5c4 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 9e14f88bcd4f..3d1cbbee4472 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 0ef6cde238d3..70f987c64b5e 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 77501157c38b..8b4ef85e4088 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 aeb252ad8f0f..eebbf05bd41d 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 9ccae54999ad..5f22e74ecaf8 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 127df2bf3c5e..df4043fe17a0 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 097ae090d8d9..c36087e93ab0 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 ad4fc4603f0c..f5080a8aa56f 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 23925b943e33..8f3f7c4e4d24 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 ec40c19b7b81..348b507e8795 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 61a25d62caf2..5271a70c7d94 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 fef369d17308..92704d8066ff 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 a84fb1073475..a41eeb6669b9 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 55625e7d69e3..f6b806baee1e 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 8aa32e8bb11da8d384c0a5c2bbae7cde25cb084e Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Fri, 7 Aug 2026 08:57:44 +0000 Subject: [PATCH 3/7] Inserted permissions Table --- .../Confirm-MgUserMemberGroup.md | 8 ++++++++ .../Confirm-MgUserMemberObject.md | 8 ++++++++ .../Export-MgUserPersonalData.md | 8 ++++++++ .../Find-MgUserMeetingTime.md | 8 ++++++++ .../Microsoft.Graph.Users.Actions/Get-MgUserMailTip.md | 8 ++++++++ .../Get-MgUserMemberGroup.md | 8 ++++++++ .../Get-MgUserMemberObject.md | 8 ++++++++ .../Microsoft.Graph.Users.Actions/Invoke-MgLicenseUser.md | 8 ++++++++ .../Invoke-MgTranslateUserExchangeId.md | 8 ++++++++ .../Revoke-MgUserSignInSession.md | 8 ++++++++ .../Microsoft.Graph.Users.Actions/Send-MgUserMail.md | 8 ++++++++ .../Microsoft.Graph.Users.Actions/Set-MgUserLicense.md | 8 ++++++++ 12 files changed, 96 insertions(+) diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Confirm-MgUserMemberGroup.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Confirm-MgUserMemberGroup.md index 8f760d72f814..005e04355670 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 c3d2cbebd5c4..e9fc835b5571 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 3d1cbbee4472..a52cc0d67741 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 70f987c64b5e..b5a0ee38bdc6 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 5fe669b1f000..fd97abf031b2 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 eebbf05bd41d..c740077afa93 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 5f22e74ecaf8..45cbda613b1a 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 df4043fe17a0..cfe12cbf2547 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 f5080a8aa56f..b78a9a54b5c1 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 5271a70c7d94..d45855704a6b 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 92704d8066ff..55c810f7185c 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 a41eeb6669b9..5724fbf5ff01 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 53e5a64f92c900cadd740b313bbc9a54860dfd97 Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Fri, 7 Aug 2026 08:57:55 +0000 Subject: [PATCH 4/7] Updated metadata parameters --- .../Microsoft.Graph.Users.Actions/Confirm-MgUserMemberGroup.md | 3 +++ .../Confirm-MgUserMemberObject.md | 3 +++ .../Microsoft.Graph.Users.Actions/Export-MgUserPersonalData.md | 3 +++ .../Microsoft.Graph.Users.Actions/Find-MgUserMeetingTime.md | 3 +++ .../Microsoft.Graph.Users.Actions/Get-MgUserById.md | 3 +++ .../Microsoft.Graph.Users.Actions/Get-MgUserMailTip.md | 3 +++ .../Microsoft.Graph.Users.Actions/Get-MgUserMemberGroup.md | 3 +++ .../Microsoft.Graph.Users.Actions/Get-MgUserMemberObject.md | 3 +++ .../Microsoft.Graph.Users.Actions/Invoke-MgLicenseUser.md | 3 +++ .../Invoke-MgRetryUserServiceProvisioning.md | 3 +++ .../Invoke-MgTranslateUserExchangeId.md | 3 +++ .../Remove-MgAllUserDeviceFromManagement.md | 3 +++ .../Revoke-MgUserSignInSession.md | 3 +++ .../Microsoft.Graph.Users.Actions/Send-MgUserMail.md | 3 +++ .../Microsoft.Graph.Users.Actions/Set-MgUserLicense.md | 3 +++ .../Microsoft.Graph.Users.Actions/Test-MgUserProperty.md | 3 +++ .../Microsoft.Graph.Users.Actions/Update-MgUserPassword.md | 3 +++ 17 files changed, 51 insertions(+) diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Confirm-MgUserMemberGroup.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Confirm-MgUserMemberGroup.md index 005e04355670..28d9bfce343e 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 e9fc835b5571..ff68964d53a5 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 a52cc0d67741..11d3231bf324 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 b5a0ee38bdc6..1a755f1382a7 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 8b4ef85e4088..892cc698a435 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 fd97abf031b2..ee076a40eb58 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 c740077afa93..96d8890e5693 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 45cbda613b1a..b4daca03668e 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 cfe12cbf2547..7071939b425d 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 c36087e93ab0..8441ee17d304 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 b78a9a54b5c1..e1fc18a3d849 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 348b507e8795..1eb0e0ae9568 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 d45855704a6b..5f1eb9e1df35 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 55c810f7185c..5f873554d018 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 5724fbf5ff01..07e5ac4b3e5b 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 f6b806baee1e..e649c035a62d 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 1a84bf385726..d6e7bbc2821b 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 17fa2147db6f149cab2732d1b4e528c6ca406e81 Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Fri, 7 Aug 2026 08:58:00 +0000 Subject: [PATCH 5/7] Repaired examples and descriptions --- .../Confirm-MgUserMemberGroup.md | 7 +++- .../Confirm-MgUserMemberObject.md | 8 ++-- .../Export-MgUserPersonalData.md | 7 +++- .../Find-MgUserMeetingTime.md | 7 +++- .../Get-MgUserById.md | 11 +----- .../Get-MgUserMailTip.md | 7 +++- .../Get-MgUserMemberGroup.md | 7 +++- .../Get-MgUserMemberObject.md | 11 +----- .../Invoke-MgLicenseUser.md | 7 +++- .../Invoke-MgRetryUserServiceProvisioning.md | 7 +++- .../Invoke-MgTranslateUserExchangeId.md | 7 +++- .../Remove-MgAllUserDeviceFromManagement.md | 11 +----- .../Revoke-MgUserSignInSession.md | 7 +++- .../Send-MgUserMail.md | 21 +++++++++-- .../Set-MgUserLicense.md | 37 +++++++++++++++---- .../Test-MgUserProperty.md | 11 +----- .../Update-MgUserPassword.md | 7 +++- 17 files changed, 117 insertions(+), 63 deletions(-) diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Confirm-MgUserMemberGroup.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Confirm-MgUserMemberGroup.md index 28d9bfce343e..050fc71ad25c 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 ff68964d53a5..400d4a517aa7 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 11d3231bf324..138936a8e60f 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 1a755f1382a7..2aa5be44b5f4 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 892cc698a435..afef30d4d060 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 7071939b425d..97ab9d091324 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 8441ee17d304..277f91c71046 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 e1fc18a3d849..5d25864ef05a 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 1eb0e0ae9568..823ca0a42803 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 5f1eb9e1df35..7184c1eb4691 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 5f873554d018..4afb52a25410 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 07e5ac4b3e5b..a0cb5203a062 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 e649c035a62d..3feb4139e895 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, 7 Aug 2026 08:58:06 +0000 Subject: [PATCH 6/7] Removed invalid full stops from the beginning of lines --- .../Confirm-MgUserMemberGroup.md | 4 ++-- .../Confirm-MgUserMemberObject.md | 4 ++-- .../Export-MgUserPersonalData.md | 4 ++-- .../Find-MgUserMeetingTime.md | 14 +++++++------- .../Get-MgUserById.md | 6 +++--- .../Get-MgUserMailTip.md | 4 ++-- .../Get-MgUserMemberGroup.md | 4 ++-- .../Get-MgUserMemberObject.md | 4 ++-- .../Invoke-MgTranslateUserExchangeId.md | 4 ++-- .../Send-MgUserMail.md | 4 ++-- .../Set-MgUserLicense.md | 6 +++--- .../Test-MgUserProperty.md | 10 +++++----- .../Update-MgUserPassword.md | 6 +++--- 13 files changed, 37 insertions(+), 37 deletions(-) diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Confirm-MgUserMemberGroup.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Confirm-MgUserMemberGroup.md index 050fc71ad25c..1ec1c237f806 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 400d4a517aa7..eea34505ea36 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 138936a8e60f..cccce750278f 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 2aa5be44b5f4..9188c9a85a7c 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 afef30d4d060..c4d14a4726cb 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 3428f222de0e..bd22b0e39b17 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 54cf2b0db0c5..d658abd158f4 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 0ffe1acb0e39..1fa895a258fb 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 5d25864ef05a..8fa1ecebf8b6 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 4afb52a25410..2762d01588b2 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 a0cb5203a062..3a1d99da9af6 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 3feb4139e895..07932dd90eb0 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 2a6163fcdc38..3e3bb13d5c2e 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 030be6eeda17b13be54714499ccb9860fb681239 Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Fri, 7 Aug 2026 08:58:19 +0000 Subject: [PATCH 7/7] Corrected related link to conform to the new platyps rules --- .../Confirm-MgUserMemberGroup.md | 4 ++-- .../Confirm-MgUserMemberObject.md | 2 +- .../Export-MgUserPersonalData.md | 4 ++-- .../Microsoft.Graph.Users.Actions/Find-MgUserMeetingTime.md | 4 ++-- .../Microsoft.Graph.Users.Actions/Get-MgUserById.md | 4 ++-- .../Microsoft.Graph.Users.Actions/Get-MgUserMailTip.md | 4 ++-- .../Microsoft.Graph.Users.Actions/Get-MgUserMemberGroup.md | 4 ++-- .../Microsoft.Graph.Users.Actions/Get-MgUserMemberObject.md | 4 ++-- .../Microsoft.Graph.Users.Actions/Invoke-MgLicenseUser.md | 4 ++-- .../Invoke-MgRetryUserServiceProvisioning.md | 4 ++-- .../Invoke-MgTranslateUserExchangeId.md | 4 ++-- .../Remove-MgAllUserDeviceFromManagement.md | 2 +- .../Revoke-MgUserSignInSession.md | 4 ++-- .../Microsoft.Graph.Users.Actions/Send-MgUserMail.md | 4 ++-- .../Microsoft.Graph.Users.Actions/Set-MgUserLicense.md | 4 ++-- .../Microsoft.Graph.Users.Actions/Test-MgUserProperty.md | 4 ++-- .../Microsoft.Graph.Users.Actions/Update-MgUserPassword.md | 4 ++-- 17 files changed, 32 insertions(+), 32 deletions(-) diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Confirm-MgUserMemberGroup.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Actions/Confirm-MgUserMemberGroup.md index 1ec1c237f806..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 @@ -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 eea34505ea36..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 @@ -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 cccce750278f..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 @@ -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 9188c9a85a7c..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 @@ -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 c4d14a4726cb..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 @@ -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 d658abd158f4..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 @@ -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 1fa895a258fb..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 @@ -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 97ab9d091324..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 @@ -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 277f91c71046..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 @@ -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 8fa1ecebf8b6..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 @@ -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 823ca0a42803..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 @@ -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 7184c1eb4691..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 @@ -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 2762d01588b2..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 @@ -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 3a1d99da9af6..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 @@ -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 07932dd90eb0..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 @@ -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)