Skip to content

Commit

Permalink
Adding notice with the -Delta parameter
Browse files Browse the repository at this point in the history
Adding notice with the -Delta parameter that using it in combination with -Select and -Filter has limitations
  • Loading branch information
KoenZomers authored Nov 7, 2023
1 parent 486c156 commit 4853619
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion documentation/Get-PnPAzureADUser.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ Retrieves the 10th through the 20th user from Azure Active Directory. Notice tha
### -Delta
Retrieves all users and provides a SkipToken delta token to allow to query for changes since this run when querying again by adding -DeltaToken to the command.

Note that using -Select and -Filter in combination with this parameter is limited. More information on this can be found [here](https://learn.microsoft.com/graph/api/user-delta?view=graph-rest-1.0&tabs=http#odata-query-parameters).

```yaml
Type: SwitchParameter
Parameter Sets: Return the delta
Expand Down Expand Up @@ -240,4 +242,4 @@ Accept wildcard characters: False
## RELATED LINKS
[Microsoft 365 Patterns and Practices](https://aka.ms/m365pnp)
[Microsoft 365 Patterns and Practices](https://aka.ms/m365pnp)

0 comments on commit 4853619

Please sign in to comment.