< Back

Get-MSGraphNextPage

Sat Jan 18, 2020 12:02 pm

NAME Get-MSGraphNextPage



SYNOPSIS





SYNTAX

Get-MSGraphNextPage -NextLink <string> [-Search <string>] [<CommonParameters>]





DESCRIPTION

Gets the next page of a search result if an @odata.nextLink is provided.





PARAMETERS

-NextLink <string>

The value provided in the search result in the "@odata.nextLink" property.



Required? true

Position? named

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-@odata.nextLink <string>

The value provided in the search result in the "@odata.nextLink" property.



This is an alias of the NextLink parameter.



Required? true

Position? named

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-Search <string>

The "$search" query option value.



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

System.String

The value provided in the search result in the "@odata.nextLink" property.





OUTPUTS





RELATED LINKS