From 27df225c6d6dcce8b80af763fbe7ec72922ca533 Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Fri, 11 Sep 2026 05:41:58 +0000 Subject: [PATCH 1/8] Updated markdown help --- ...Export-MgUserDeviceAndAppManagementData.md | 46 ++++--------- .../Get-MgUserDelta.md | 64 +++---------------- .../Get-MgUserManagedAppDiagnosticStatus.md | 46 ++----------- .../Get-MgUserManagedAppPolicy.md | 46 ++----------- .../Get-MgUserManagedDeviceWithAppFailure.md | 46 ++----------- .../Invoke-MgViewUserReminder.md | 48 ++++++-------- .../Microsoft.Graph.Users.Functions.md | 21 +----- 7 files changed, 50 insertions(+), 267 deletions(-) diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Export-MgUserDeviceAndAppManagementData.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Export-MgUserDeviceAndAppManagementData.md index baead659c35b..16ffa679c250 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Export-MgUserDeviceAndAppManagementData.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Export-MgUserDeviceAndAppManagementData.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Users.Functions-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.users.functions/export-mguserdeviceandappmanagementdata Locale: en-US Module Name: Microsoft.Graph.Users.Functions -ms.date: 08/07/2026 +ms.date: 09/11/2026 PlatyPS schema version: 2024-05-01 title: Export-MgUserDeviceAndAppManagementData --- @@ -15,9 +15,6 @@ title: Export-MgUserDeviceAndAppManagementData Invoke function exportDeviceAndAppManagementData -> [!NOTE] -> To view the beta release of this cmdlet, view [Export-MgBetaUserDeviceAndAppManagementData](/powershell/module/Microsoft.Graph.Beta.Users.Functions/Export-MgBetaUserDeviceAndAppManagementData?view=graph-powershell-beta) - ## SYNTAX ### Export (Default) @@ -65,13 +62,15 @@ This cmdlet has the following aliases, Invoke function exportDeviceAndAppManagementData -**Permissions** +## EXAMPLES + +### EXAMPLE 1 + +{{ Add code here }} + +### EXAMPLE 2 -| Permission type | Permissions (from least to most privileged) | -| --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementServiceConfig.Read.All, DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementServiceConfig.ReadWrite.All, | -| Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementServiceConfig.Read.All, DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementServiceConfig.ReadWrite.All, | +{{ Add code here }} ## PARAMETERS @@ -414,7 +413,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 [EndDateTime ]: Usage: EndDateTime='{EndDateTime}' [Skip ]: Usage: skip={skip} [StartDateTime ]: Usage: StartDateTime='{StartDateTime}' @@ -424,27 +423,4 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS -- [Export-MgUserDeviceAndAppManagementData](https://learn.microsoft.com/powershell/module/microsoft.graph.users.functions/export-mguserdeviceandappmanagementdata) - - - - - - - - - - - - - - - - - - - - - - - +- [](https://learn.microsoft.com/powershell/module/microsoft.graph.users.functions/export-mguserdeviceandappmanagementdata) diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserDelta.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserDelta.md index 1871736e44d5..4afc19b013f2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserDelta.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserDelta.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Users.Functions-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.users.functions/get-mguserdelta Locale: en-US Module Name: Microsoft.Graph.Users.Functions -ms.date: 08/07/2026 +ms.date: 09/11/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDelta --- @@ -16,9 +16,6 @@ title: Get-MgUserDelta Get newly created, updated, or deleted users without having to perform a full read of the entire user collection. For more information, see Use delta query to track changes in Microsoft Graph data for details. -> [!NOTE] -> To view the beta release of this cmdlet, view [Get-MgBetaUserDelta](/powershell/module/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserDelta?view=graph-powershell-beta) - ## SYNTAX ### Delta (Default) @@ -42,48 +39,25 @@ This cmdlet has the following aliases, Get newly created, updated, or deleted users without having to perform a full read of the entire user collection. For more information, see Use delta query to track changes in Microsoft Graph data for details. -**Permissions** - -| Permission type | Permissions (from least to most privileged) | -| --------------- | ------------------------------------------ | -| Delegated (work or school account) | User.Read.All, AgentIdUser.ReadWrite.All, AgentIdUser.ReadWrite.IdentityParentedBy, Directory.Read.All, Directory.ReadWrite.All, User.ReadWrite.All, | -| Delegated (personal Microsoft account) | Not supported | -| Application | User.Read.All, AgentIdUser.ReadWrite.All, AgentIdUser.ReadWrite.IdentityParentedBy, Directory.Read.All, Directory.ReadWrite.All, User.ReadWrite.All, | - ## EXAMPLES -### Example 1: Default properties -```powershell +### EXAMPLE 1 Import-Module Microsoft.Graph.Users.Functions Get-MgUserDelta -``` -This example will default properties - -### Example 2: Selecting three properties - -```powershell +### EXAMPLE 2 Import-Module Microsoft.Graph.Users.Functions -Get-MgUserDelta -Property "displayName,jobTitle,mobilePhone" - -``` -This example shows selecting three properties - -### Example 3: Alternative minimal response behavior +Get-MgUserDelta -Property "displayName,jobTitle,mobilePhone" -```powershell +### EXAMPLE 3 Import-Module Microsoft.Graph.Users.Functions -Get-MgUserDelta -Property "displayName,jobTitle,mobilePhone" - -``` -This example will alternative minimal response behavior - +Get-MgUserDelta -Property "displayName,jobTitle,mobilePhone" ## PARAMETERS @@ -495,27 +469,5 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## RELATED LINKS -- [Get-MgUserDelta](https://learn.microsoft.com/powershell/module/microsoft.graph.users.functions/get-mguserdelta) -- [Graph API Reference](https://learn.microsoft.com/graph/api/user-delta?view=graph-rest-1.0) - - - - - - - - - - - - - - - - - - - - - - +- [](https://learn.microsoft.com/powershell/module/microsoft.graph.users.functions/get-mguserdelta) +- [](https://learn.microsoft.com/graph/api/user-delta?view=graph-rest-1.0) diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserManagedAppDiagnosticStatus.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserManagedAppDiagnosticStatus.md index bdf7493b4933..ef2395cae4c8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserManagedAppDiagnosticStatus.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserManagedAppDiagnosticStatus.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Users.Functions-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.users.functions/get-mgusermanagedappdiagnosticstatus Locale: en-US Module Name: Microsoft.Graph.Users.Functions -ms.date: 08/07/2026 +ms.date: 09/11/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserManagedAppDiagnosticStatus --- @@ -15,9 +15,6 @@ title: Get-MgUserManagedAppDiagnosticStatus Gets diagnostics validation status for a given user. -> [!NOTE] -> To view the beta release of this cmdlet, view [Get-MgBetaUserManagedAppDiagnosticStatus](/powershell/module/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedAppDiagnosticStatus?view=graph-powershell-beta) - ## SYNTAX ### Get (Default) @@ -48,27 +45,14 @@ This cmdlet has the following aliases, Gets diagnostics validation status for a given user. -**Permissions** - -| Permission type | Permissions (from least to most privileged) | -| --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementApps.Read.All, DeviceManagementApps.ReadWrite.All, | -| Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementApps.Read.All, DeviceManagementApps.ReadWrite.All, | - ## EXAMPLES -### Example 1: Code snippet -```powershell +### EXAMPLE 1 Import-Module Microsoft.Graph.Users.Functions Get-MgUserManagedAppDiagnosticStatus -UserId $userId -``` -This example shows how to use the Get-MgUserManagedAppDiagnosticStatus Cmdlet. - - ## PARAMETERS ### -Break @@ -419,7 +403,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 [EndDateTime ]: Usage: EndDateTime='{EndDateTime}' [Skip ]: Usage: skip={skip} [StartDateTime ]: Usage: StartDateTime='{StartDateTime}' @@ -429,26 +413,4 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS -- [Get-MgUserManagedAppDiagnosticStatus](https://learn.microsoft.com/powershell/module/microsoft.graph.users.functions/get-mgusermanagedappdiagnosticstatus) - - - - - - - - - - - - - - - - - - - - - - +- [](https://learn.microsoft.com/powershell/module/microsoft.graph.users.functions/get-mgusermanagedappdiagnosticstatus) diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserManagedAppPolicy.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserManagedAppPolicy.md index ab25397669e5..e90da6a1b2ca 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserManagedAppPolicy.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserManagedAppPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Users.Functions-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.users.functions/get-mgusermanagedapppolicy Locale: en-US Module Name: Microsoft.Graph.Users.Functions -ms.date: 08/07/2026 +ms.date: 09/11/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserManagedAppPolicy --- @@ -15,9 +15,6 @@ title: Get-MgUserManagedAppPolicy Gets app restrictions for a given user. -> [!NOTE] -> To view the beta release of this cmdlet, view [Get-MgBetaUserManagedAppPolicy](/powershell/module/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedAppPolicy?view=graph-powershell-beta) - ## SYNTAX ### Get (Default) @@ -50,27 +47,14 @@ This cmdlet has the following aliases, Gets app restrictions for a given user. -**Permissions** - -| Permission type | Permissions (from least to most privileged) | -| --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementApps.Read.All, DeviceManagementApps.ReadWrite.All, | -| Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementApps.Read.All, DeviceManagementApps.ReadWrite.All, | - ## EXAMPLES -### Example 1: Code snippet -```powershell +### EXAMPLE 1 Import-Module Microsoft.Graph.Users.Functions Get-MgUserManagedAppPolicy -UserId $userId -``` -This example shows how to use the Get-MgUserManagedAppPolicy Cmdlet. - - ## PARAMETERS ### -Break @@ -487,7 +471,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 [EndDateTime ]: Usage: EndDateTime='{EndDateTime}' [Skip ]: Usage: skip={skip} [StartDateTime ]: Usage: StartDateTime='{StartDateTime}' @@ -497,26 +481,4 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS -- [Get-MgUserManagedAppPolicy](https://learn.microsoft.com/powershell/module/microsoft.graph.users.functions/get-mgusermanagedapppolicy) - - - - - - - - - - - - - - - - - - - - - - +- [](https://learn.microsoft.com/powershell/module/microsoft.graph.users.functions/get-mgusermanagedapppolicy) diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserManagedDeviceWithAppFailure.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserManagedDeviceWithAppFailure.md index 041a3dbb75d1..053f834c622d 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserManagedDeviceWithAppFailure.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserManagedDeviceWithAppFailure.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Users.Functions-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.users.functions/get-mgusermanageddevicewithappfailure Locale: en-US Module Name: Microsoft.Graph.Users.Functions -ms.date: 08/07/2026 +ms.date: 09/11/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserManagedDeviceWithAppFailure --- @@ -15,9 +15,6 @@ title: Get-MgUserManagedDeviceWithAppFailure Retrieves the list of devices with failed apps -> [!NOTE] -> To view the beta release of this cmdlet, view [Get-MgBetaUserManagedDeviceWithAppFailure](/powershell/module/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedDeviceWithAppFailure?view=graph-powershell-beta) - ## SYNTAX ### Get (Default) @@ -49,27 +46,14 @@ This cmdlet has the following aliases, Retrieves the list of devices with failed apps -**Permissions** - -| Permission type | Permissions (from least to most privileged) | -| --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | -| Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | - ## EXAMPLES -### Example 1: Code snippet -```powershell +### EXAMPLE 1 Import-Module Microsoft.Graph.Users.Functions Get-MgUserManagedDeviceWithAppFailure -UserId $userId -``` -This example shows how to use the Get-MgUserManagedDeviceWithAppFailure Cmdlet. - - ## PARAMETERS ### -Break @@ -420,7 +404,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 [EndDateTime ]: Usage: EndDateTime='{EndDateTime}' [Skip ]: Usage: skip={skip} [StartDateTime ]: Usage: StartDateTime='{StartDateTime}' @@ -430,26 +414,4 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS -- [Get-MgUserManagedDeviceWithAppFailure](https://learn.microsoft.com/powershell/module/microsoft.graph.users.functions/get-mgusermanageddevicewithappfailure) - - - - - - - - - - - - - - - - - - - - - - +- [](https://learn.microsoft.com/powershell/module/microsoft.graph.users.functions/get-mgusermanageddevicewithappfailure) diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Invoke-MgViewUserReminder.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Invoke-MgViewUserReminder.md index 8688a084d46f..4236457a442b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Invoke-MgViewUserReminder.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Invoke-MgViewUserReminder.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Users.Functions-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.users.functions/invoke-mgviewuserreminder Locale: en-US Module Name: Microsoft.Graph.Users.Functions -ms.date: 08/07/2026 +ms.date: 09/11/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgViewUserReminder --- @@ -15,9 +15,6 @@ title: Invoke-MgViewUserReminder Invoke function reminderView -> [!NOTE] -> To view the beta release of this cmdlet, view [Invoke-MgBetaViewUserReminder](/powershell/module/Microsoft.Graph.Beta.Users.Functions/Invoke-MgBetaViewUserReminder?view=graph-powershell-beta) - ## SYNTAX ### View (Default) @@ -49,6 +46,20 @@ This cmdlet has the following aliases, Invoke function reminderView +## EXAMPLES + +### EXAMPLE 1 + +{{ Add code here }} + +{{ Add output here }} + +### EXAMPLE 2 + +{{ Add code here }} + +{{ Add output here }} + ## PARAMETERS ### -Break @@ -441,7 +452,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 [EndDateTime ]: Usage: EndDateTime='{EndDateTime}' [Skip ]: Usage: skip={skip} [StartDateTime ]: Usage: StartDateTime='{StartDateTime}' @@ -451,28 +462,5 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS -- [Invoke-MgViewUserReminder](https://learn.microsoft.com/powershell/module/microsoft.graph.users.functions/invoke-mgviewuserreminder) -- [Graph API Reference](https://learn.microsoft.com/graph/api/user-reminderview?view=graph-rest-1.0) - - - - - - - - - - - - - - - - - - - - - - - +- [](https://learn.microsoft.com/powershell/module/microsoft.graph.users.functions/invoke-mgviewuserreminder) +- [](https://learn.microsoft.com/graph/api/user-reminderview?view=graph-rest-1.0) diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Microsoft.Graph.Users.Functions.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Microsoft.Graph.Users.Functions.md index 49e432d655fd..f6e1260f25aa 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Microsoft.Graph.Users.Functions.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Microsoft.Graph.Users.Functions.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.Users.Functions -Module Guid: 48b9f748-d4bb-4e76-8ecb-577f97eba05e +Module Guid: a3ec1d62-2fbb-414a-9675-fee6d620aec3 Download Help Link: https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.users.functions/?view=graph-powershell-1.0 Help Version: 1.0.0.0 Locale: en-US @@ -23,22 +23,3 @@ Microsoft Graph PowerShell Cmdlets ### [Invoke-MgViewUserReminder](Invoke-MgViewUserReminder.md) - - - - - - - - - - - - - - - - - - - From a88178c5cd86b8dfd2fae1b9810a49b8086d7951 Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Fri, 11 Sep 2026 05:42:02 +0000 Subject: [PATCH 2/8] Escaped disallowed html tags --- ...Export-MgUserDeviceAndAppManagementData.md | 24 ++++++++++++++++++- .../Get-MgUserDelta.md | 22 +++++++++++++++++ .../Get-MgUserManagedAppDiagnosticStatus.md | 24 ++++++++++++++++++- .../Get-MgUserManagedAppPolicy.md | 24 ++++++++++++++++++- .../Get-MgUserManagedDeviceWithAppFailure.md | 24 ++++++++++++++++++- .../Invoke-MgViewUserReminder.md | 24 ++++++++++++++++++- .../Microsoft.Graph.Users.Functions.md | 19 +++++++++++++++ 7 files changed, 156 insertions(+), 5 deletions(-) diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Export-MgUserDeviceAndAppManagementData.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Export-MgUserDeviceAndAppManagementData.md index 16ffa679c250..c61e67c926a5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Export-MgUserDeviceAndAppManagementData.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Export-MgUserDeviceAndAppManagementData.md @@ -413,7 +413,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 [EndDateTime ]: Usage: EndDateTime='{EndDateTime}' [Skip ]: Usage: skip={skip} [StartDateTime ]: Usage: StartDateTime='{StartDateTime}' @@ -424,3 +424,25 @@ INPUTOBJECT : Identity Parameter ## RELATED LINKS - [](https://learn.microsoft.com/powershell/module/microsoft.graph.users.functions/export-mguserdeviceandappmanagementdata) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserDelta.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserDelta.md index 4afc19b013f2..7a331270a94b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserDelta.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserDelta.md @@ -471,3 +471,25 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable - [](https://learn.microsoft.com/powershell/module/microsoft.graph.users.functions/get-mguserdelta) - [](https://learn.microsoft.com/graph/api/user-delta?view=graph-rest-1.0) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserManagedAppDiagnosticStatus.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserManagedAppDiagnosticStatus.md index ef2395cae4c8..e66c1a1890c6 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserManagedAppDiagnosticStatus.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserManagedAppDiagnosticStatus.md @@ -403,7 +403,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 [EndDateTime ]: Usage: EndDateTime='{EndDateTime}' [Skip ]: Usage: skip={skip} [StartDateTime ]: Usage: StartDateTime='{StartDateTime}' @@ -414,3 +414,25 @@ INPUTOBJECT : Identity Parameter ## RELATED LINKS - [](https://learn.microsoft.com/powershell/module/microsoft.graph.users.functions/get-mgusermanagedappdiagnosticstatus) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserManagedAppPolicy.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserManagedAppPolicy.md index e90da6a1b2ca..a3ff6b4ae7f0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserManagedAppPolicy.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserManagedAppPolicy.md @@ -471,7 +471,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 [EndDateTime ]: Usage: EndDateTime='{EndDateTime}' [Skip ]: Usage: skip={skip} [StartDateTime ]: Usage: StartDateTime='{StartDateTime}' @@ -482,3 +482,25 @@ INPUTOBJECT : Identity Parameter ## RELATED LINKS - [](https://learn.microsoft.com/powershell/module/microsoft.graph.users.functions/get-mgusermanagedapppolicy) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserManagedDeviceWithAppFailure.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserManagedDeviceWithAppFailure.md index 053f834c622d..a239aa32f1eb 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserManagedDeviceWithAppFailure.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserManagedDeviceWithAppFailure.md @@ -404,7 +404,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 [EndDateTime ]: Usage: EndDateTime='{EndDateTime}' [Skip ]: Usage: skip={skip} [StartDateTime ]: Usage: StartDateTime='{StartDateTime}' @@ -415,3 +415,25 @@ INPUTOBJECT : Identity Parameter ## RELATED LINKS - [](https://learn.microsoft.com/powershell/module/microsoft.graph.users.functions/get-mgusermanageddevicewithappfailure) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Invoke-MgViewUserReminder.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Invoke-MgViewUserReminder.md index 4236457a442b..1a020343b60e 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Invoke-MgViewUserReminder.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Invoke-MgViewUserReminder.md @@ -452,7 +452,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 [EndDateTime ]: Usage: EndDateTime='{EndDateTime}' [Skip ]: Usage: skip={skip} [StartDateTime ]: Usage: StartDateTime='{StartDateTime}' @@ -464,3 +464,25 @@ INPUTOBJECT : Identity Parameter - [](https://learn.microsoft.com/powershell/module/microsoft.graph.users.functions/invoke-mgviewuserreminder) - [](https://learn.microsoft.com/graph/api/user-reminderview?view=graph-rest-1.0) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Microsoft.Graph.Users.Functions.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Microsoft.Graph.Users.Functions.md index f6e1260f25aa..faf78d15f342 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Microsoft.Graph.Users.Functions.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Microsoft.Graph.Users.Functions.md @@ -23,3 +23,22 @@ Microsoft Graph PowerShell Cmdlets ### [Invoke-MgViewUserReminder](Invoke-MgViewUserReminder.md) + + + + + + + + + + + + + + + + + + + From c8b359c18bbf5befa50ecd0d14a44851579bbab5 Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Fri, 11 Sep 2026 05:54:43 +0000 Subject: [PATCH 3/8] Inserted permissions Table --- .../Export-MgUserDeviceAndAppManagementData.md | 8 ++++++++ .../Microsoft.Graph.Users.Functions/Get-MgUserDelta.md | 8 ++++++++ .../Get-MgUserManagedAppDiagnosticStatus.md | 8 ++++++++ .../Get-MgUserManagedAppPolicy.md | 8 ++++++++ .../Get-MgUserManagedDeviceWithAppFailure.md | 8 ++++++++ 5 files changed, 40 insertions(+) diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Export-MgUserDeviceAndAppManagementData.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Export-MgUserDeviceAndAppManagementData.md index c61e67c926a5..dae4319d1f55 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Export-MgUserDeviceAndAppManagementData.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Export-MgUserDeviceAndAppManagementData.md @@ -62,6 +62,14 @@ This cmdlet has the following aliases, Invoke function exportDeviceAndAppManagementData +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | DeviceManagementServiceConfig.Read.All, DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementServiceConfig.ReadWrite.All, | +| Delegated (personal Microsoft account) | Not supported | +| Application | DeviceManagementServiceConfig.Read.All, DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementServiceConfig.ReadWrite.All, | + ## EXAMPLES ### EXAMPLE 1 diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserDelta.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserDelta.md index 7a331270a94b..9416d43c8988 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserDelta.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserDelta.md @@ -39,6 +39,14 @@ This cmdlet has the following aliases, Get newly created, updated, or deleted users without having to perform a full read of the entire user collection. For more information, see Use delta query to track changes in Microsoft Graph data for details. +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | User.Read.All, AgentIdUser.ReadWrite.All, AgentIdUser.ReadWrite.IdentityParentedBy, Directory.Read.All, Directory.ReadWrite.All, User.ReadWrite.All, | +| Delegated (personal Microsoft account) | Not supported | +| Application | User.Read.All, AgentIdUser.ReadWrite.All, AgentIdUser.ReadWrite.IdentityParentedBy, Directory.Read.All, Directory.ReadWrite.All, User.ReadWrite.All, | + ## EXAMPLES ### EXAMPLE 1 diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserManagedAppDiagnosticStatus.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserManagedAppDiagnosticStatus.md index e66c1a1890c6..594e90422263 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserManagedAppDiagnosticStatus.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserManagedAppDiagnosticStatus.md @@ -45,6 +45,14 @@ This cmdlet has the following aliases, Gets diagnostics validation status for a given user. +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | DeviceManagementApps.Read.All, DeviceManagementApps.ReadWrite.All, | +| Delegated (personal Microsoft account) | Not supported | +| Application | DeviceManagementApps.Read.All, DeviceManagementApps.ReadWrite.All, | + ## EXAMPLES ### EXAMPLE 1 diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserManagedAppPolicy.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserManagedAppPolicy.md index a3ff6b4ae7f0..0c2f4eabf2f9 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserManagedAppPolicy.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserManagedAppPolicy.md @@ -47,6 +47,14 @@ This cmdlet has the following aliases, Gets app restrictions for a given user. +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | DeviceManagementApps.Read.All, DeviceManagementApps.ReadWrite.All, | +| Delegated (personal Microsoft account) | Not supported | +| Application | DeviceManagementApps.Read.All, DeviceManagementApps.ReadWrite.All, | + ## EXAMPLES ### EXAMPLE 1 diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserManagedDeviceWithAppFailure.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserManagedDeviceWithAppFailure.md index a239aa32f1eb..ff12335bcb9b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserManagedDeviceWithAppFailure.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserManagedDeviceWithAppFailure.md @@ -46,6 +46,14 @@ This cmdlet has the following aliases, Retrieves the list of devices with failed apps +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | +| Delegated (personal Microsoft account) | Not supported | +| Application | DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | + ## EXAMPLES ### EXAMPLE 1 From 590e4961247df8e2003ce4cecc3ba81aa5a37fa6 Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Fri, 11 Sep 2026 05:54:51 +0000 Subject: [PATCH 4/8] Updated metadata parameters --- .../Export-MgUserDeviceAndAppManagementData.md | 3 +++ .../Microsoft.Graph.Users.Functions/Get-MgUserDelta.md | 3 +++ .../Get-MgUserManagedAppDiagnosticStatus.md | 3 +++ .../Get-MgUserManagedAppPolicy.md | 3 +++ .../Get-MgUserManagedDeviceWithAppFailure.md | 3 +++ .../Invoke-MgViewUserReminder.md | 3 +++ 6 files changed, 18 insertions(+) diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Export-MgUserDeviceAndAppManagementData.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Export-MgUserDeviceAndAppManagementData.md index dae4319d1f55..9307cdc0e7d2 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Export-MgUserDeviceAndAppManagementData.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Export-MgUserDeviceAndAppManagementData.md @@ -15,6 +15,9 @@ title: Export-MgUserDeviceAndAppManagementData Invoke function exportDeviceAndAppManagementData +> [!NOTE] +> To view the beta release of this cmdlet, view [Export-MgBetaUserDeviceAndAppManagementData](/powershell/module/Microsoft.Graph.Beta.Users.Functions/Export-MgBetaUserDeviceAndAppManagementData?view=graph-powershell-beta) + ## SYNTAX ### Export (Default) diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserDelta.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserDelta.md index 9416d43c8988..f670fa0b89ef 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserDelta.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserDelta.md @@ -16,6 +16,9 @@ title: Get-MgUserDelta Get newly created, updated, or deleted users without having to perform a full read of the entire user collection. For more information, see Use delta query to track changes in Microsoft Graph data for details. +> [!NOTE] +> To view the beta release of this cmdlet, view [Get-MgBetaUserDelta](/powershell/module/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserDelta?view=graph-powershell-beta) + ## SYNTAX ### Delta (Default) diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserManagedAppDiagnosticStatus.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserManagedAppDiagnosticStatus.md index 594e90422263..b37578cf9fd1 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserManagedAppDiagnosticStatus.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserManagedAppDiagnosticStatus.md @@ -15,6 +15,9 @@ title: Get-MgUserManagedAppDiagnosticStatus Gets diagnostics validation status for a given user. +> [!NOTE] +> To view the beta release of this cmdlet, view [Get-MgBetaUserManagedAppDiagnosticStatus](/powershell/module/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedAppDiagnosticStatus?view=graph-powershell-beta) + ## SYNTAX ### Get (Default) diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserManagedAppPolicy.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserManagedAppPolicy.md index 0c2f4eabf2f9..401898ffa5eb 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserManagedAppPolicy.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserManagedAppPolicy.md @@ -15,6 +15,9 @@ title: Get-MgUserManagedAppPolicy Gets app restrictions for a given user. +> [!NOTE] +> To view the beta release of this cmdlet, view [Get-MgBetaUserManagedAppPolicy](/powershell/module/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedAppPolicy?view=graph-powershell-beta) + ## SYNTAX ### Get (Default) diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserManagedDeviceWithAppFailure.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserManagedDeviceWithAppFailure.md index ff12335bcb9b..9f795416edb7 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserManagedDeviceWithAppFailure.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserManagedDeviceWithAppFailure.md @@ -15,6 +15,9 @@ title: Get-MgUserManagedDeviceWithAppFailure Retrieves the list of devices with failed apps +> [!NOTE] +> To view the beta release of this cmdlet, view [Get-MgBetaUserManagedDeviceWithAppFailure](/powershell/module/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedDeviceWithAppFailure?view=graph-powershell-beta) + ## SYNTAX ### Get (Default) diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Invoke-MgViewUserReminder.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Invoke-MgViewUserReminder.md index 1a020343b60e..98e16e310f37 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Invoke-MgViewUserReminder.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Invoke-MgViewUserReminder.md @@ -15,6 +15,9 @@ title: Invoke-MgViewUserReminder Invoke function reminderView +> [!NOTE] +> To view the beta release of this cmdlet, view [Invoke-MgBetaViewUserReminder](/powershell/module/Microsoft.Graph.Beta.Users.Functions/Invoke-MgBetaViewUserReminder?view=graph-powershell-beta) + ## SYNTAX ### View (Default) From 465773e5901ec82eda4afad0027e71fbd70ca616 Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Fri, 11 Sep 2026 05:54:57 +0000 Subject: [PATCH 5/8] Repaired examples and descriptions --- .../Get-MgUserDelta.md | 25 +++++++++++++++---- .../Get-MgUserManagedAppDiagnosticStatus.md | 7 +++++- .../Get-MgUserManagedAppPolicy.md | 7 +++++- .../Get-MgUserManagedDeviceWithAppFailure.md | 7 +++++- 4 files changed, 38 insertions(+), 8 deletions(-) diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserDelta.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserDelta.md index f670fa0b89ef..06f2fdfc7072 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserDelta.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserDelta.md @@ -51,24 +51,39 @@ For more information, see Use delta query to track changes in Microsoft Graph da | Application | User.Read.All, AgentIdUser.ReadWrite.All, AgentIdUser.ReadWrite.IdentityParentedBy, Directory.Read.All, Directory.ReadWrite.All, User.ReadWrite.All, | ## EXAMPLES +### Example 1: Default properties -### EXAMPLE 1 +```powershell Import-Module Microsoft.Graph.Users.Functions Get-MgUserDelta -### EXAMPLE 2 +``` +This example will default properties + +### Example 2: Selecting three properties + +```powershell Import-Module Microsoft.Graph.Users.Functions -Get-MgUserDelta -Property "displayName,jobTitle,mobilePhone" +Get-MgUserDelta -Property "displayName,jobTitle,mobilePhone" + +``` +This example shows selecting three properties -### EXAMPLE 3 +### Example 3: Alternative minimal response behavior + +```powershell Import-Module Microsoft.Graph.Users.Functions -Get-MgUserDelta -Property "displayName,jobTitle,mobilePhone" +Get-MgUserDelta -Property "displayName,jobTitle,mobilePhone" + +``` +This example will alternative minimal response behavior + ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserManagedAppDiagnosticStatus.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserManagedAppDiagnosticStatus.md index b37578cf9fd1..6862a79aee4a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserManagedAppDiagnosticStatus.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserManagedAppDiagnosticStatus.md @@ -57,13 +57,18 @@ Gets diagnostics validation status for a given user. | Application | DeviceManagementApps.Read.All, DeviceManagementApps.ReadWrite.All, | ## EXAMPLES +### Example 1: Code snippet -### EXAMPLE 1 +```powershell Import-Module Microsoft.Graph.Users.Functions Get-MgUserManagedAppDiagnosticStatus -UserId $userId +``` +This example shows how to use the Get-MgUserManagedAppDiagnosticStatus Cmdlet. + + ## PARAMETERS ### -Break diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserManagedAppPolicy.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserManagedAppPolicy.md index 401898ffa5eb..c1302aba9fc8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserManagedAppPolicy.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserManagedAppPolicy.md @@ -59,13 +59,18 @@ Gets app restrictions for a given user. | Application | DeviceManagementApps.Read.All, DeviceManagementApps.ReadWrite.All, | ## EXAMPLES +### Example 1: Code snippet -### EXAMPLE 1 +```powershell Import-Module Microsoft.Graph.Users.Functions Get-MgUserManagedAppPolicy -UserId $userId +``` +This example shows how to use the Get-MgUserManagedAppPolicy Cmdlet. + + ## PARAMETERS ### -Break diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserManagedDeviceWithAppFailure.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserManagedDeviceWithAppFailure.md index 9f795416edb7..0ff14cd107af 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserManagedDeviceWithAppFailure.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserManagedDeviceWithAppFailure.md @@ -58,13 +58,18 @@ Retrieves the list of devices with failed apps | Application | DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | ## EXAMPLES +### Example 1: Code snippet -### EXAMPLE 1 +```powershell Import-Module Microsoft.Graph.Users.Functions Get-MgUserManagedDeviceWithAppFailure -UserId $userId +``` +This example shows how to use the Get-MgUserManagedDeviceWithAppFailure Cmdlet. + + ## PARAMETERS ### -Break From 780dd4261a95641e3430cf6a3fc8e429ff527894 Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Fri, 11 Sep 2026 05:55:00 +0000 Subject: [PATCH 6/8] Remove boiler plate code injected by Autorest --- .../Export-MgUserDeviceAndAppManagementData.md | 11 +---------- .../Invoke-MgViewUserReminder.md | 15 +-------------- 2 files changed, 2 insertions(+), 24 deletions(-) diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Export-MgUserDeviceAndAppManagementData.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Export-MgUserDeviceAndAppManagementData.md index 9307cdc0e7d2..38902fc8ebe8 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Export-MgUserDeviceAndAppManagementData.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Export-MgUserDeviceAndAppManagementData.md @@ -73,16 +73,6 @@ Invoke function exportDeviceAndAppManagementData | Delegated (personal Microsoft account) | Not supported | | Application | DeviceManagementServiceConfig.Read.All, DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementServiceConfig.ReadWrite.All, | -## EXAMPLES - -### EXAMPLE 1 - -{{ Add code here }} - -### EXAMPLE 2 - -{{ Add code here }} - ## PARAMETERS ### -Break @@ -455,5 +445,6 @@ INPUTOBJECT ``: Identity Parameter + diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Invoke-MgViewUserReminder.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Invoke-MgViewUserReminder.md index 98e16e310f37..49a2d96238a0 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Invoke-MgViewUserReminder.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Invoke-MgViewUserReminder.md @@ -49,20 +49,6 @@ This cmdlet has the following aliases, Invoke function reminderView -## EXAMPLES - -### EXAMPLE 1 - -{{ Add code here }} - -{{ Add output here }} - -### EXAMPLE 2 - -{{ Add code here }} - -{{ Add output here }} - ## PARAMETERS ### -Break @@ -487,5 +473,6 @@ INPUTOBJECT ``: Identity Parameter + From 6743f8ac816b271e263849c90b8ca16e5732e33c Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Fri, 11 Sep 2026 05:55:17 +0000 Subject: [PATCH 7/8] Corrected related link to conform to the new platyps rules --- .../Export-MgUserDeviceAndAppManagementData.md | 2 +- .../Microsoft.Graph.Users.Functions/Get-MgUserDelta.md | 4 ++-- .../Get-MgUserManagedAppDiagnosticStatus.md | 2 +- .../Get-MgUserManagedAppPolicy.md | 2 +- .../Get-MgUserManagedDeviceWithAppFailure.md | 2 +- .../Invoke-MgViewUserReminder.md | 4 ++-- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Export-MgUserDeviceAndAppManagementData.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Export-MgUserDeviceAndAppManagementData.md index 38902fc8ebe8..1ae45351d057 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Export-MgUserDeviceAndAppManagementData.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Export-MgUserDeviceAndAppManagementData.md @@ -424,7 +424,7 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS -- [](https://learn.microsoft.com/powershell/module/microsoft.graph.users.functions/export-mguserdeviceandappmanagementdata) +- [Export-MgUserDeviceAndAppManagementData](https://learn.microsoft.com/powershell/module/microsoft.graph.users.functions/export-mguserdeviceandappmanagementdata) diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserDelta.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserDelta.md index 06f2fdfc7072..84cc2626d22f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserDelta.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserDelta.md @@ -495,8 +495,8 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## RELATED LINKS -- [](https://learn.microsoft.com/powershell/module/microsoft.graph.users.functions/get-mguserdelta) -- [](https://learn.microsoft.com/graph/api/user-delta?view=graph-rest-1.0) +- [Get-MgUserDelta](https://learn.microsoft.com/powershell/module/microsoft.graph.users.functions/get-mguserdelta) +- [Graph API Reference](https://learn.microsoft.com/graph/api/user-delta?view=graph-rest-1.0) diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserManagedAppDiagnosticStatus.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserManagedAppDiagnosticStatus.md index 6862a79aee4a..79866678d4b4 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserManagedAppDiagnosticStatus.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserManagedAppDiagnosticStatus.md @@ -429,7 +429,7 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS -- [](https://learn.microsoft.com/powershell/module/microsoft.graph.users.functions/get-mgusermanagedappdiagnosticstatus) +- [Get-MgUserManagedAppDiagnosticStatus](https://learn.microsoft.com/powershell/module/microsoft.graph.users.functions/get-mgusermanagedappdiagnosticstatus) diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserManagedAppPolicy.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserManagedAppPolicy.md index c1302aba9fc8..63a010ec654a 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserManagedAppPolicy.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserManagedAppPolicy.md @@ -497,7 +497,7 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS -- [](https://learn.microsoft.com/powershell/module/microsoft.graph.users.functions/get-mgusermanagedapppolicy) +- [Get-MgUserManagedAppPolicy](https://learn.microsoft.com/powershell/module/microsoft.graph.users.functions/get-mgusermanagedapppolicy) diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserManagedDeviceWithAppFailure.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserManagedDeviceWithAppFailure.md index 0ff14cd107af..0981828dccc9 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserManagedDeviceWithAppFailure.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserManagedDeviceWithAppFailure.md @@ -430,7 +430,7 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS -- [](https://learn.microsoft.com/powershell/module/microsoft.graph.users.functions/get-mgusermanageddevicewithappfailure) +- [Get-MgUserManagedDeviceWithAppFailure](https://learn.microsoft.com/powershell/module/microsoft.graph.users.functions/get-mgusermanageddevicewithappfailure) diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Invoke-MgViewUserReminder.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Invoke-MgViewUserReminder.md index 49a2d96238a0..24de88d53faa 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Invoke-MgViewUserReminder.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Invoke-MgViewUserReminder.md @@ -451,8 +451,8 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS -- [](https://learn.microsoft.com/powershell/module/microsoft.graph.users.functions/invoke-mgviewuserreminder) -- [](https://learn.microsoft.com/graph/api/user-reminderview?view=graph-rest-1.0) +- [Invoke-MgViewUserReminder](https://learn.microsoft.com/powershell/module/microsoft.graph.users.functions/invoke-mgviewuserreminder) +- [Graph API Reference](https://learn.microsoft.com/graph/api/user-reminderview?view=graph-rest-1.0) From 0666114af3ad625713abbd2d262976e6d4ce4d91 Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Fri, 11 Sep 2026 05:55:27 +0000 Subject: [PATCH 8/8] Updating reference docs for Users.Functions (v1.0) --- .../Export-MgUserDeviceAndAppManagementData.md | 2 +- .../Microsoft.Graph.Users.Functions/Get-MgUserDelta.md | 2 +- .../Get-MgUserManagedAppDiagnosticStatus.md | 2 +- .../Get-MgUserManagedAppPolicy.md | 2 +- .../Get-MgUserManagedDeviceWithAppFailure.md | 2 +- .../Invoke-MgViewUserReminder.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Export-MgUserDeviceAndAppManagementData.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Export-MgUserDeviceAndAppManagementData.md index 1ae45351d057..baead659c35b 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Export-MgUserDeviceAndAppManagementData.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Export-MgUserDeviceAndAppManagementData.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Users.Functions-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.users.functions/export-mguserdeviceandappmanagementdata Locale: en-US Module Name: Microsoft.Graph.Users.Functions -ms.date: 09/11/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Export-MgUserDeviceAndAppManagementData --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserDelta.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserDelta.md index 84cc2626d22f..1871736e44d5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserDelta.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserDelta.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Users.Functions-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.users.functions/get-mguserdelta Locale: en-US Module Name: Microsoft.Graph.Users.Functions -ms.date: 09/11/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserDelta --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserManagedAppDiagnosticStatus.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserManagedAppDiagnosticStatus.md index 79866678d4b4..bdf7493b4933 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserManagedAppDiagnosticStatus.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserManagedAppDiagnosticStatus.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Users.Functions-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.users.functions/get-mgusermanagedappdiagnosticstatus Locale: en-US Module Name: Microsoft.Graph.Users.Functions -ms.date: 09/11/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserManagedAppDiagnosticStatus --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserManagedAppPolicy.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserManagedAppPolicy.md index 63a010ec654a..ab25397669e5 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserManagedAppPolicy.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserManagedAppPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Users.Functions-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.users.functions/get-mgusermanagedapppolicy Locale: en-US Module Name: Microsoft.Graph.Users.Functions -ms.date: 09/11/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserManagedAppPolicy --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserManagedDeviceWithAppFailure.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserManagedDeviceWithAppFailure.md index 0981828dccc9..041a3dbb75d1 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserManagedDeviceWithAppFailure.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Get-MgUserManagedDeviceWithAppFailure.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Users.Functions-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.users.functions/get-mgusermanageddevicewithappfailure Locale: en-US Module Name: Microsoft.Graph.Users.Functions -ms.date: 09/11/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgUserManagedDeviceWithAppFailure --- diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Invoke-MgViewUserReminder.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Invoke-MgViewUserReminder.md index 24de88d53faa..8688a084d46f 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Invoke-MgViewUserReminder.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users.Functions/Invoke-MgViewUserReminder.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Users.Functions-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.users.functions/invoke-mgviewuserreminder Locale: en-US Module Name: Microsoft.Graph.Users.Functions -ms.date: 09/11/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgViewUserReminder ---