From f31a69deab6d353f54fd6741f025b613b00de8c1 Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Fri, 7 Aug 2026 08:50:23 +0000 Subject: [PATCH 1/7] 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 a5833014dea4..6f4ff9fcbd72 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/01/2026 +ms.date: 08/07/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 e7d09a1cea4f..7f2c226ebe43 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/01/2026 +ms.date: 08/07/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 1bf059a0437c..2857c412c395 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/01/2026 +ms.date: 08/07/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 43509ef30f00..6de79476cb25 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/01/2026 +ms.date: 08/07/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 048aa648702a..1a21dfa75b61 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/01/2026 +ms.date: 08/07/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 7daff061e07f..863f11b33fa4 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/01/2026 +ms.date: 08/07/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 a7810148cba1..63218efb7847 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: d7ae45b6-6d0e-4a33-ba37-6ae2593f5430 +Module Guid: 78ec6d37-a612-4bbf-b19b-c2aac775f615 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 de57f328d6f92840f81f52bb7554be2f3fde8a49 Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Fri, 7 Aug 2026 08:50:27 +0000 Subject: [PATCH 2/7] 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 6f4ff9fcbd72..242701a73fc6 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 7f2c226ebe43..b07d6e065bbb 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 2857c412c395..c63a61d3dd7c 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 6de79476cb25..b612b7e77399 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 1a21dfa75b61..7febb6bba03c 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 863f11b33fa4..55197b51ba38 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 63218efb7847..f652681ff8a1 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 d531211179d32ed9d9eb2316122b7b2ece587184 Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Fri, 7 Aug 2026 09:03:06 +0000 Subject: [PATCH 3/7] 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 242701a73fc6..f7b3db94bf28 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 b07d6e065bbb..cbab17269d4c 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 c63a61d3dd7c..7593bfeccc42 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 b612b7e77399..dc74cf5b881d 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 7febb6bba03c..5de2cf0d88f0 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 f6572bf134e848bcfbd6d56f5c30381d5b0d1c7f Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Fri, 7 Aug 2026 09:03:14 +0000 Subject: [PATCH 4/7] 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 f7b3db94bf28..3e4964e8b711 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 cbab17269d4c..a81b257a4e6d 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 7593bfeccc42..ce368d9ca92d 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 dc74cf5b881d..ba0769c6febb 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 5de2cf0d88f0..5b32f50e9629 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 55197b51ba38..9211f6c03967 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 de51a82f653e2117089916d99c6b75f0121dd279 Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Fri, 7 Aug 2026 09:03:20 +0000 Subject: [PATCH 5/7] 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 a81b257a4e6d..cc50826ba8b9 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 ce368d9ca92d..a8b627587afd 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 ba0769c6febb..e077d92d36bb 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 5b32f50e9629..b29d95b55047 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 246422936afb9362dec0c6fcd979d7ae2ecb5095 Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Fri, 7 Aug 2026 09:03:23 +0000 Subject: [PATCH 6/7] 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 3e4964e8b711..cf0877fe9cee 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 9211f6c03967..6c35ca9494e6 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 af5925fcb080d03c377ce99a960f6d57a5501d6d Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Fri, 7 Aug 2026 09:03:39 +0000 Subject: [PATCH 7/7] 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 cf0877fe9cee..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 @@ -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 cc50826ba8b9..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 @@ -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 a8b627587afd..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 @@ -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 e077d92d36bb..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 @@ -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 b29d95b55047..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 @@ -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 6c35ca9494e6..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 @@ -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)