Microsoft.Graph.CrossDeviceExperiences Module
Microsoft Graph PowerShell Cmdlets
Microsoft.Graph.CrossDeviceExperiences Cmdlets
| Cmdlet | Description |
|---|---|
| Get-MgUserActivity |
The user's activities across devices. Read-only. Nullable. Note To view the beta release of this cmdlet, view Get-MgBetaUserActivity |
| Get-MgUserActivityCount |
Get the number of the resource Note To view the beta release of this cmdlet, view Get-MgBetaUserActivityCount |
| Get-MgUserActivityHistoryItem |
Optional. NavigationProperty/Containment; navigation property to the activity's historyItems. Note To view the beta release of this cmdlet, view Get-MgBetaUserActivityHistoryItem |
| Get-MgUserActivityHistoryItemActivity |
Optional. NavigationProperty/Containment; navigation property to the associated activity. Note To view the beta release of this cmdlet, view Get-MgBetaUserActivityHistoryItemActivity |
| Get-MgUserActivityHistoryItemCount |
Get the number of the resource Note To view the beta release of this cmdlet, view Get-MgBetaUserActivityHistoryItemCount |
| Invoke-MgRecentUserActivity |
Get recent activities for a given user. This OData function has some default behaviors included to make it operate like a 'most recently used' API. The service queries for the most recent activityHistoryItems, and then pull those related activities. Activities are sorted according to the most recent lastModified on the activityHistoryItem. This means that activities without activityHistoryItems won't be included in the response. The UserActivity.ReadWrite.CreatedByApp permission will also apply extra filtering to the response, so that only activities created by your application are returned. This server-side filtering might result in empty pages if the user is active and other applications have created more recent activities. To get your application's activities, use the nextLink property to paginate. Note To view the beta release of this cmdlet, view Invoke-MgBetaRecentUserActivity |
| New-MgUserActivity |
Create new navigation property to activities for users Note To view the beta release of this cmdlet, view New-MgBetaUserActivity |
| New-MgUserActivityHistoryItem |
Create new navigation property to historyItems for users Note To view the beta release of this cmdlet, view New-MgBetaUserActivityHistoryItem |
| Remove-MgUserActivity |
Delete navigation property activities for users Note To view the beta release of this cmdlet, view Remove-MgBetaUserActivity |
| Remove-MgUserActivityHistoryItem |
Delete navigation property historyItems for users Note To view the beta release of this cmdlet, view Remove-MgBetaUserActivityHistoryItem |
| Update-MgUserActivity |
Update the navigation property activities in users Note To view the beta release of this cmdlet, view Update-MgBetaUserActivity |
| Update-MgUserActivityHistoryItem |
Update the navigation property historyItems in users Note To view the beta release of this cmdlet, view Update-MgBetaUserActivityHistoryItem |