Forum Discussion
TonyRedmond
Jan 25, 2024MVP
Exchange Online Optimizes Online Address Book Lookups
Microsoft is changing the way that Exchange Online address book updates work to force users to use search rather than browsing through the GAL/OAB. That's fine and should improve things. When playing...
ProSolutions
Jan 28, 2024Iron Contributor
Hello Tony Redmond, It seems like you've encountered limitations in the Get-MgDomainNameReference cmdlet within the Microsoft Graph PowerShell SDK. Indeed, some cmdlets may have constraints that reflect the underlying APIs.
For handling scenarios with a large number of items or when dealing with pagination, you might consider breaking down the query into smaller chunks using filters like `top` and `skip` to navigate through the result set. However, this might not be practical for all scenarios.
If you find these limitations impacting your workflow significantly, you could provide feedback to Microsoft through their official channels, such as the Microsoft 365 UserVoice or the Microsoft Graph GitHub repository. This helps them understand user needs and potentially address these limitations in future updates.
Remember to keep an eye on updates to the Microsoft Graph PowerShell SDK, as improvements and new features are periodically introduced.
Have a great day Tony Redmon!
For handling scenarios with a large number of items or when dealing with pagination, you might consider breaking down the query into smaller chunks using filters like `top` and `skip` to navigate through the result set. However, this might not be practical for all scenarios.
If you find these limitations impacting your workflow significantly, you could provide feedback to Microsoft through their official channels, such as the Microsoft 365 UserVoice or the Microsoft Graph GitHub repository. This helps them understand user needs and potentially address these limitations in future updates.
Remember to keep an eye on updates to the Microsoft Graph PowerShell SDK, as improvements and new features are periodically introduced.
Have a great day Tony Redmon!
TonyRedmond
Jan 29, 2024MVP
ProSolutions It would be nice if you used my correct name...
And I understand how the Microsoft Graph PowerShell SDK works...