< Back

New-RemoteItemObject

Sat Jan 18, 2020 1:33 pm

NAME New-RemoteItemObject



SYNOPSIS

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





SYNTAX

New-RemoteItemObject [-createdBy <object>] [-createdDateTime <DateTimeOffset>] [-file <object>] [-fileSystemInfo

<object>] [-folder <object>] [-lastModifiedBy <object>] [-lastModifiedDateTime <DateTimeOffset>] [-name <string>]

[-package <object>] [-parentReference <object>] [-shared <object>] [-sharepointIds <object>] [-size <long>]

[-specialFolder <object>] [-webDavUrl <string>] [-webUrl <string>] [<CommonParameters>]





DESCRIPTION

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





PARAMETERS

-createdBy <object>

The "createdBy" property, of type "microsoft.graph.identitySet".



This property is on the "microsoft.graph.remoteItem" 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.remoteItem" type.



Required? false

Position? named

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

Accept pipeline input? false

Accept wildcard characters? false



-file <object>

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



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-fileSystemInfo <object>

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



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-folder <object>

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



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-lastModifiedBy <object>

The "lastModifiedBy" property, of type "microsoft.graph.identitySet".



This property is on the "microsoft.graph.remoteItem" 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.remoteItem" type.



Required? false

Position? named

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

Accept pipeline input? false

Accept wildcard characters? false



-name <string>

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



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-package <object>

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



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-parentReference <object>

The "parentReference" property, of type "microsoft.graph.itemReference".



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-shared <object>

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



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-sharepointIds <object>

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



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-size <long>

The "size" property, of type "Edm.Int64".



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



Required? false

Position? named

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-specialFolder <object>

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



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-webDavUrl <string>

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



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-webUrl <string>

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



This property is on the "microsoft.graph.remoteItem" 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