From ccbca598b27df4c055bc978e5b3d707113ec1d7d Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Sat, 1 Aug 2026 04:18:38 +0000 Subject: [PATCH 1/7] Updated markdown help --- ...rt-MgBetaUserDeviceAndAppManagementData.md | 54 +++++---------- .../Find-MgBetaUserRoom.md | 51 +++++--------- .../Find-MgBetaUserRoomList.md | 53 +++------------ .../Get-MgBetaUserDelta.md | 66 +++---------------- ...rEffectiveDeviceEnrollmentConfiguration.md | 43 +++++------- .../Get-MgBetaUserLoggedOnManagedDevice.md | 43 +++++------- .../Get-MgBetaUserManagedAppBlockedUser.md | 43 ++++-------- ...et-MgBetaUserManagedAppDiagnosticStatus.md | 50 ++++---------- .../Get-MgBetaUserManagedAppPolicy.md | 50 ++++---------- ...t-MgBetaUserManagedDeviceWithAppFailure.md | 50 ++++---------- ...erManagedDeviceWithAppInstallationIssue.md | 43 +++++------- ...et-MgBetaUserManagedDeviceWithFailedApp.md | 47 ++++--------- .../Invoke-MgBetaPendingUserApp.md | 47 ++++--------- .../Invoke-MgBetaViewUserReminder.md | 52 ++++++--------- .../Microsoft.Graph.Beta.Users.Functions.md | 21 +----- .../Test-MgBetaUserManagedAppUserBlocked.md | 47 ++++--------- 16 files changed, 203 insertions(+), 557 deletions(-) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Export-MgBetaUserDeviceAndAppManagementData.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Export-MgBetaUserDeviceAndAppManagementData.md index ec5807a3e0c09..62e40d650a344 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Export-MgBetaUserDeviceAndAppManagementData.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Export-MgBetaUserDeviceAndAppManagementData.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Users.Functions-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.functions/export-mgbetauserdeviceandappmanagementdata Locale: en-US Module Name: Microsoft.Graph.Beta.Users.Functions -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Export-MgBetaUserDeviceAndAppManagementData --- @@ -15,9 +15,6 @@ title: Export-MgBetaUserDeviceAndAppManagementData Invoke function exportDeviceAndAppManagementData -> [!NOTE] -> To view the v1.0 release of this cmdlet, view [Export-MgUserDeviceAndAppManagementData](/powershell/module/Microsoft.Graph.Users.Functions/Export-MgUserDeviceAndAppManagementData?view=graph-powershell-1.0) - ## SYNTAX ### Export (Default) @@ -26,7 +23,7 @@ Invoke function exportDeviceAndAppManagementData Export-MgBetaUserDeviceAndAppManagementData -UserId -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### Export1 @@ -35,7 +32,7 @@ Export-MgBetaUserDeviceAndAppManagementData -UserId -OutFile Export-MgBetaUserDeviceAndAppManagementData -UserId -Skip -Top -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### ExportViaIdentity1 @@ -44,7 +41,7 @@ Export-MgBetaUserDeviceAndAppManagementData -UserId -Skip -Top -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### ExportViaIdentity @@ -53,7 +50,7 @@ Export-MgBetaUserDeviceAndAppManagementData -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}' [RoomList ]: Usage: RoomList='{RoomList}' [Skip ]: Usage: skip={skip} @@ -425,27 +424,4 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS -- [Export-MgBetaUserDeviceAndAppManagementData](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.functions/export-mgbetauserdeviceandappmanagementdata) - - - - - - - - - - - - - - - - - - - - - - - +- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.functions/export-mgbetauserdeviceandappmanagementdata) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Find-MgBetaUserRoom.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Find-MgBetaUserRoom.md index c66cab608146a..4c9b36ee99e87 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Find-MgBetaUserRoom.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Find-MgBetaUserRoom.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Users.Functions-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.functions/find-mgbetauserroom Locale: en-US Module Name: Microsoft.Graph.Beta.Users.Functions -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Find-MgBetaUserRoom --- @@ -23,7 +23,7 @@ Invoke function findRooms Find-MgBetaUserRoom -UserId [-Count] [-Filter ] [-Search ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### Find1 @@ -33,7 +33,7 @@ Find-MgBetaUserRoom -UserId -RoomList [-Count] [-Filter ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### FindViaIdentity1 @@ -43,7 +43,7 @@ Find-MgBetaUserRoom -InputObject [-Count] [-Filter ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### FindViaIdentity @@ -53,7 +53,7 @@ Find-MgBetaUserRoom -InputObject [-Count] [-Filter ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -65,13 +65,15 @@ This cmdlet has the following aliases, Invoke function findRooms -**Permissions** +## EXAMPLES -| Permission type | Permissions (from least to most privileged) | -| --------------- | ------------------------------------------ | -| Delegated (work or school account) | User.ReadBasic.All, User.Read.All, | -| Delegated (personal Microsoft account) | Not supported | -| Application | User.Read.All, User.ReadBasic.All, | +### EXAMPLE 1 + +{{ Add code here }} + +### EXAMPLE 2 + +{{ Add code here }} ## PARAMETERS @@ -456,7 +458,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}' [RoomList ]: Usage: RoomList='{RoomList}' [Skip ]: Usage: skip={skip} @@ -467,27 +469,4 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS -- [Find-MgBetaUserRoom](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.functions/find-mgbetauserroom) - - - - - - - - - - - - - - - - - - - - - - - +- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.functions/find-mgbetauserroom) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Find-MgBetaUserRoomList.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Find-MgBetaUserRoomList.md index a832064e6c9d0..0b0c195600e94 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Find-MgBetaUserRoomList.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Find-MgBetaUserRoomList.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Users.Functions-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.functions/find-mgbetauserroomlist Locale: en-US Module Name: Microsoft.Graph.Beta.Users.Functions -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Find-MgBetaUserRoomList --- @@ -15,7 +15,7 @@ title: Find-MgBetaUserRoomList Get the room lists defined in a tenant, as represented by their emailAddress objects. Tenants can organize meeting rooms into room lists. -In this API, each meeting room and room list is represented by an emailAddress instance.\rYou can get all the room lists in the tenant, get all the rooms in the tenant, or get all the rooms in a specific room list. +In this API, each meeting room and room list is represented by an emailAddress instance.\r\nYou can get all the room lists in the tenant, get all the rooms in the tenant, or get all the rooms in a specific room list. ## SYNTAX @@ -25,7 +25,7 @@ In this API, each meeting room and room list is represented by an emailAddress i Find-MgBetaUserRoomList -UserId [-Count] [-Filter ] [-Search ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### FindViaIdentity @@ -35,7 +35,7 @@ Find-MgBetaUserRoomList -InputObject [-Count] [-Filter [-Search ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -47,30 +47,17 @@ This cmdlet has the following aliases, Get the room lists defined in a tenant, as represented by their emailAddress objects. Tenants can organize meeting rooms into room lists. -In this API, each meeting room and room list is represented by an emailAddress instance.\rYou can get all the room lists in the tenant, get all the rooms in the tenant, or get all the rooms in a specific room list. - -**Permissions** - -| Permission type | Permissions (from least to most privileged) | -| --------------- | ------------------------------------------ | -| Delegated (work or school account) | User.ReadBasic.All, User.Read.All, | -| Delegated (personal Microsoft account) | Not supported | -| Application | User.Read.All, User.ReadBasic.All, | +In this API, each meeting room and room list is represented by an emailAddress instance.\r\nYou can get all the room lists in the tenant, get all the rooms in the tenant, or get all the rooms in a specific room list. ## EXAMPLES -### Example 1: Code snippet -```powershell +### EXAMPLE 1 Import-Module Microsoft.Graph.Beta.Users.Functions # A UPN can also be used as -UserId. Find-MgBetaUserRoomList -UserId $userId -``` -This example shows how to use the Find-MgBetaUserRoomList Cmdlet. - - ## PARAMETERS ### -Break @@ -421,7 +408,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}' [RoomList ]: Usage: RoomList='{RoomList}' [Skip ]: Usage: skip={skip} @@ -432,27 +419,5 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS -- [Find-MgBetaUserRoomList](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.functions/find-mgbetauserroomlist) -- [Graph API Reference](https://learn.microsoft.com/graph/api/user-findroomlists?view=graph-rest-beta) - - - - - - - - - - - - - - - - - - - - - - +- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.functions/find-mgbetauserroomlist) +- [](https://learn.microsoft.com/graph/api/user-findroomlists?view=graph-rest-beta) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserDelta.md index 51d65b387154b..d8a3b087f68c8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserDelta.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Users.Functions-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.functions/get-mgbetauserdelta Locale: en-US Module Name: Microsoft.Graph.Beta.Users.Functions -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserDelta --- @@ -16,9 +16,6 @@ title: Get-MgBetaUserDelta 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 v1.0 release of this cmdlet, view [Get-MgUserDelta](/powershell/module/Microsoft.Graph.Users.Functions/Get-MgUserDelta?view=graph-powershell-1.0) - ## SYNTAX ### Delta (Default) @@ -29,7 +26,7 @@ Get-MgBetaUserDelta [-ExpandProperty ] [-Filter ] [-Property < [-ResponseHeadersVariable ] [-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.Beta.Users.Functions Get-MgBetaUserDelta -``` -This example will default properties - -### Example 2: Selecting three properties - -```powershell +### EXAMPLE 2 Import-Module Microsoft.Graph.Beta.Users.Functions -Get-MgBetaUserDelta -Property "displayName,jobTitle,mobilePhone" - -``` -This example shows selecting three properties - -### Example 3: Alternative minimal response behavior +Get-MgBetaUserDelta -Property "displayName,jobTitle,mobilePhone" -```powershell +### EXAMPLE 3 Import-Module Microsoft.Graph.Beta.Users.Functions -Get-MgBetaUserDelta -Property "displayName,jobTitle,mobilePhone" - -``` -This example will alternative minimal response behavior - +Get-MgBetaUserDelta -Property "displayName,jobTitle,mobilePhone" ## PARAMETERS @@ -495,27 +469,5 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## RELATED LINKS -- [Get-MgBetaUserDelta](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.functions/get-mgbetauserdelta) -- [Graph API Reference](https://learn.microsoft.com/graph/api/user-delta?view=graph-rest-beta) - - - - - - - - - - - - - - - - - - - - - - +- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.functions/get-mgbetauserdelta) +- [](https://learn.microsoft.com/graph/api/user-delta?view=graph-rest-beta) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserEffectiveDeviceEnrollmentConfiguration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserEffectiveDeviceEnrollmentConfiguration.md index 4f157b380d0c9..2c3b21d2b91be 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserEffectiveDeviceEnrollmentConfiguration.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserEffectiveDeviceEnrollmentConfiguration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Users.Functions-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.functions/get-mgbetausereffectivedeviceenrollmentconfiguration Locale: en-US Module Name: Microsoft.Graph.Beta.Users.Functions -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserEffectiveDeviceEnrollmentConfiguration --- @@ -25,7 +25,7 @@ Get-MgBetaUserEffectiveDeviceEnrollmentConfiguration -UserId [-Count] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaUserEffectiveDeviceEnrollmentConfiguration -InputObject ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -48,6 +48,16 @@ This cmdlet has the following aliases, Invoke function getEffectiveDeviceEnrollmentConfigurations +## EXAMPLES + +### EXAMPLE 1 + +{{ Add code here }} + +### EXAMPLE 2 + +{{ Add code here }} + ## PARAMETERS ### -Break @@ -464,7 +474,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}' [RoomList ]: Usage: RoomList='{RoomList}' [Skip ]: Usage: skip={skip} @@ -475,27 +485,4 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS -- [Get-MgBetaUserEffectiveDeviceEnrollmentConfiguration](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.functions/get-mgbetausereffectivedeviceenrollmentconfiguration) - - - - - - - - - - - - - - - - - - - - - - - +- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.functions/get-mgbetausereffectivedeviceenrollmentconfiguration) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserLoggedOnManagedDevice.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserLoggedOnManagedDevice.md index d6fb241ae666f..5077d4a0646fa 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserLoggedOnManagedDevice.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserLoggedOnManagedDevice.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Users.Functions-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.functions/get-mgbetauserloggedonmanageddevice Locale: en-US Module Name: Microsoft.Graph.Beta.Users.Functions -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserLoggedOnManagedDevice --- @@ -24,7 +24,7 @@ Get-MgBetaUserLoggedOnManagedDevice -UserId [-Count] [-ExpandProperty < [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaUserLoggedOnManagedDevice -InputObject [-Cou [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -47,6 +47,16 @@ This cmdlet has the following aliases, Invoke function getLoggedOnManagedDevices +## EXAMPLES + +### EXAMPLE 1 + +{{ Add code here }} + +### EXAMPLE 2 + +{{ Add code here }} + ## PARAMETERS ### -Break @@ -463,7 +473,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}' [RoomList ]: Usage: RoomList='{RoomList}' [Skip ]: Usage: skip={skip} @@ -474,27 +484,4 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS -- [Get-MgBetaUserLoggedOnManagedDevice](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.functions/get-mgbetauserloggedonmanageddevice) - - - - - - - - - - - - - - - - - - - - - - - +- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.functions/get-mgbetauserloggedonmanageddevice) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedAppBlockedUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedAppBlockedUser.md index 7909dab1aad8a..b8230a771c7af 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedAppBlockedUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedAppBlockedUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Users.Functions-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.functions/get-mgbetausermanagedappblockeduser Locale: en-US Module Name: Microsoft.Graph.Beta.Users.Functions -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserManagedAppBlockedUser --- @@ -23,7 +23,7 @@ Invoke function getManagedAppBlockedUsers Get-MgBetaUserManagedAppBlockedUser [-Count] [-Filter ] [-Search ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -35,13 +35,15 @@ This cmdlet has the following aliases, Invoke function getManagedAppBlockedUsers -**Permissions** +## EXAMPLES -| Permission type | Permissions (from least to most privileged) | -| --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementApps.ReadWrite.All, DeviceManagementApps.Read.All, | -| Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementApps.ReadWrite.All, DeviceManagementApps.Read.All, | +### EXAMPLE 1 + +{{ Add code here }} + +### EXAMPLE 2 + +{{ Add code here }} ## PARAMETERS @@ -343,27 +345,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## RELATED LINKS -- [Get-MgBetaUserManagedAppBlockedUser](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.functions/get-mgbetausermanagedappblockeduser) - - - - - - - - - - - - - - - - - - - - - - - +- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.functions/get-mgbetausermanagedappblockeduser) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedAppDiagnosticStatus.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedAppDiagnosticStatus.md index 9e2506c08bcb3..0928d0bb42781 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedAppDiagnosticStatus.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedAppDiagnosticStatus.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Users.Functions-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.functions/get-mgbetausermanagedappdiagnosticstatus Locale: en-US Module Name: Microsoft.Graph.Beta.Users.Functions -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserManagedAppDiagnosticStatus --- @@ -15,9 +15,6 @@ title: Get-MgBetaUserManagedAppDiagnosticStatus Gets diagnostics validation status for a given user. -> [!NOTE] -> To view the v1.0 release of this cmdlet, view [Get-MgUserManagedAppDiagnosticStatus](/powershell/module/Microsoft.Graph.Users.Functions/Get-MgUserManagedAppDiagnosticStatus?view=graph-powershell-1.0) - ## SYNTAX ### Get (Default) @@ -27,7 +24,7 @@ Get-MgBetaUserManagedAppDiagnosticStatus -UserId [-Count] [-Filter ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +34,7 @@ Get-MgBetaUserManagedAppDiagnosticStatus -InputObject [-Filter ] [-Search ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -49,13 +46,15 @@ This cmdlet has the following aliases, Gets diagnostics validation status for a given user. -**Permissions** +## EXAMPLES + +### EXAMPLE 1 + +{{ Add code here }} + +### EXAMPLE 2 -| 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, | +{{ Add code here }} ## PARAMETERS @@ -407,7 +406,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}' [RoomList ]: Usage: RoomList='{RoomList}' [Skip ]: Usage: skip={skip} @@ -418,27 +417,4 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS -- [Get-MgBetaUserManagedAppDiagnosticStatus](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.functions/get-mgbetausermanagedappdiagnosticstatus) - - - - - - - - - - - - - - - - - - - - - - - +- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.functions/get-mgbetausermanagedappdiagnosticstatus) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedAppPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedAppPolicy.md index 75624c07232d2..7756271a779b1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedAppPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedAppPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Users.Functions-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.functions/get-mgbetausermanagedapppolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Users.Functions -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserManagedAppPolicy --- @@ -15,9 +15,6 @@ title: Get-MgBetaUserManagedAppPolicy Gets app restrictions for a given user. -> [!NOTE] -> To view the v1.0 release of this cmdlet, view [Get-MgUserManagedAppPolicy](/powershell/module/Microsoft.Graph.Users.Functions/Get-MgUserManagedAppPolicy?view=graph-powershell-1.0) - ## SYNTAX ### Get (Default) @@ -27,7 +24,7 @@ Get-MgBetaUserManagedAppPolicy -UserId [-Count] [-ExpandProperty ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -38,7 +35,7 @@ Get-MgBetaUserManagedAppPolicy -InputObject [-Count] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -50,13 +47,15 @@ This cmdlet has the following aliases, Gets app restrictions for a given user. -**Permissions** +## EXAMPLES + +### EXAMPLE 1 + +{{ Add code here }} + +### EXAMPLE 2 -| 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, | +{{ Add code here }} ## PARAMETERS @@ -474,7 +473,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}' [RoomList ]: Usage: RoomList='{RoomList}' [Skip ]: Usage: skip={skip} @@ -485,27 +484,4 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS -- [Get-MgBetaUserManagedAppPolicy](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.functions/get-mgbetausermanagedapppolicy) - - - - - - - - - - - - - - - - - - - - - - - +- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.functions/get-mgbetausermanagedapppolicy) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedDeviceWithAppFailure.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedDeviceWithAppFailure.md index f7bc59f16d0f0..246c2f793e41e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedDeviceWithAppFailure.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedDeviceWithAppFailure.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Users.Functions-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.functions/get-mgbetausermanageddevicewithappfailure Locale: en-US Module Name: Microsoft.Graph.Beta.Users.Functions -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserManagedDeviceWithAppFailure --- @@ -15,9 +15,6 @@ title: Get-MgBetaUserManagedDeviceWithAppFailure Retrieves the list of devices with failed apps -> [!NOTE] -> To view the v1.0 release of this cmdlet, view [Get-MgUserManagedDeviceWithAppFailure](/powershell/module/Microsoft.Graph.Users.Functions/Get-MgUserManagedDeviceWithAppFailure?view=graph-powershell-1.0) - ## SYNTAX ### Get (Default) @@ -27,7 +24,7 @@ Get-MgBetaUserManagedDeviceWithAppFailure -UserId [-Count] [-Filter ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +34,7 @@ Get-MgBetaUserManagedDeviceWithAppFailure -InputObject [-Filter ] [-Search ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -49,13 +46,15 @@ This cmdlet has the following aliases, Retrieves the list of devices with failed apps -**Permissions** +## EXAMPLES + +### EXAMPLE 1 + +{{ Add code here }} + +### EXAMPLE 2 -| 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, | +{{ Add code here }} ## PARAMETERS @@ -407,7 +406,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}' [RoomList ]: Usage: RoomList='{RoomList}' [Skip ]: Usage: skip={skip} @@ -418,27 +417,4 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS -- [Get-MgBetaUserManagedDeviceWithAppFailure](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.functions/get-mgbetausermanageddevicewithappfailure) - - - - - - - - - - - - - - - - - - - - - - - +- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.functions/get-mgbetausermanageddevicewithappfailure) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedDeviceWithAppInstallationIssue.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedDeviceWithAppInstallationIssue.md index 52a86ab27d1a2..68b206ed65910 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedDeviceWithAppInstallationIssue.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedDeviceWithAppInstallationIssue.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Users.Functions-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.functions/get-mgbetausermanageddevicewithappinstallationissue Locale: en-US Module Name: Microsoft.Graph.Beta.Users.Functions -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserManagedDeviceWithAppInstallationIssue --- @@ -24,7 +24,7 @@ Get-MgBetaUserManagedDeviceWithAppInstallationIssue -UserId [-Count] [- [-Search ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### RetrieveViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaUserManagedDeviceWithAppInstallationIssue -InputObject ] [-Search ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -46,6 +46,16 @@ This cmdlet has the following aliases, Retrieves the list of devices with failed or pending apps +## EXAMPLES + +### EXAMPLE 1 + +{{ Add code here }} + +### EXAMPLE 2 + +{{ Add code here }} + ## PARAMETERS ### -Break @@ -396,7 +406,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}' [RoomList ]: Usage: RoomList='{RoomList}' [Skip ]: Usage: skip={skip} @@ -407,27 +417,4 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS -- [Get-MgBetaUserManagedDeviceWithAppInstallationIssue](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.functions/get-mgbetausermanageddevicewithappinstallationissue) - - - - - - - - - - - - - - - - - - - - - - - +- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.functions/get-mgbetausermanageddevicewithappinstallationissue) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedDeviceWithFailedApp.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedDeviceWithFailedApp.md index c10fa901cad7e..990c370b85f88 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedDeviceWithFailedApp.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedDeviceWithFailedApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Users.Functions-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.functions/get-mgbetausermanageddevicewithfailedapp Locale: en-US Module Name: Microsoft.Graph.Beta.Users.Functions -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserManagedDeviceWithFailedApp --- @@ -24,7 +24,7 @@ Get-MgBetaUserManagedDeviceWithFailedApp -UserId [-Count] [-Filter ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaUserManagedDeviceWithFailedApp -InputObject [-Filter ] [-Search ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -46,13 +46,15 @@ This cmdlet has the following aliases, Retrieves the list of devices with failed or pending apps -**Permissions** +## EXAMPLES -| 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, | +### EXAMPLE 1 + +{{ Add code here }} + +### EXAMPLE 2 + +{{ Add code here }} ## PARAMETERS @@ -404,7 +406,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}' [RoomList ]: Usage: RoomList='{RoomList}' [Skip ]: Usage: skip={skip} @@ -415,27 +417,4 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS -- [Get-MgBetaUserManagedDeviceWithFailedApp](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.functions/get-mgbetausermanageddevicewithfailedapp) - - - - - - - - - - - - - - - - - - - - - - - +- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.functions/get-mgbetausermanageddevicewithfailedapp) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Invoke-MgBetaPendingUserApp.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Invoke-MgBetaPendingUserApp.md index d7ab47088b945..99c79867dbc4c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Invoke-MgBetaPendingUserApp.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Invoke-MgBetaPendingUserApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Users.Functions-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.functions/invoke-mgbetapendinguserapp Locale: en-US Module Name: Microsoft.Graph.Beta.Users.Functions -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaPendingUserApp --- @@ -23,7 +23,7 @@ Retrieves the list of devices with failed or pending apps Invoke-MgBetaPendingUserApp -UserId [-Count] [-Filter ] [-Search ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### PendingViaIdentity @@ -33,7 +33,7 @@ Invoke-MgBetaPendingUserApp -InputObject [-Count] [-Fi [-Search ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -45,13 +45,15 @@ This cmdlet has the following aliases, Retrieves the list of devices with failed or pending apps -**Permissions** +## EXAMPLES -| 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, | +### EXAMPLE 1 + +{{ Add code here }} + +### EXAMPLE 2 + +{{ Add code here }} ## PARAMETERS @@ -403,7 +405,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}' [RoomList ]: Usage: RoomList='{RoomList}' [Skip ]: Usage: skip={skip} @@ -414,27 +416,4 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS -- [Invoke-MgBetaPendingUserApp](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.functions/invoke-mgbetapendinguserapp) - - - - - - - - - - - - - - - - - - - - - - - +- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.functions/invoke-mgbetapendinguserapp) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Invoke-MgBetaViewUserReminder.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Invoke-MgBetaViewUserReminder.md index 370d77dd226b7..633733b7936ab 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Invoke-MgBetaViewUserReminder.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Invoke-MgBetaViewUserReminder.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Users.Functions-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.functions/invoke-mgbetaviewuserreminder Locale: en-US Module Name: Microsoft.Graph.Beta.Users.Functions -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaViewUserReminder --- @@ -15,9 +15,6 @@ title: Invoke-MgBetaViewUserReminder Return a list of event reminders in a user calendar within the specified start and end times. -> [!NOTE] -> To view the v1.0 release of this cmdlet, view [Invoke-MgViewUserReminder](/powershell/module/Microsoft.Graph.Users.Functions/Invoke-MgViewUserReminder?view=graph-powershell-1.0) - ## SYNTAX ### View (Default) @@ -27,7 +24,7 @@ Invoke-MgBetaViewUserReminder -EndDateTime -StartDateTime -Use [-Count] [-Filter ] [-Search ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### ViewViaIdentity @@ -37,7 +34,7 @@ Invoke-MgBetaViewUserReminder -InputObject [-Count] [- [-Search ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -49,6 +46,20 @@ This cmdlet has the following aliases, Return a list of event reminders in a user calendar within the specified start and end times. +## 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}' [RoomList ]: Usage: RoomList='{RoomList}' [Skip ]: Usage: skip={skip} @@ -452,28 +463,5 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS -- [Invoke-MgBetaViewUserReminder](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.functions/invoke-mgbetaviewuserreminder) -- [Graph API Reference](https://learn.microsoft.com/graph/api/user-reminderview?view=graph-rest-beta) - - - - - - - - - - - - - - - - - - - - - - - +- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.functions/invoke-mgbetaviewuserreminder) +- [](https://learn.microsoft.com/graph/api/user-reminderview?view=graph-rest-beta) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Microsoft.Graph.Beta.Users.Functions.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Microsoft.Graph.Beta.Users.Functions.md index cd5de5b56faec..b9b914dffdd13 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Microsoft.Graph.Beta.Users.Functions.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Microsoft.Graph.Beta.Users.Functions.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.Beta.Users.Functions -Module Guid: 7a8d9a31-d36e-4739-9df7-bbeb7cf688ca +Module Guid: e13366e1-0311-4787-86d4-7209d81b4e24 Download Help Link: https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.beta.users.functions/?view=graph-powershell-beta Help Version: 1.0.0.0 Locale: en-US @@ -41,22 +41,3 @@ Microsoft Graph PowerShell Cmdlets ### [Test-MgBetaUserManagedAppUserBlocked](Test-MgBetaUserManagedAppUserBlocked.md) - - - - - - - - - - - - - - - - - - - diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Test-MgBetaUserManagedAppUserBlocked.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Test-MgBetaUserManagedAppUserBlocked.md index cb58f4fe416c8..c99ff47f7d890 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Test-MgBetaUserManagedAppUserBlocked.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Test-MgBetaUserManagedAppUserBlocked.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Users.Functions-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.functions/test-mgbetausermanagedappuserblocked Locale: en-US Module Name: Microsoft.Graph.Beta.Users.Functions -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Test-MgBetaUserManagedAppUserBlocked --- @@ -23,7 +23,7 @@ Gets the blocked state of a managed app user. Test-MgBetaUserManagedAppUserBlocked -UserId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### IsViaIdentity @@ -32,7 +32,7 @@ Test-MgBetaUserManagedAppUserBlocked -UserId [-ResponseHeadersVariable Test-MgBetaUserManagedAppUserBlocked -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -44,13 +44,15 @@ This cmdlet has the following aliases, Gets the blocked state of a managed app user. -**Permissions** +## EXAMPLES -| Permission type | Permissions (from least to most privileged) | -| --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementApps.ReadWrite.All, DeviceManagementApps.Read.All, | -| Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementApps.ReadWrite.All, DeviceManagementApps.Read.All, | +### EXAMPLE 1 + +{{ Add code here }} + +### EXAMPLE 2 + +{{ Add code here }} ## PARAMETERS @@ -296,7 +298,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}' [RoomList ]: Usage: RoomList='{RoomList}' [Skip ]: Usage: skip={skip} @@ -307,27 +309,4 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS -- [Test-MgBetaUserManagedAppUserBlocked](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.functions/test-mgbetausermanagedappuserblocked) - - - - - - - - - - - - - - - - - - - - - - - +- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.functions/test-mgbetausermanagedappuserblocked) From 61b2d77f038d41523df1db4d77770fc4fe3deab8 Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Sat, 1 Aug 2026 04:18:43 +0000 Subject: [PATCH 2/7] Escaped disallowed html tags --- ...rt-MgBetaUserDeviceAndAppManagementData.md | 24 +++++++++++++++- .../Find-MgBetaUserRoom.md | 24 +++++++++++++++- .../Find-MgBetaUserRoomList.md | 28 +++++++++++++++++-- .../Get-MgBetaUserDelta.md | 22 +++++++++++++++ ...rEffectiveDeviceEnrollmentConfiguration.md | 24 +++++++++++++++- .../Get-MgBetaUserLoggedOnManagedDevice.md | 24 +++++++++++++++- .../Get-MgBetaUserManagedAppBlockedUser.md | 22 +++++++++++++++ ...et-MgBetaUserManagedAppDiagnosticStatus.md | 24 +++++++++++++++- .../Get-MgBetaUserManagedAppPolicy.md | 24 +++++++++++++++- ...t-MgBetaUserManagedDeviceWithAppFailure.md | 24 +++++++++++++++- ...erManagedDeviceWithAppInstallationIssue.md | 24 +++++++++++++++- ...et-MgBetaUserManagedDeviceWithFailedApp.md | 24 +++++++++++++++- .../Invoke-MgBetaPendingUserApp.md | 24 +++++++++++++++- .../Invoke-MgBetaViewUserReminder.md | 24 +++++++++++++++- .../Microsoft.Graph.Beta.Users.Functions.md | 19 +++++++++++++ .../Test-MgBetaUserManagedAppUserBlocked.md | 24 +++++++++++++++- 16 files changed, 364 insertions(+), 15 deletions(-) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Export-MgBetaUserDeviceAndAppManagementData.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Export-MgBetaUserDeviceAndAppManagementData.md index 62e40d650a344..fe5a57ead1573 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Export-MgBetaUserDeviceAndAppManagementData.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Export-MgBetaUserDeviceAndAppManagementData.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}' [RoomList ]: Usage: RoomList='{RoomList}' [Skip ]: Usage: skip={skip} @@ -425,3 +425,25 @@ INPUTOBJECT : Identity Parameter ## RELATED LINKS - [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.functions/export-mgbetauserdeviceandappmanagementdata) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Find-MgBetaUserRoom.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Find-MgBetaUserRoom.md index 4c9b36ee99e87..ecc39fe418c2b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Find-MgBetaUserRoom.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Find-MgBetaUserRoom.md @@ -458,7 +458,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}' [RoomList ]: Usage: RoomList='{RoomList}' [Skip ]: Usage: skip={skip} @@ -470,3 +470,25 @@ INPUTOBJECT : Identity Parameter ## RELATED LINKS - [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.functions/find-mgbetauserroom) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Find-MgBetaUserRoomList.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Find-MgBetaUserRoomList.md index 0b0c195600e94..7219d81a65d5d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Find-MgBetaUserRoomList.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Find-MgBetaUserRoomList.md @@ -15,7 +15,7 @@ title: Find-MgBetaUserRoomList Get the room lists defined in a tenant, as represented by their emailAddress objects. Tenants can organize meeting rooms into room lists. -In this API, each meeting room and room list is represented by an emailAddress instance.\r\nYou can get all the room lists in the tenant, get all the rooms in the tenant, or get all the rooms in a specific room list. +In this API, each meeting room and room list is represented by an emailAddress instance.\rYou can get all the room lists in the tenant, get all the rooms in the tenant, or get all the rooms in a specific room list. ## SYNTAX @@ -47,7 +47,7 @@ This cmdlet has the following aliases, Get the room lists defined in a tenant, as represented by their emailAddress objects. Tenants can organize meeting rooms into room lists. -In this API, each meeting room and room list is represented by an emailAddress instance.\r\nYou can get all the room lists in the tenant, get all the rooms in the tenant, or get all the rooms in a specific room list. +In this API, each meeting room and room list is represented by an emailAddress instance.\rYou can get all the room lists in the tenant, get all the rooms in the tenant, or get all the rooms in a specific room list. ## EXAMPLES @@ -408,7 +408,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}' [RoomList ]: Usage: RoomList='{RoomList}' [Skip ]: Usage: skip={skip} @@ -421,3 +421,25 @@ INPUTOBJECT : Identity Parameter - [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.functions/find-mgbetauserroomlist) - [](https://learn.microsoft.com/graph/api/user-findroomlists?view=graph-rest-beta) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserDelta.md index d8a3b087f68c8..86b6c9dcd263a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserDelta.md @@ -471,3 +471,25 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable - [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.functions/get-mgbetauserdelta) - [](https://learn.microsoft.com/graph/api/user-delta?view=graph-rest-beta) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserEffectiveDeviceEnrollmentConfiguration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserEffectiveDeviceEnrollmentConfiguration.md index 2c3b21d2b91be..fcb075099fdb3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserEffectiveDeviceEnrollmentConfiguration.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserEffectiveDeviceEnrollmentConfiguration.md @@ -474,7 +474,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}' [RoomList ]: Usage: RoomList='{RoomList}' [Skip ]: Usage: skip={skip} @@ -486,3 +486,25 @@ INPUTOBJECT : Identity Parameter ## RELATED LINKS - [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.functions/get-mgbetausereffectivedeviceenrollmentconfiguration) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserLoggedOnManagedDevice.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserLoggedOnManagedDevice.md index 5077d4a0646fa..8120f9e59a2f7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserLoggedOnManagedDevice.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserLoggedOnManagedDevice.md @@ -473,7 +473,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}' [RoomList ]: Usage: RoomList='{RoomList}' [Skip ]: Usage: skip={skip} @@ -485,3 +485,25 @@ INPUTOBJECT : Identity Parameter ## RELATED LINKS - [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.functions/get-mgbetauserloggedonmanageddevice) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedAppBlockedUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedAppBlockedUser.md index b8230a771c7af..f8f02daa80c8c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedAppBlockedUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedAppBlockedUser.md @@ -346,3 +346,25 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## RELATED LINKS - [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.functions/get-mgbetausermanagedappblockeduser) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedAppDiagnosticStatus.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedAppDiagnosticStatus.md index 0928d0bb42781..eaceabf81d03b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedAppDiagnosticStatus.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedAppDiagnosticStatus.md @@ -406,7 +406,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}' [RoomList ]: Usage: RoomList='{RoomList}' [Skip ]: Usage: skip={skip} @@ -418,3 +418,25 @@ INPUTOBJECT : Identity Parameter ## RELATED LINKS - [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.functions/get-mgbetausermanagedappdiagnosticstatus) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedAppPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedAppPolicy.md index 7756271a779b1..06076a92fbf3e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedAppPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedAppPolicy.md @@ -473,7 +473,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}' [RoomList ]: Usage: RoomList='{RoomList}' [Skip ]: Usage: skip={skip} @@ -485,3 +485,25 @@ INPUTOBJECT : Identity Parameter ## RELATED LINKS - [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.functions/get-mgbetausermanagedapppolicy) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedDeviceWithAppFailure.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedDeviceWithAppFailure.md index 246c2f793e41e..7be8d89481da7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedDeviceWithAppFailure.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedDeviceWithAppFailure.md @@ -406,7 +406,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}' [RoomList ]: Usage: RoomList='{RoomList}' [Skip ]: Usage: skip={skip} @@ -418,3 +418,25 @@ INPUTOBJECT : Identity Parameter ## RELATED LINKS - [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.functions/get-mgbetausermanageddevicewithappfailure) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedDeviceWithAppInstallationIssue.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedDeviceWithAppInstallationIssue.md index 68b206ed65910..32b063c30ff3d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedDeviceWithAppInstallationIssue.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedDeviceWithAppInstallationIssue.md @@ -406,7 +406,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}' [RoomList ]: Usage: RoomList='{RoomList}' [Skip ]: Usage: skip={skip} @@ -418,3 +418,25 @@ INPUTOBJECT : Identity Parameter ## RELATED LINKS - [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.functions/get-mgbetausermanageddevicewithappinstallationissue) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedDeviceWithFailedApp.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedDeviceWithFailedApp.md index 990c370b85f88..a2deb2821eff5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedDeviceWithFailedApp.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedDeviceWithFailedApp.md @@ -406,7 +406,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}' [RoomList ]: Usage: RoomList='{RoomList}' [Skip ]: Usage: skip={skip} @@ -418,3 +418,25 @@ INPUTOBJECT : Identity Parameter ## RELATED LINKS - [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.functions/get-mgbetausermanageddevicewithfailedapp) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Invoke-MgBetaPendingUserApp.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Invoke-MgBetaPendingUserApp.md index 99c79867dbc4c..764d1a04049fd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Invoke-MgBetaPendingUserApp.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Invoke-MgBetaPendingUserApp.md @@ -405,7 +405,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}' [RoomList ]: Usage: RoomList='{RoomList}' [Skip ]: Usage: skip={skip} @@ -417,3 +417,25 @@ INPUTOBJECT : Identity Parameter ## RELATED LINKS - [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.functions/invoke-mgbetapendinguserapp) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Invoke-MgBetaViewUserReminder.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Invoke-MgBetaViewUserReminder.md index 633733b7936ab..327fc92a19ea2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Invoke-MgBetaViewUserReminder.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Invoke-MgBetaViewUserReminder.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}' [RoomList ]: Usage: RoomList='{RoomList}' [Skip ]: Usage: skip={skip} @@ -465,3 +465,25 @@ INPUTOBJECT : Identity Parameter - [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.functions/invoke-mgbetaviewuserreminder) - [](https://learn.microsoft.com/graph/api/user-reminderview?view=graph-rest-beta) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Microsoft.Graph.Beta.Users.Functions.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Microsoft.Graph.Beta.Users.Functions.md index b9b914dffdd13..02197d32a8fbb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Microsoft.Graph.Beta.Users.Functions.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Microsoft.Graph.Beta.Users.Functions.md @@ -41,3 +41,22 @@ Microsoft Graph PowerShell Cmdlets ### [Test-MgBetaUserManagedAppUserBlocked](Test-MgBetaUserManagedAppUserBlocked.md) + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Test-MgBetaUserManagedAppUserBlocked.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Test-MgBetaUserManagedAppUserBlocked.md index c99ff47f7d890..1f4ca9aa8fd4a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Test-MgBetaUserManagedAppUserBlocked.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Test-MgBetaUserManagedAppUserBlocked.md @@ -298,7 +298,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}' [RoomList ]: Usage: RoomList='{RoomList}' [Skip ]: Usage: skip={skip} @@ -310,3 +310,25 @@ INPUTOBJECT : Identity Parameter ## RELATED LINKS - [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.functions/test-mgbetausermanagedappuserblocked) + + + + + + + + + + + + + + + + + + + + + + From ad3d8a896e5ca78acf8d6854dd3d21e63383724c Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Sat, 1 Aug 2026 04:31:25 +0000 Subject: [PATCH 3/7] Inserted permissions Table --- .../Export-MgBetaUserDeviceAndAppManagementData.md | 8 ++++++++ .../Find-MgBetaUserRoom.md | 8 ++++++++ .../Find-MgBetaUserRoomList.md | 8 ++++++++ .../Get-MgBetaUserDelta.md | 8 ++++++++ .../Get-MgBetaUserManagedAppBlockedUser.md | 8 ++++++++ .../Get-MgBetaUserManagedAppDiagnosticStatus.md | 8 ++++++++ .../Get-MgBetaUserManagedAppPolicy.md | 8 ++++++++ .../Get-MgBetaUserManagedDeviceWithAppFailure.md | 8 ++++++++ .../Get-MgBetaUserManagedDeviceWithFailedApp.md | 8 ++++++++ .../Invoke-MgBetaPendingUserApp.md | 8 ++++++++ .../Test-MgBetaUserManagedAppUserBlocked.md | 8 ++++++++ 11 files changed, 88 insertions(+) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Export-MgBetaUserDeviceAndAppManagementData.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Export-MgBetaUserDeviceAndAppManagementData.md index fe5a57ead1573..9161b48b7e5d0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Export-MgBetaUserDeviceAndAppManagementData.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Export-MgBetaUserDeviceAndAppManagementData.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-beta/Microsoft.Graph.Beta.Users.Functions/Find-MgBetaUserRoom.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Find-MgBetaUserRoom.md index ecc39fe418c2b..d69f6263f0373 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Find-MgBetaUserRoom.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Find-MgBetaUserRoom.md @@ -65,6 +65,14 @@ This cmdlet has the following aliases, Invoke function findRooms +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | User.ReadBasic.All, User.Read.All, | +| Delegated (personal Microsoft account) | Not supported | +| Application | User.Read.All, User.ReadBasic.All, | + ## EXAMPLES ### EXAMPLE 1 diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Find-MgBetaUserRoomList.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Find-MgBetaUserRoomList.md index 7219d81a65d5d..1ab4233a6f8dc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Find-MgBetaUserRoomList.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Find-MgBetaUserRoomList.md @@ -49,6 +49,14 @@ Get the room lists defined in a tenant, as represented by their emailAddress obj Tenants can organize meeting rooms into room lists. In this API, each meeting room and room list is represented by an emailAddress instance.\rYou can get all the room lists in the tenant, get all the rooms in the tenant, or get all the rooms in a specific room list. +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | User.ReadBasic.All, User.Read.All, | +| Delegated (personal Microsoft account) | Not supported | +| Application | User.Read.All, User.ReadBasic.All, | + ## EXAMPLES ### EXAMPLE 1 diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserDelta.md index 86b6c9dcd263a..4adb5c9aba2b0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserDelta.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-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedAppBlockedUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedAppBlockedUser.md index f8f02daa80c8c..8b69ab66c7fd1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedAppBlockedUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedAppBlockedUser.md @@ -35,6 +35,14 @@ This cmdlet has the following aliases, Invoke function getManagedAppBlockedUsers +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementApps.Read.All, DeviceManagementApps.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, | +| Delegated (personal Microsoft account) | Not supported | +| Application | DeviceManagementConfiguration.Read.All, DeviceManagementApps.Read.All, DeviceManagementApps.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, | + ## EXAMPLES ### EXAMPLE 1 diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedAppDiagnosticStatus.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedAppDiagnosticStatus.md index eaceabf81d03b..4ee4c9211e262 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedAppDiagnosticStatus.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedAppDiagnosticStatus.md @@ -46,6 +46,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-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedAppPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedAppPolicy.md index 06076a92fbf3e..23004af3d63e6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedAppPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedAppPolicy.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-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedDeviceWithAppFailure.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedDeviceWithAppFailure.md index 7be8d89481da7..2849cea96a575 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedDeviceWithAppFailure.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedDeviceWithAppFailure.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 diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedDeviceWithFailedApp.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedDeviceWithFailedApp.md index a2deb2821eff5..9ee4a95ff7a37 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedDeviceWithFailedApp.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedDeviceWithFailedApp.md @@ -46,6 +46,14 @@ This cmdlet has the following aliases, Retrieves the list of devices with failed or pending 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 diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Invoke-MgBetaPendingUserApp.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Invoke-MgBetaPendingUserApp.md index 764d1a04049fd..f6a8daadd9615 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Invoke-MgBetaPendingUserApp.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Invoke-MgBetaPendingUserApp.md @@ -45,6 +45,14 @@ This cmdlet has the following aliases, Retrieves the list of devices with failed or pending 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 diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Test-MgBetaUserManagedAppUserBlocked.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Test-MgBetaUserManagedAppUserBlocked.md index 1f4ca9aa8fd4a..7c22e989da619 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Test-MgBetaUserManagedAppUserBlocked.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Test-MgBetaUserManagedAppUserBlocked.md @@ -44,6 +44,14 @@ This cmdlet has the following aliases, Gets the blocked state of a managed app user. +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementApps.Read.All, DeviceManagementApps.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, | +| Delegated (personal Microsoft account) | Not supported | +| Application | DeviceManagementConfiguration.Read.All, DeviceManagementApps.Read.All, DeviceManagementApps.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, | + ## EXAMPLES ### EXAMPLE 1 From edcbc7f7b15d6bb5f39073bc60f9033b1c80b19d Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Sat, 1 Aug 2026 04:31:33 +0000 Subject: [PATCH 4/7] Updated metadata parameters --- .../Export-MgBetaUserDeviceAndAppManagementData.md | 3 +++ .../Get-MgBetaUserDelta.md | 3 +++ .../Get-MgBetaUserManagedAppDiagnosticStatus.md | 3 +++ .../Get-MgBetaUserManagedAppPolicy.md | 3 +++ .../Get-MgBetaUserManagedDeviceWithAppFailure.md | 3 +++ .../Invoke-MgBetaViewUserReminder.md | 3 +++ 6 files changed, 18 insertions(+) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Export-MgBetaUserDeviceAndAppManagementData.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Export-MgBetaUserDeviceAndAppManagementData.md index 9161b48b7e5d0..c7ce113da09cc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Export-MgBetaUserDeviceAndAppManagementData.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Export-MgBetaUserDeviceAndAppManagementData.md @@ -15,6 +15,9 @@ title: Export-MgBetaUserDeviceAndAppManagementData Invoke function exportDeviceAndAppManagementData +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Export-MgUserDeviceAndAppManagementData](/powershell/module/Microsoft.Graph.Users.Functions/Export-MgUserDeviceAndAppManagementData?view=graph-powershell-1.0) + ## SYNTAX ### Export (Default) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserDelta.md index 4adb5c9aba2b0..b386ca73c2862 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserDelta.md @@ -16,6 +16,9 @@ title: Get-MgBetaUserDelta 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 v1.0 release of this cmdlet, view [Get-MgUserDelta](/powershell/module/Microsoft.Graph.Users.Functions/Get-MgUserDelta?view=graph-powershell-1.0) + ## SYNTAX ### Delta (Default) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedAppDiagnosticStatus.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedAppDiagnosticStatus.md index 4ee4c9211e262..b4fd5664c0c04 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedAppDiagnosticStatus.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedAppDiagnosticStatus.md @@ -15,6 +15,9 @@ title: Get-MgBetaUserManagedAppDiagnosticStatus Gets diagnostics validation status for a given user. +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Get-MgUserManagedAppDiagnosticStatus](/powershell/module/Microsoft.Graph.Users.Functions/Get-MgUserManagedAppDiagnosticStatus?view=graph-powershell-1.0) + ## SYNTAX ### Get (Default) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedAppPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedAppPolicy.md index 23004af3d63e6..afd594e3d0beb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedAppPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedAppPolicy.md @@ -15,6 +15,9 @@ title: Get-MgBetaUserManagedAppPolicy Gets app restrictions for a given user. +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Get-MgUserManagedAppPolicy](/powershell/module/Microsoft.Graph.Users.Functions/Get-MgUserManagedAppPolicy?view=graph-powershell-1.0) + ## SYNTAX ### Get (Default) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedDeviceWithAppFailure.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedDeviceWithAppFailure.md index 2849cea96a575..306bde569e8e5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedDeviceWithAppFailure.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedDeviceWithAppFailure.md @@ -15,6 +15,9 @@ title: Get-MgBetaUserManagedDeviceWithAppFailure Retrieves the list of devices with failed apps +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Get-MgUserManagedDeviceWithAppFailure](/powershell/module/Microsoft.Graph.Users.Functions/Get-MgUserManagedDeviceWithAppFailure?view=graph-powershell-1.0) + ## SYNTAX ### Get (Default) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Invoke-MgBetaViewUserReminder.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Invoke-MgBetaViewUserReminder.md index 327fc92a19ea2..7985fb13be226 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Invoke-MgBetaViewUserReminder.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Invoke-MgBetaViewUserReminder.md @@ -15,6 +15,9 @@ title: Invoke-MgBetaViewUserReminder Return a list of event reminders in a user calendar within the specified start and end times. +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Invoke-MgViewUserReminder](/powershell/module/Microsoft.Graph.Users.Functions/Invoke-MgViewUserReminder?view=graph-powershell-1.0) + ## SYNTAX ### View (Default) From d3e4b501a8986e4d206a372220fd8b6d8de52b96 Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Sat, 1 Aug 2026 04:31:39 +0000 Subject: [PATCH 5/7] Repaired examples and descriptions --- ...rt-MgBetaUserDeviceAndAppManagementData.md | 11 +------- .../Find-MgBetaUserRoom.md | 11 +------- .../Find-MgBetaUserRoomList.md | 7 +++++- .../Get-MgBetaUserDelta.md | 25 +++++++++++++++---- ...rEffectiveDeviceEnrollmentConfiguration.md | 11 +------- .../Get-MgBetaUserLoggedOnManagedDevice.md | 11 +------- .../Get-MgBetaUserManagedAppBlockedUser.md | 11 +------- .../Get-MgBetaUserManagedAppPolicy.md | 11 +------- ...t-MgBetaUserManagedDeviceWithAppFailure.md | 11 +------- ...et-MgBetaUserManagedDeviceWithFailedApp.md | 11 +------- .../Invoke-MgBetaPendingUserApp.md | 11 +------- .../Test-MgBetaUserManagedAppUserBlocked.md | 11 +------- 12 files changed, 36 insertions(+), 106 deletions(-) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Export-MgBetaUserDeviceAndAppManagementData.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Export-MgBetaUserDeviceAndAppManagementData.md index c7ce113da09cc..c98aac6a0842e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Export-MgBetaUserDeviceAndAppManagementData.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Export-MgBetaUserDeviceAndAppManagementData.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 @@ -456,5 +446,6 @@ INPUTOBJECT ``: Identity Parameter + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Find-MgBetaUserRoom.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Find-MgBetaUserRoom.md index d69f6263f0373..e532857839c5d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Find-MgBetaUserRoom.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Find-MgBetaUserRoom.md @@ -73,16 +73,6 @@ Invoke function findRooms | Delegated (personal Microsoft account) | Not supported | | Application | User.Read.All, User.ReadBasic.All, | -## EXAMPLES - -### EXAMPLE 1 - -{{ Add code here }} - -### EXAMPLE 2 - -{{ Add code here }} - ## PARAMETERS ### -Break @@ -498,5 +488,6 @@ INPUTOBJECT ``: Identity Parameter + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Find-MgBetaUserRoomList.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Find-MgBetaUserRoomList.md index 1ab4233a6f8dc..369796ff2d3c2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Find-MgBetaUserRoomList.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Find-MgBetaUserRoomList.md @@ -58,14 +58,19 @@ In this API, each meeting room and room list is represented by an emailAddress i | Application | User.Read.All, User.ReadBasic.All, | ## EXAMPLES +### Example 1: Code snippet -### EXAMPLE 1 +```powershell Import-Module Microsoft.Graph.Beta.Users.Functions # A UPN can also be used as -UserId. Find-MgBetaUserRoomList -UserId $userId +``` +This example shows how to use the Find-MgBetaUserRoomList Cmdlet. + + ## PARAMETERS ### -Break diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserDelta.md index b386ca73c2862..aeec6f9b2e7fd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserDelta.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.Beta.Users.Functions Get-MgBetaUserDelta -### EXAMPLE 2 +``` +This example will default properties + +### Example 2: Selecting three properties + +```powershell Import-Module Microsoft.Graph.Beta.Users.Functions -Get-MgBetaUserDelta -Property "displayName,jobTitle,mobilePhone" +Get-MgBetaUserDelta -Property "displayName,jobTitle,mobilePhone" + +``` +This example shows selecting three properties -### EXAMPLE 3 +### Example 3: Alternative minimal response behavior + +```powershell Import-Module Microsoft.Graph.Beta.Users.Functions -Get-MgBetaUserDelta -Property "displayName,jobTitle,mobilePhone" +Get-MgBetaUserDelta -Property "displayName,jobTitle,mobilePhone" + +``` +This example will alternative minimal response behavior + ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserEffectiveDeviceEnrollmentConfiguration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserEffectiveDeviceEnrollmentConfiguration.md index fcb075099fdb3..f1f29139c0389 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserEffectiveDeviceEnrollmentConfiguration.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserEffectiveDeviceEnrollmentConfiguration.md @@ -48,16 +48,6 @@ This cmdlet has the following aliases, Invoke function getEffectiveDeviceEnrollmentConfigurations -## EXAMPLES - -### EXAMPLE 1 - -{{ Add code here }} - -### EXAMPLE 2 - -{{ Add code here }} - ## PARAMETERS ### -Break @@ -506,5 +496,6 @@ INPUTOBJECT ``: Identity Parameter + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserLoggedOnManagedDevice.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserLoggedOnManagedDevice.md index 8120f9e59a2f7..d0aa424dee597 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserLoggedOnManagedDevice.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserLoggedOnManagedDevice.md @@ -47,16 +47,6 @@ This cmdlet has the following aliases, Invoke function getLoggedOnManagedDevices -## EXAMPLES - -### EXAMPLE 1 - -{{ Add code here }} - -### EXAMPLE 2 - -{{ Add code here }} - ## PARAMETERS ### -Break @@ -505,5 +495,6 @@ INPUTOBJECT ``: Identity Parameter + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedAppBlockedUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedAppBlockedUser.md index 8b69ab66c7fd1..4f565a5620b43 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedAppBlockedUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedAppBlockedUser.md @@ -43,16 +43,6 @@ Invoke function getManagedAppBlockedUsers | Delegated (personal Microsoft account) | Not supported | | Application | DeviceManagementConfiguration.Read.All, DeviceManagementApps.Read.All, DeviceManagementApps.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, | -## EXAMPLES - -### EXAMPLE 1 - -{{ Add code here }} - -### EXAMPLE 2 - -{{ Add code here }} - ## PARAMETERS ### -Break @@ -374,5 +364,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedAppPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedAppPolicy.md index afd594e3d0beb..aa9c739c01eb1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedAppPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedAppPolicy.md @@ -58,16 +58,6 @@ Gets app restrictions for a given user. | Delegated (personal Microsoft account) | Not supported | | Application | DeviceManagementApps.Read.All, DeviceManagementApps.ReadWrite.All, | -## EXAMPLES - -### EXAMPLE 1 - -{{ Add code here }} - -### EXAMPLE 2 - -{{ Add code here }} - ## PARAMETERS ### -Break @@ -516,5 +506,6 @@ INPUTOBJECT ``: Identity Parameter + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedDeviceWithAppFailure.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedDeviceWithAppFailure.md index 306bde569e8e5..c2fa22a709163 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedDeviceWithAppFailure.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedDeviceWithAppFailure.md @@ -57,16 +57,6 @@ Retrieves the list of devices with failed apps | Delegated (personal Microsoft account) | Not supported | | Application | DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | -## EXAMPLES - -### EXAMPLE 1 - -{{ Add code here }} - -### EXAMPLE 2 - -{{ Add code here }} - ## PARAMETERS ### -Break @@ -449,5 +439,6 @@ INPUTOBJECT ``: Identity Parameter + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedDeviceWithFailedApp.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedDeviceWithFailedApp.md index 9ee4a95ff7a37..b01520be18976 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedDeviceWithFailedApp.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedDeviceWithFailedApp.md @@ -54,16 +54,6 @@ Retrieves the list of devices with failed or pending apps | Delegated (personal Microsoft account) | Not supported | | Application | DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | -## EXAMPLES - -### EXAMPLE 1 - -{{ Add code here }} - -### EXAMPLE 2 - -{{ Add code here }} - ## PARAMETERS ### -Break @@ -446,5 +436,6 @@ INPUTOBJECT ``: Identity Parameter + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Invoke-MgBetaPendingUserApp.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Invoke-MgBetaPendingUserApp.md index f6a8daadd9615..e9d904f2e89c9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Invoke-MgBetaPendingUserApp.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Invoke-MgBetaPendingUserApp.md @@ -53,16 +53,6 @@ Retrieves the list of devices with failed or pending apps | Delegated (personal Microsoft account) | Not supported | | Application | DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | -## EXAMPLES - -### EXAMPLE 1 - -{{ Add code here }} - -### EXAMPLE 2 - -{{ Add code here }} - ## PARAMETERS ### -Break @@ -445,5 +435,6 @@ INPUTOBJECT ``: Identity Parameter + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Test-MgBetaUserManagedAppUserBlocked.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Test-MgBetaUserManagedAppUserBlocked.md index 7c22e989da619..eebffd970f560 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Test-MgBetaUserManagedAppUserBlocked.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Test-MgBetaUserManagedAppUserBlocked.md @@ -52,16 +52,6 @@ Gets the blocked state of a managed app user. | Delegated (personal Microsoft account) | Not supported | | Application | DeviceManagementConfiguration.Read.All, DeviceManagementApps.Read.All, DeviceManagementApps.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, | -## EXAMPLES - -### EXAMPLE 1 - -{{ Add code here }} - -### EXAMPLE 2 - -{{ Add code here }} - ## PARAMETERS ### -Break @@ -338,5 +328,6 @@ INPUTOBJECT ``: Identity Parameter + From 54335ffcb59cbd940b44f0bc6398a7fb43bccc03 Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Sat, 1 Aug 2026 04:31:42 +0000 Subject: [PATCH 6/7] Remove boiler plate code injected by Autorest --- .../Get-MgBetaUserManagedAppDiagnosticStatus.md | 11 +---------- ...taUserManagedDeviceWithAppInstallationIssue.md | 11 +---------- .../Invoke-MgBetaViewUserReminder.md | 15 +-------------- 3 files changed, 3 insertions(+), 34 deletions(-) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedAppDiagnosticStatus.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedAppDiagnosticStatus.md index b4fd5664c0c04..742640b7c257e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedAppDiagnosticStatus.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedAppDiagnosticStatus.md @@ -57,16 +57,6 @@ Gets diagnostics validation status for a given user. | Delegated (personal Microsoft account) | Not supported | | Application | DeviceManagementApps.Read.All, DeviceManagementApps.ReadWrite.All, | -## EXAMPLES - -### EXAMPLE 1 - -{{ Add code here }} - -### EXAMPLE 2 - -{{ Add code here }} - ## PARAMETERS ### -Break @@ -449,5 +439,6 @@ INPUTOBJECT ``: Identity Parameter + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedDeviceWithAppInstallationIssue.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedDeviceWithAppInstallationIssue.md index 32b063c30ff3d..14f918affdb75 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedDeviceWithAppInstallationIssue.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedDeviceWithAppInstallationIssue.md @@ -46,16 +46,6 @@ This cmdlet has the following aliases, Retrieves the list of devices with failed or pending apps -## EXAMPLES - -### EXAMPLE 1 - -{{ Add code here }} - -### EXAMPLE 2 - -{{ Add code here }} - ## PARAMETERS ### -Break @@ -438,5 +428,6 @@ INPUTOBJECT ``: Identity Parameter + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Invoke-MgBetaViewUserReminder.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Invoke-MgBetaViewUserReminder.md index 7985fb13be226..b33659458002c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Invoke-MgBetaViewUserReminder.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Invoke-MgBetaViewUserReminder.md @@ -49,20 +49,6 @@ This cmdlet has the following aliases, Return a list of event reminders in a user calendar within the specified start and end times. -## EXAMPLES - -### EXAMPLE 1 - -{{ Add code here }} - -{{ Add output here }} - -### EXAMPLE 2 - -{{ Add code here }} - -{{ Add output here }} - ## PARAMETERS ### -Break @@ -488,5 +474,6 @@ INPUTOBJECT ``: Identity Parameter + From a1158486379f66ffcd7df7ae9af6fa30ef79e4df Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Sat, 1 Aug 2026 04:32:00 +0000 Subject: [PATCH 7/7] Corrected related link to conform to the new platyps rules --- .../Export-MgBetaUserDeviceAndAppManagementData.md | 2 +- .../Find-MgBetaUserRoom.md | 2 +- .../Find-MgBetaUserRoomList.md | 4 ++-- .../Get-MgBetaUserDelta.md | 4 ++-- .../Get-MgBetaUserEffectiveDeviceEnrollmentConfiguration.md | 2 +- .../Get-MgBetaUserLoggedOnManagedDevice.md | 2 +- .../Get-MgBetaUserManagedAppBlockedUser.md | 2 +- .../Get-MgBetaUserManagedAppDiagnosticStatus.md | 2 +- .../Get-MgBetaUserManagedAppPolicy.md | 2 +- .../Get-MgBetaUserManagedDeviceWithAppFailure.md | 2 +- .../Get-MgBetaUserManagedDeviceWithAppInstallationIssue.md | 2 +- .../Get-MgBetaUserManagedDeviceWithFailedApp.md | 2 +- .../Invoke-MgBetaPendingUserApp.md | 2 +- .../Invoke-MgBetaViewUserReminder.md | 4 ++-- .../Test-MgBetaUserManagedAppUserBlocked.md | 2 +- 15 files changed, 18 insertions(+), 18 deletions(-) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Export-MgBetaUserDeviceAndAppManagementData.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Export-MgBetaUserDeviceAndAppManagementData.md index c98aac6a0842e..bb4949eeb69c1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Export-MgBetaUserDeviceAndAppManagementData.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Export-MgBetaUserDeviceAndAppManagementData.md @@ -425,7 +425,7 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS -- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.functions/export-mgbetauserdeviceandappmanagementdata) +- [Export-MgBetaUserDeviceAndAppManagementData](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.functions/export-mgbetauserdeviceandappmanagementdata) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Find-MgBetaUserRoom.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Find-MgBetaUserRoom.md index e532857839c5d..4d15f86c3be51 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Find-MgBetaUserRoom.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Find-MgBetaUserRoom.md @@ -467,7 +467,7 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS -- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.functions/find-mgbetauserroom) +- [Find-MgBetaUserRoom](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.functions/find-mgbetauserroom) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Find-MgBetaUserRoomList.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Find-MgBetaUserRoomList.md index 369796ff2d3c2..962bec2062974 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Find-MgBetaUserRoomList.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Find-MgBetaUserRoomList.md @@ -432,8 +432,8 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS -- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.functions/find-mgbetauserroomlist) -- [](https://learn.microsoft.com/graph/api/user-findroomlists?view=graph-rest-beta) +- [Find-MgBetaUserRoomList](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.functions/find-mgbetauserroomlist) +- [Graph API Reference](https://learn.microsoft.com/graph/api/user-findroomlists?view=graph-rest-beta) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserDelta.md index aeec6f9b2e7fd..c44e609dbd7f3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserDelta.md @@ -495,8 +495,8 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## RELATED LINKS -- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.functions/get-mgbetauserdelta) -- [](https://learn.microsoft.com/graph/api/user-delta?view=graph-rest-beta) +- [Get-MgBetaUserDelta](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.functions/get-mgbetauserdelta) +- [Graph API Reference](https://learn.microsoft.com/graph/api/user-delta?view=graph-rest-beta) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserEffectiveDeviceEnrollmentConfiguration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserEffectiveDeviceEnrollmentConfiguration.md index f1f29139c0389..68fd57757f126 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserEffectiveDeviceEnrollmentConfiguration.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserEffectiveDeviceEnrollmentConfiguration.md @@ -475,7 +475,7 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS -- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.functions/get-mgbetausereffectivedeviceenrollmentconfiguration) +- [Get-MgBetaUserEffectiveDeviceEnrollmentConfiguration](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.functions/get-mgbetausereffectivedeviceenrollmentconfiguration) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserLoggedOnManagedDevice.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserLoggedOnManagedDevice.md index d0aa424dee597..ce976650327b4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserLoggedOnManagedDevice.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserLoggedOnManagedDevice.md @@ -474,7 +474,7 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS -- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.functions/get-mgbetauserloggedonmanageddevice) +- [Get-MgBetaUserLoggedOnManagedDevice](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.functions/get-mgbetauserloggedonmanageddevice) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedAppBlockedUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedAppBlockedUser.md index 4f565a5620b43..fa2df639621bb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedAppBlockedUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedAppBlockedUser.md @@ -343,7 +343,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## RELATED LINKS -- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.functions/get-mgbetausermanagedappblockeduser) +- [Get-MgBetaUserManagedAppBlockedUser](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.functions/get-mgbetausermanagedappblockeduser) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedAppDiagnosticStatus.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedAppDiagnosticStatus.md index 742640b7c257e..01f20a3679596 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedAppDiagnosticStatus.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedAppDiagnosticStatus.md @@ -418,7 +418,7 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS -- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.functions/get-mgbetausermanagedappdiagnosticstatus) +- [Get-MgBetaUserManagedAppDiagnosticStatus](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.functions/get-mgbetausermanagedappdiagnosticstatus) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedAppPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedAppPolicy.md index aa9c739c01eb1..1361346b45526 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedAppPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedAppPolicy.md @@ -485,7 +485,7 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS -- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.functions/get-mgbetausermanagedapppolicy) +- [Get-MgBetaUserManagedAppPolicy](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.functions/get-mgbetausermanagedapppolicy) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedDeviceWithAppFailure.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedDeviceWithAppFailure.md index c2fa22a709163..d328b36438a6b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedDeviceWithAppFailure.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedDeviceWithAppFailure.md @@ -418,7 +418,7 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS -- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.functions/get-mgbetausermanageddevicewithappfailure) +- [Get-MgBetaUserManagedDeviceWithAppFailure](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.functions/get-mgbetausermanageddevicewithappfailure) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedDeviceWithAppInstallationIssue.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedDeviceWithAppInstallationIssue.md index 14f918affdb75..b8b9cb1f3671c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedDeviceWithAppInstallationIssue.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedDeviceWithAppInstallationIssue.md @@ -407,7 +407,7 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS -- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.functions/get-mgbetausermanageddevicewithappinstallationissue) +- [Get-MgBetaUserManagedDeviceWithAppInstallationIssue](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.functions/get-mgbetausermanageddevicewithappinstallationissue) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedDeviceWithFailedApp.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedDeviceWithFailedApp.md index b01520be18976..c61579340ac25 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedDeviceWithFailedApp.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedDeviceWithFailedApp.md @@ -415,7 +415,7 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS -- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.functions/get-mgbetausermanageddevicewithfailedapp) +- [Get-MgBetaUserManagedDeviceWithFailedApp](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.functions/get-mgbetausermanageddevicewithfailedapp) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Invoke-MgBetaPendingUserApp.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Invoke-MgBetaPendingUserApp.md index e9d904f2e89c9..91451fc362e8b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Invoke-MgBetaPendingUserApp.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Invoke-MgBetaPendingUserApp.md @@ -414,7 +414,7 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS -- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.functions/invoke-mgbetapendinguserapp) +- [Invoke-MgBetaPendingUserApp](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.functions/invoke-mgbetapendinguserapp) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Invoke-MgBetaViewUserReminder.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Invoke-MgBetaViewUserReminder.md index b33659458002c..a23f4cadd2b5b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Invoke-MgBetaViewUserReminder.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Invoke-MgBetaViewUserReminder.md @@ -452,8 +452,8 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS -- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.functions/invoke-mgbetaviewuserreminder) -- [](https://learn.microsoft.com/graph/api/user-reminderview?view=graph-rest-beta) +- [Invoke-MgBetaViewUserReminder](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.functions/invoke-mgbetaviewuserreminder) +- [Graph API Reference](https://learn.microsoft.com/graph/api/user-reminderview?view=graph-rest-beta) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Test-MgBetaUserManagedAppUserBlocked.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Test-MgBetaUserManagedAppUserBlocked.md index eebffd970f560..8e2007156d157 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Test-MgBetaUserManagedAppUserBlocked.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Test-MgBetaUserManagedAppUserBlocked.md @@ -307,7 +307,7 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS -- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.functions/test-mgbetausermanagedappuserblocked) +- [Test-MgBetaUserManagedAppUserBlocked](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.functions/test-mgbetausermanagedappuserblocked)