From 9949a92b4af538f240efd573e01beb6032fb901d Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Sat, 1 Aug 2026 03:25:35 +0000 Subject: [PATCH 1/7] Updated markdown help --- ...Export-MgUserDeviceAndAppManagementData.md | 54 +++++---------- .../Get-MgUserDelta.md | 66 +++---------------- .../Get-MgUserManagedAppDiagnosticStatus.md | 50 ++------------ .../Get-MgUserManagedAppPolicy.md | 50 ++------------ .../Get-MgUserManagedDeviceWithAppFailure.md | 50 ++------------ .../Invoke-MgViewUserReminder.md | 52 ++++++--------- .../Microsoft.Graph.Users.Functions.md | 21 +----- 7 files changed, 63 insertions(+), 280 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 0cd7c442de49e..c442a1cc9a743 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: 06/05/2026 +ms.date: 08/01/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) @@ -26,7 +23,7 @@ Invoke function exportDeviceAndAppManagementData Export-MgUserDeviceAndAppManagementData -UserId -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### Export1 @@ -35,7 +32,7 @@ Export-MgUserDeviceAndAppManagementData -UserId -OutFile Export-MgUserDeviceAndAppManagementData -UserId -Skip -Top -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### ExportViaIdentity1 @@ -44,7 +41,7 @@ Export-MgUserDeviceAndAppManagementData -UserId -Skip -Top Export-MgUserDeviceAndAppManagementData -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### ExportViaIdentity @@ -53,7 +50,7 @@ Export-MgUserDeviceAndAppManagementData -InputObject - Export-MgUserDeviceAndAppManagementData -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -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, DeviceManagementServiceConfig.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementConfiguration.Read.All, | -| Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementServiceConfig.Read.All, DeviceManagementServiceConfig.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementConfiguration.Read.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 d84ded095a428..3b466729a32d1 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: 06/05/2026 +ms.date: 08/01/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) @@ -29,7 +26,7 @@ Get-MgUserDelta [-ExpandProperty ] [-Filter ] [-Property ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ## ALIASES @@ -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, User.ReadWrite.All, Directory.ReadWrite.All, Directory.Read.All, AgentIdUser.ReadWrite.IdentityParentedBy, AgentIdUser.ReadWrite.All, | -| Delegated (personal Microsoft account) | Not supported | -| Application | User.Read.All, User.ReadWrite.All, Directory.ReadWrite.All, Directory.Read.All, AgentIdUser.ReadWrite.IdentityParentedBy, AgentIdUser.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 f2d93d3f953b0..559070414fa84 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: 06/05/2026 +ms.date: 08/01/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) @@ -26,7 +23,7 @@ Gets diagnostics validation status for a given user. Get-MgUserManagedAppDiagnosticStatus -UserId [-Count] [-Filter ] [-Search ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +33,7 @@ Get-MgUserManagedAppDiagnosticStatus -InputObject [-Co [-Filter ] [-Search ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -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 2c6dfdacdf686..10efae0e04f4f 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: 06/05/2026 +ms.date: 08/01/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) @@ -27,7 +24,7 @@ Get-MgUserManagedAppPolicy -UserId [-Count] [-ExpandProperty [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -38,7 +35,7 @@ Get-MgUserManagedAppPolicy -InputObject [-Count] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -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 6a7df046e8b58..e8fd1cf5bb87f 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: 06/05/2026 +ms.date: 08/01/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) @@ -27,7 +24,7 @@ Get-MgUserManagedDeviceWithAppFailure -UserId [-Count] [-Filter ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +34,7 @@ Get-MgUserManagedDeviceWithAppFailure -InputObject [-C [-Filter ] [-Search ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -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 c446d1d23f31c..04394b06bc45b 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: 06/05/2026 +ms.date: 08/01/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) @@ -27,7 +24,7 @@ Invoke-MgViewUserReminder -EndDateTime -StartDateTime -UserId [-Filter ] [-Search ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### ViewViaIdentity @@ -37,7 +34,7 @@ Invoke-MgViewUserReminder -InputObject [-Count] [-Filt [-Search ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -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 c432a33c5b5b1..cd23cf7e9b497 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: 8e3fc594-20ac-45fe-9e31-415934143057 +Module Guid: d7ae45b6-6d0e-4a33-ba37-6ae2593f5430 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 1fb320e6ca5b7b2a32ded0ae6b93a5cfb087a7b5 Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Sat, 1 Aug 2026 03:25:40 +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 c442a1cc9a743..7396da6be3187 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 3b466729a32d1..065d21c0022aa 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 559070414fa84..315acad2b36db 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 10efae0e04f4f..95396318b61da 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 e8fd1cf5bb87f..96a2f7bb1e4a6 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 04394b06bc45b..11e4f085a4364 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 cd23cf7e9b497..a7810148cba19 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 f2146cecf2e293389800fbd04dbee708256fbbf2 Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Sat, 1 Aug 2026 03:38:20 +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 7396da6be3187..d87e2b043487e 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 065d21c0022aa..02b1793766f8b 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 315acad2b36db..98fb050d99ab3 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 95396318b61da..883aa594208f5 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 96a2f7bb1e4a6..5037c91f3afe6 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 cb0810711d25e1ee5a744ed1c9a127b5c563ecd8 Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Sat, 1 Aug 2026 03:38:29 +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 d87e2b043487e..d04a2bcf25a78 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 02b1793766f8b..197abf87a1025 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 98fb050d99ab3..36b99f1e12a94 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 883aa594208f5..485fae186fd7a 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 5037c91f3afe6..6e3d159cdb7bc 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 11e4f085a4364..5f6106a0d4b38 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 052ad67cdeb90bbe6b47a4562d33f0b9a3b22a9e Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Sat, 1 Aug 2026 03:38:34 +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 197abf87a1025..50ef54ddf2593 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 36b99f1e12a94..f27e2dbef2ce7 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 485fae186fd7a..80558ea39c19d 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 6e3d159cdb7bc..c6373152cbf24 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 7934cdd04a3270e670528872645ec80e7ce12bf6 Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Sat, 1 Aug 2026 03:38:38 +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 d04a2bcf25a78..cea2e0c334590 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 5f6106a0d4b38..1a2a22f707522 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 ee14dfa7d29c06255cad9334790cfd15fecb4b22 Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Sat, 1 Aug 2026 03:38:54 +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 cea2e0c334590..a5833014dea4c 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 50ef54ddf2593..e7d09a1cea4fb 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 f27e2dbef2ce7..1bf059a0437c5 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 80558ea39c19d..43509ef30f005 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 c6373152cbf24..048aa648702a2 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 1a2a22f707522..7daff061e07f1 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)