The Windows Vista Team Blog has posted a handy list of all of the official Microsoft product team blogs.
Turns out I was already subscribed to seven of them but managed to pick up a couple of new ones that interest me.
You may withdraw your consent at any time. Please visit our Privacy Statement for additional information
The Windows Vista Team Blog has posted a handy list of all of the official Microsoft product team blogs.
Turns out I was already subscribed to seven of them but managed to pick up a couple of new ones that interest me.

Server-side filtering is always best when PowerShell retrieves items from the server. In this article, we explore how to construct a server-side filter to find large mailbox items over a certain threshold. The answer lies in filtering against an old Outlook property. The Graph represents the property through the single value extended property resource. But how do you filter against such a thing?

In this episode of Practical Protection, we take a closer look at the security fundamentals every organization should apply as they adopt Power Platform, from environment design and data policies to RBAC and auditing.

The Microsoft Graph service uses throttling to restrain applications that might want to use more resources than they should. Graph throttling applies to Microsoft Graph PowerShell SDK cmdlets, but you might never notice this because of the way that the retry handler works to smoothen delays imposed by the Graph service.