Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Users.Functions-Help.xml
HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.users.functions/export-mguserdeviceandappmanagementdata
Locale: en-US
Module Name: Microsoft.Graph.Users.Functions
ms.date: 06/05/2026
ms.date: 08/01/2026
PlatyPS schema version: 2024-05-01
title: Export-MgUserDeviceAndAppManagementData
---
Expand All @@ -26,7 +26,7 @@ Invoke function exportDeviceAndAppManagementData
Export-MgUserDeviceAndAppManagementData -UserId <string> -OutFile <string>
[-ResponseHeadersVariable <string>] [-Break] [-Headers <IDictionary>]
[-HttpPipelineAppend <SendAsyncStep[]>] [-HttpPipelinePrepend <SendAsyncStep[]>] [-PassThru]
[-Proxy <uri>] [-ProxyCredential <pscredential>] [-ProxyUseDefaultCredentials] [<CommonParameters>]
[-Proxy <uri>] [-ProxyCredential <pscredential>] [-ProxyUseDefaultCredentials]
```

### Export1
Expand All @@ -35,7 +35,7 @@ Export-MgUserDeviceAndAppManagementData -UserId <string> -OutFile <string>
Export-MgUserDeviceAndAppManagementData -UserId <string> -Skip <int> -Top <int> -OutFile <string>
[-ResponseHeadersVariable <string>] [-Break] [-Headers <IDictionary>]
[-HttpPipelineAppend <SendAsyncStep[]>] [-HttpPipelinePrepend <SendAsyncStep[]>] [-PassThru]
[-Proxy <uri>] [-ProxyCredential <pscredential>] [-ProxyUseDefaultCredentials] [<CommonParameters>]
[-Proxy <uri>] [-ProxyCredential <pscredential>] [-ProxyUseDefaultCredentials]
```

### ExportViaIdentity1
Expand All @@ -44,7 +44,7 @@ Export-MgUserDeviceAndAppManagementData -UserId <string> -Skip <int> -Top <int>
Export-MgUserDeviceAndAppManagementData -InputObject <IUsersFunctionsIdentity> -OutFile <string>
[-ResponseHeadersVariable <string>] [-Break] [-Headers <IDictionary>]
[-HttpPipelineAppend <SendAsyncStep[]>] [-HttpPipelinePrepend <SendAsyncStep[]>] [-PassThru]
[-Proxy <uri>] [-ProxyCredential <pscredential>] [-ProxyUseDefaultCredentials] [<CommonParameters>]
[-Proxy <uri>] [-ProxyCredential <pscredential>] [-ProxyUseDefaultCredentials]
```

### ExportViaIdentity
Expand All @@ -53,7 +53,7 @@ Export-MgUserDeviceAndAppManagementData -InputObject <IUsersFunctionsIdentity> -
Export-MgUserDeviceAndAppManagementData -InputObject <IUsersFunctionsIdentity> -OutFile <string>
[-ResponseHeadersVariable <string>] [-Break] [-Headers <IDictionary>]
[-HttpPipelineAppend <SendAsyncStep[]>] [-HttpPipelinePrepend <SendAsyncStep[]>] [-PassThru]
[-Proxy <uri>] [-ProxyCredential <pscredential>] [-ProxyUseDefaultCredentials] [<CommonParameters>]
[-Proxy <uri>] [-ProxyCredential <pscredential>] [-ProxyUseDefaultCredentials]
```

## ALIASES
Expand All @@ -69,9 +69,9 @@ Invoke function exportDeviceAndAppManagementData

