Update-MgUserInsight
Update the navigation property insights in users
Note
To view the beta release of this cmdlet, view Update-MgBetaUserInsight
Syntax
Update-MgUserInsight
-UserId <String>
[-ResponseHeadersVariable <String>]
[-AdditionalProperties <Hashtable>]
[-Id <String>]
[-Shared <IMicrosoftGraphSharedInsight[]>]
[-Trending <IMicrosoftGraphTrending[]>]
[-Used <IMicrosoftGraphUsedInsight[]>]
[-Headers <IDictionary>]
[-ProgressAction <ActionPreference>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Update-MgUserInsight
-UserId <String>
-BodyParameter <Hashtable>
[-ResponseHeadersVariable <String>]
[-Headers <IDictionary>]
[-ProgressAction <ActionPreference>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Update-MgUserInsight
-InputObject <IUsersIdentity>
[-ResponseHeadersVariable <String>]
[-AdditionalProperties <Hashtable>]
[-Id <String>]
[-Shared <IMicrosoftGraphSharedInsight[]>]
[-Trending <IMicrosoftGraphTrending[]>]
[-Used <IMicrosoftGraphUsedInsight[]>]
[-Headers <IDictionary>]
[-ProgressAction <ActionPreference>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Update-MgUserInsight
-InputObject <IUsersIdentity>
-BodyParameter <Hashtable>
[-ResponseHeadersVariable <String>]
[-Headers <IDictionary>]
[-ProgressAction <ActionPreference>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
Update the navigation property insights in users
Parameters
-AdditionalProperties
Additional Parameters
Type: | Hashtable |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-BodyParameter
itemInsights
Type: | Hashtable |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-Confirm
Prompts you for confirmation before running the cmdlet.
Type: | SwitchParameter |
Aliases: | cf |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Headers
Optional headers that will be added to the request.
Type: | IDictionary |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-Id
The unique identifier for an entity. Read-only.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-InputObject
Identity Parameter To construct, see NOTES section for INPUTOBJECT properties and create a hash table.
Type: | IUsersIdentity |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-ProgressAction
{{ Fill ProgressAction Description }}
Type: | ActionPreference |
Aliases: | proga |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ResponseHeadersVariable
Optional Response Headers Variable.
Type: | String |
Aliases: | RHV |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Shared
Calculated relationship that identifies documents shared with or by the user. This includes URLs, file attachments, and reference attachments to OneDrive for work or school and SharePoint files found in Outlook messages and meetings. This also includes URLs and reference attachments to Teams conversations. Ordered by recency of share. To construct, see NOTES section for SHARED properties and create a hash table.
Type: | IMicrosoftGraphSharedInsight[] |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Trending
Calculated relationship that identifies documents trending around a user. Trending documents are calculated based on activity of the user's closest network of people and include files stored in OneDrive for work or school and SharePoint. Trending insights help the user to discover potentially useful content that the user has access to, but has never viewed before. To construct, see NOTES section for TRENDING properties and create a hash table.
Type: | IMicrosoftGraphTrending[] |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Used
Calculated relationship that identifies the latest documents viewed or modified by a user, including OneDrive for work or school and SharePoint documents, ranked by recency of use. To construct, see NOTES section for USED properties and create a hash table.
Type: | IMicrosoftGraphUsedInsight[] |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-UserId
The unique identifier of user
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-WhatIf
Shows what would happen if the cmdlet runs. The cmdlet is not run.
Type: | SwitchParameter |
Aliases: | wi |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Inputs
Microsoft.Graph.PowerShell.Models.IUsersIdentity
System.Collections.Hashtable
System.Collections.IDictionary
Outputs
Microsoft.Graph.PowerShell.Models.IMicrosoftGraphItemInsights
Notes
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 <IUsersIdentity>
: Identity Parameter
[AttachmentBaseId <String>]
: The unique identifier of attachmentBase[AttachmentSessionId <String>]
: The unique identifier of attachmentSession[ChecklistItemId <String>]
: The unique identifier of checklistItem[DirectoryObjectId <String>]
: The unique identifier of directoryObject[ExtensionId <String>]
: The unique identifier of extension[LicenseDetailsId <String>]
: The unique identifier of licenseDetails[LinkedResourceId <String>]
: The unique identifier of linkedResource[OAuth2PermissionGrantId <String>]
: The unique identifier of oAuth2PermissionGrant[OutlookCategoryId <String>]
: The unique identifier of outlookCategory[ProfilePhotoId <String>]
: The unique identifier of profilePhoto[ServiceStorageQuotaBreakdownId <String>]
: The unique identifier of serviceStorageQuotaBreakdown[SharedInsightId <String>]
: The unique identifier of sharedInsight[TodoTaskId <String>]
: The unique identifier of todoTask[TodoTaskListId <String>]
: The unique identifier of todoTaskList[TrendingId <String>]
: The unique identifier of trending[UsedInsightId <String>]
: The unique identifier of usedInsight[UserId <String>]
: The unique identifier of user[WindowsSettingId <String>]
: The unique identifier of windowsSetting[WindowsSettingInstanceId <String>]
: The unique identifier of windowsSettingInstance
SHARED <IMicrosoftGraphSharedInsight- []
>: Calculated relationship that identifies documents shared with or by the user.
This includes URLs, file attachments, and reference attachments to OneDrive for work or school and SharePoint files found in Outlook messages and meetings.
This also includes URLs and reference attachments to Teams conversations.
Ordered by recency of share.
[Id <String>]
: The unique identifier for an entity. Read-only.[LastShared <IMicrosoftGraphSharingDetail>]
: sharingDetail[(Any) <Object>]
: This indicates any property can be added to this object.[SharedBy <IMicrosoftGraphInsightIdentity>]
: insightIdentity[(Any) <Object>]
: This indicates any property can be added to this object.[Address <String>]
: The email address of the user who shared the item.[DisplayName <String>]
: The display name of the user who shared the item.[Id <String>]
: The ID of the user who shared the item.
[SharedDateTime <DateTime?>]
: The date and time the file was last shared. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.[SharingReference <IMicrosoftGraphResourceReference>]
: resourceReference[(Any) <Object>]
: This indicates any property can be added to this object.[Id <String>]
: The item's unique identifier.[Type <String>]
: A string value that can be used to classify the item, such as 'microsoft.graph.driveItem'[WebUrl <String>]
: A URL leading to the referenced item.
[SharingSubject <String>]
: The subject with which the document was shared.[SharingType <String>]
: Determines the way the document was shared. Can be by a 1Link1, 1Attachment1, 1Group1, 1Site1.
[LastSharedMethod <IMicrosoftGraphEntity>]
: entity[(Any) <Object>]
: This indicates any property can be added to this object.[Id <String>]
: The unique identifier for an entity. Read-only.
[Resource <IMicrosoftGraphEntity>]
: entity[ResourceReference <IMicrosoftGraphResourceReference>]
: resourceReference[ResourceVisualization <IMicrosoftGraphResourceVisualization>]
: resourceVisualization[(Any) <Object>]
: This indicates any property can be added to this object.[ContainerDisplayName <String>]
: A string describing where the item is stored. For example, the name of a SharePoint site or the user name identifying the owner of the OneDrive storing the item.[ContainerType <String>]
: Can be used for filtering by the type of container in which the file is stored. Such as Site or OneDriveBusiness.[ContainerWebUrl <String>]
: A path leading to the folder in which the item is stored.[MediaType <String>]
: The item's media type. Can be used for filtering for a specific type of file based on supported IANA Media Mime Types. Not all Media Mime Types are supported.[PreviewImageUrl <String>]
: A URL leading to the preview image for the item.[PreviewText <String>]
: A preview text for the item.[Title <String>]
: The item's title text.[Type <String>]
: The item's media type. Can be used for filtering for a specific file based on a specific type. See the section Type property values for supported types.
[SharingHistory <IMicrosoftGraphSharingDetail-
[]>]
:
TRENDING <IMicrosoftGraphTrending- []
>: Calculated relationship that identifies documents trending around a user.
Trending documents are calculated based on activity of the user's closest network of people and include files stored in OneDrive for work or school and SharePoint.
Trending insights help the user to discover potentially useful content that the user has access to, but has never viewed before.
[Id <String>]
: The unique identifier for an entity. Read-only.[LastModifiedDateTime <DateTime?>]
: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z[Resource <IMicrosoftGraphEntity>]
: entity[(Any) <Object>]
: This indicates any property can be added to this object.[Id <String>]
: The unique identifier for an entity. Read-only.
[ResourceReference <IMicrosoftGraphResourceReference>]
: resourceReference[(Any) <Object>]
: This indicates any property can be added to this object.[Id <String>]
: The item's unique identifier.[Type <String>]
: A string value that can be used to classify the item, such as 'microsoft.graph.driveItem'[WebUrl <String>]
: A URL leading to the referenced item.
[ResourceVisualization <IMicrosoftGraphResourceVisualization>]
: resourceVisualization[(Any) <Object>]
: This indicates any property can be added to this object.[ContainerDisplayName <String>]
: A string describing where the item is stored. For example, the name of a SharePoint site or the user name identifying the owner of the OneDrive storing the item.[ContainerType <String>]
: Can be used for filtering by the type of container in which the file is stored. Such as Site or OneDriveBusiness.[ContainerWebUrl <String>]
: A path leading to the folder in which the item is stored.[MediaType <String>]
: The item's media type. Can be used for filtering for a specific type of file based on supported IANA Media Mime Types. Not all Media Mime Types are supported.[PreviewImageUrl <String>]
: A URL leading to the preview image for the item.[PreviewText <String>]
: A preview text for the item.[Title <String>]
: The item's title text.[Type <String>]
: The item's media type. Can be used for filtering for a specific file based on a specific type. See the section Type property values for supported types.
[Weight <Double?>]
: Value indicating how much the document is currently trending. The larger the number, the more the document is currently trending around the user (the more relevant it is). Returned documents are sorted by this value.
USED <IMicrosoftGraphUsedInsight- []
>: Calculated relationship that identifies the latest documents viewed or modified by a user, including OneDrive for work or school and SharePoint documents, ranked by recency of use.
[Id <String>]
: The unique identifier for an entity. Read-only.[LastUsed <IMicrosoftGraphUsageDetails>]
: usageDetails[(Any) <Object>]
: This indicates any property can be added to this object.[LastAccessedDateTime <DateTime?>]
: The date and time the resource was last accessed by the user. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.[LastModifiedDateTime <DateTime?>]
: The date and time the resource was last modified by the user. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.
[Resource <IMicrosoftGraphEntity>]
: entity[(Any) <Object>]
: This indicates any property can be added to this object.[Id <String>]
: The unique identifier for an entity. Read-only.
[ResourceReference <IMicrosoftGraphResourceReference>]
: resourceReference[(Any) <Object>]
: This indicates any property can be added to this object.[Id <String>]
: The item's unique identifier.[Type <String>]
: A string value that can be used to classify the item, such as 'microsoft.graph.driveItem'[WebUrl <String>]
: A URL leading to the referenced item.
[ResourceVisualization <IMicrosoftGraphResourceVisualization>]
: resourceVisualization[(Any) <Object>]
: This indicates any property can be added to this object.[ContainerDisplayName <String>]
: A string describing where the item is stored. For example, the name of a SharePoint site or the user name identifying the owner of the OneDrive storing the item.[ContainerType <String>]
: Can be used for filtering by the type of container in which the file is stored. Such as Site or OneDriveBusiness.[ContainerWebUrl <String>]
: A path leading to the folder in which the item is stored.[MediaType <String>]
: The item's media type. Can be used for filtering for a specific type of file based on supported IANA Media Mime Types. Not all Media Mime Types are supported.[PreviewImageUrl <String>]
: A URL leading to the preview image for the item.[PreviewText <String>]
: A preview text for the item.[Title <String>]
: The item's title text.[Type <String>]
: The item's media type. Can be used for filtering for a specific file based on a specific type. See the section Type property values for supported types.
RELATED LINKS
https://video2.skills-academy.com/powershell/module/microsoft.graph.users/update-mguserinsight