< Back

New-UserActivityObject

Sat Jan 18, 2020 1:42 pm

NAME New-UserActivityObject



SYNOPSIS

Creates a new object which represents a "microsoft.graph.userActivity" (or one of its derived types).





SYNTAX

New-UserActivityObject [-activationUrl <string>] [-activitySourceHost <string>] [-appActivityId <string>]

[-appDisplayName <string>] [-contentInfo <object>] [-contentUrl <string>] [-createdDateTime <DateTimeOffset>]

[-expirationDateTime <DateTimeOffset>] [-fallbackUrl <string>] [-historyItems <object[]>] [-lastModifiedDateTime

<DateTimeOffset>] [-status <string>] [-userTimezone <string>] [-visualElements <object>] [<CommonParameters>]





DESCRIPTION

Creates a new object which represents a "microsoft.graph.userActivity" (or one of its derived types).





PARAMETERS

-visualElements <object>

The "visualElements" property, of type "microsoft.graph.visualInfo".



This property is on the "microsoft.graph.userActivity" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-activitySourceHost <string>

The "activitySourceHost" property, of type "Edm.String".



This property is on the "microsoft.graph.userActivity" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-activationUrl <string>

The "activationUrl" property, of type "Edm.String".



This property is on the "microsoft.graph.userActivity" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-appActivityId <string>

The "appActivityId" property, of type "Edm.String".



This property is on the "microsoft.graph.userActivity" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-appDisplayName <string>

The "appDisplayName" property, of type "Edm.String".



This property is on the "microsoft.graph.userActivity" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-contentUrl <string>

The "contentUrl" property, of type "Edm.String".



This property is on the "microsoft.graph.userActivity" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-createdDateTime <DateTimeOffset>

The "createdDateTime" property, of type "Edm.DateTimeOffset".



This property is on the "microsoft.graph.userActivity" type.



Required? false

Position? named

Default value 1/1/0001 12:00:00 AM +00:00

Accept pipeline input? false

Accept wildcard characters? false



-expirationDateTime <DateTimeOffset>

The "expirationDateTime" property, of type "Edm.DateTimeOffset".



This property is on the "microsoft.graph.userActivity" type.



Required? false

Position? named

Default value 1/1/0001 12:00:00 AM +00:00

Accept pipeline input? false

Accept wildcard characters? false



-fallbackUrl <string>

The "fallbackUrl" property, of type "Edm.String".



This property is on the "microsoft.graph.userActivity" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-lastModifiedDateTime <DateTimeOffset>

The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".



This property is on the "microsoft.graph.userActivity" type.



Required? false

Position? named

Default value 1/1/0001 12:00:00 AM +00:00

Accept pipeline input? false

Accept wildcard characters? false



-userTimezone <string>

The "userTimezone" property, of type "Edm.String".



This property is on the "microsoft.graph.userActivity" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-contentInfo <object>

The "contentInfo" property, of type "microsoft.graph.Json".



This property is on the "microsoft.graph.userActivity" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-status <string>

The "status" property, of type "microsoft.graph.status".



This property is on the "microsoft.graph.userActivity" type.



Valid values: 'active', 'updated', 'deleted', 'ignored', 'unknownFutureValue'



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-historyItems <object[]>

The "historyItems" property, of type "microsoft.graph.activityHistoryItem".



This property is on the "microsoft.graph.userActivity" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS





RELATED LINKS