| 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 (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, DeviceManagementServiceConfig.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementConfiguration.Read.All, |
| Application | DeviceManagementServiceConfig.Read.All, DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementServiceConfig.ReadWrite.All, |

## PARAMETERS

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Users.Functions-Help.xml
HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.users.functions/get-mguserdelta
Locale: en-US
Module Name: Microsoft.Graph.Users.Functions
ms.date: 06/05/2026
ms.date: 08/01/2026
PlatyPS schema version: 2024-05-01
title: Get-MgUserDelta
---
Expand All @@ -29,7 +29,7 @@ Get-MgUserDelta [-ExpandProperty <string[]>] [-Filter <string>] [-Property <stri
[-ResponseHeadersVariable <string>] [-Break] [-Headers <IDictionary>]
[-HttpPipelineAppend <SendAsyncStep[]>] [-HttpPipelinePrepend <SendAsyncStep[]>] [-Proxy <uri>]
[-ProxyCredential <pscredential>] [-ProxyUseDefaultCredentials] [-PageSize <int>] [-All]
[-CountVariable <string>] [<CommonParameters>]
[-CountVariable <string>]
```

## ALIASES
Expand All @@ -46,9 +46,9 @@ For more information, see Use delta query to track changes in Microsoft Graph da

| 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 (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, User.ReadWrite.All, Directory.ReadWrite.All, Directory.Read.All, AgentIdUser.ReadWrite.IdentityParentedBy, AgentIdUser.ReadWrite.All, |
| Application | User.Read.All, AgentIdUser.ReadWrite.All, AgentIdUser.ReadWrite.IdentityParentedBy, Directory.Read.All, Directory.ReadWrite.All, User.ReadWrite.All, |

## EXAMPLES
### Example 1: Default properties
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Users.Functions-Help.xml
HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.users.functions/get-mgusermanagedappdiagnosticstatus
Locale: en-US
Module Name: Microsoft.Graph.Users.Functions
ms.date: 06/05/2026
ms.date: 08/01/2026
PlatyPS schema version: 2024-05-01
title: Get-MgUserManagedAppDiagnosticStatus
---
Expand All @@ -26,7 +26,7 @@ Gets diagnostics validation status for a given user.
Get-MgUserManagedAppDiagnosticStatus -UserId <string> [-Count] [-Filter <string>] [-Search <string>]
[-Skip <int>] [-Top <int>] [-ResponseHeadersVariable <string>] [-Break] [-Headers <IDictionary>]
[-HttpPipelineAppend <SendAsyncStep[]>] [-HttpPipelinePrepend <SendAsyncStep[]>] [-Proxy <uri>]
[-ProxyCredential <pscredential>] [-ProxyUseDefaultCredentials] [<CommonParameters>]
[-ProxyCredential <pscredential>] [-ProxyUseDefaultCredentials]
```

### GetViaIdentity
Expand All @@ -36,7 +36,7 @@ Get-MgUserManagedAppDiagnosticStatus -InputObject <IUsersFunctionsIdentity> [-Co
[-Filter <string>] [-Search <string>] [-Skip <int>] [-Top <int>]
[-ResponseHeadersVariable <string>] [-Break] [-Headers <IDictionary>]
[-HttpPipelineAppend <SendAsyncStep[]>] [-HttpPipelinePrepend <SendAsyncStep[]>] [-Proxy <uri>]
[-ProxyCredential <pscredential>] [-ProxyUseDefaultCredentials] [<CommonParameters>]
[-ProxyCredential <pscredential>] [-ProxyUseDefaultCredentials]
```

## ALIASES
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Users.Functions-Help.xml
HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.users.functions/get-mgusermanagedapppolicy
Locale: en-US
Module Name: Microsoft.Graph.Users.Functions
ms.date: 06/05/2026
ms.date: 08/01/2026
PlatyPS schema version: 2024-05-01
title: Get-MgUserManagedAppPolicy
---
Expand All @@ -27,7 +27,7 @@ Get-MgUserManagedAppPolicy -UserId <string> [-Count] [-ExpandProperty <string[]>
[-Property <string[]>] [-Search <string>] [-Skip <int>] [-Sort <string[]>] [-Top <int>]
[-ResponseHeadersVariable <string>] [-Break] [-Headers <IDictionary>]
[-HttpPipelineAppend <SendAsyncStep[]>] [-HttpPipelinePrepend <SendAsyncStep[]>] [-Proxy <uri>]
[-ProxyCredential <pscredential>] [-ProxyUseDefaultCredentials] [<CommonParameters>]
[-ProxyCredential <pscredential>] [-ProxyUseDefaultCredentials]
```

### GetViaIdentity
Expand All @@ -38,7 +38,7 @@ Get-MgUserManagedAppPolicy -InputObject <IUsersFunctionsIdentity> [-Count]
[-Skip <int>] [-Sort <string[]>] [-Top <int>] [-ResponseHeadersVariable <string>] [-Break]
[-Headers <IDictionary>] [-HttpPipelineAppend <SendAsyncStep[]>]
[-HttpPipelinePrepend <SendAsyncStep[]>] [-Proxy <uri>] [-ProxyCredential <pscredential>]
[-ProxyUseDefaultCredentials] [<CommonParameters>]
[-ProxyUseDefaultCredentials]
```

## ALIASES
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Users.Functions-Help.xml
HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.users.functions/get-mgusermanageddevicewithappfailure
Locale: en-US
Module Name: Microsoft.Graph.Users.Functions
ms.date: 06/05/2026
ms.date: 08/01/2026
PlatyPS schema version: 2024-05-01
title: Get-MgUserManagedDeviceWithAppFailure
---
Expand All @@ -27,7 +27,7 @@ Get-MgUserManagedDeviceWithAppFailure -UserId <string> [-Count] [-Filter <string
[-Search <string>] [-Skip <int>] [-Top <int>] [-ResponseHeadersVariable <string>] [-Break]
[-Headers <IDictionary>] [-HttpPipelineAppend <SendAsyncStep[]>]
[-HttpPipelinePrepend <SendAsyncStep[]>] [-Proxy <uri>] [-ProxyCredential <pscredential>]
[-ProxyUseDefaultCredentials] [<CommonParameters>]
[-ProxyUseDefaultCredentials]
```

### GetViaIdentity
Expand All @@ -37,7 +37,7 @@ Get-MgUserManagedDeviceWithAppFailure -InputObject <IUsersFunctionsIdentity> [-C
[-Filter <string>] [-Search <string>] [-Skip <int>] [-Top <int>]
[-ResponseHeadersVariable <string>] [-Break] [-Headers <IDictionary>]
[-HttpPipelineAppend <SendAsyncStep[]>] [-HttpPipelinePrepend <SendAsyncStep[]>] [-Proxy <uri>]
[-ProxyCredential <pscredential>] [-ProxyUseDefaultCredentials] [<CommonParameters>]
[-ProxyCredential <pscredential>] [-ProxyUseDefaultCredentials]
```

## ALIASES
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Users.Functions-Help.xml
HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.users.functions/invoke-mgviewuserreminder
Locale: en-US
Module Name: Microsoft.Graph.Users.Functions
ms.date: 06/05/2026
ms.date: 08/01/2026
PlatyPS schema version: 2024-05-01
title: Invoke-MgViewUserReminder
---
Expand All @@ -27,7 +27,7 @@ Invoke-MgViewUserReminder -EndDateTime <string> -StartDateTime <string> -UserId
[-Filter <string>] [-Search <string>] [-Skip <int>] [-Top <int>]
[-ResponseHeadersVariable <string>] [-Break] [-Headers <IDictionary>]
[-HttpPipelineAppend <SendAsyncStep[]>] [-HttpPipelinePrepend <SendAsyncStep[]>] [-Proxy <uri>]
[-ProxyCredential <pscredential>] [-ProxyUseDefaultCredentials] [<CommonParameters>]
[-ProxyCredential <pscredential>] [-ProxyUseDefaultCredentials]
```

### ViewViaIdentity
Expand All @@ -37,7 +37,7 @@ Invoke-MgViewUserReminder -InputObject <IUsersFunctionsIdentity> [-Count] [-Filt
[-Search <string>] [-Skip <int>] [-Top <int>] [-ResponseHeadersVariable <string>] [-Break]
[-Headers <IDictionary>] [-HttpPipelineAppend <SendAsyncStep[]>]
[-HttpPipelinePrepend <SendAsyncStep[]>] [-Proxy <uri>] [-ProxyCredential <pscredential>]
[-ProxyUseDefaultCredentials] [<CommonParameters>]
[-ProxyUseDefaultCredentials]
```

## ALIASES
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
Module Name: Microsoft.Graph.Users.Functions
Module Guid: 8e3fc594-20ac-45fe-9e31-415934143057
Module Guid: d7ae45b6-6d0e-4a33-ba37-6ae2593f5430
Download Help Link: https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.users.functions/?view=graph-powershell-1.0
Help Version: 1.0.0.0
Locale: en-US
Expand Down