You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While, I can successfully craft the Graph URL parameter to include "/delta", and in combination with the "-All" parameter, Invoke-PnPGraph method will return all results - however, it does not return the @odata.DeltaLink at the end, only the final @odata.nextLink
Therefore, the deltaToken is not returned, so I cannot save and tuse in a subsequent call to return only items which have changed.
It would be very useful if this could be returned - it would help with some limitations we have found with Get-PnPAzureADUser - which does not appear to support advanced "-Filter" parameters (ie. "onPremisesExtensionAttritubes.extensionAttribute1 eq 'x'"), nor does it seem able to return any of the "onPremisesExtensionAttritubes" when added to the "-Select" parameter.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Some Graph API endpoints allow the use of "delta" to return only items which have changed:
While, I can successfully craft the Graph URL parameter to include "/delta", and in combination with the "-All" parameter, Invoke-PnPGraph method will return all results - however, it does not return the @odata.DeltaLink at the end, only the final @odata.nextLink
Therefore, the deltaToken is not returned, so I cannot save and tuse in a subsequent call to return only items which have changed.
It would be very useful if this could be returned - it would help with some limitations we have found with Get-PnPAzureADUser - which does not appear to support advanced "-Filter" parameters (ie. "onPremisesExtensionAttritubes.extensionAttribute1 eq 'x'"), nor does it seem able to return any of the "onPremisesExtensionAttritubes" when added to the "-Select" parameter.
Beta Was this translation helpful? Give feedback.
All reactions