< Back

New-ItemReferenceObject

Sat Jan 18, 2020 12:33 pm

NAME New-ItemReferenceObject



SYNOPSIS

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





SYNTAX

New-ItemReferenceObject [-driveId <string>] [-driveType <string>] [-name <string>] [-path <string>] [-shareId

<string>] [-sharepointIds <object>] [-siteId <string>] [<CommonParameters>]





DESCRIPTION

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





PARAMETERS

-driveId <string>

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



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-driveType <string>

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



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-name <string>

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



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-path <string>

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



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-shareId <string>

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



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



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-siteId <string>

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



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