Reporting on Teams apps and tabs
A sample script to generate a report of all Microsoft 365 Teams apps and tabs within your organization. …
All about Microsoft 365
A sample script to generate a report of all Microsoft 365 Teams apps and tabs within your organization. …
While browsing the Graph API documentation earlier today, I spotted a new addition to the \beta APIs – endpoints to manage Azure AD administrative units. For those of you that aren’t aware of AUs, here’s the one-minute version: AUs are “containers” for user and group objects, which you can then …
Continue readingManaging Azure AD Administrative Units via the Graph API
In the Exchange world, items (and folders) can be represented by several different identifiers, depending on the interface used. As detailed in the documentation, those unique-valued identifiers include: EwsId – the identifier returned in operations performed via the EWS API. For example, when you do a search for messages or …
Continue readingConverting item and folder IDs via the Graph API
At the end of July, I published a “proof of concept” PowerShell script for generating a report of all shared files across all OneDrive for Business sites in the organization over at Practical 365. The script uses the Graph API to fetch a list of all files, then for each …
Continue readingUpdated version of the ODFB shared files report PowerShell script
A simple PowerShell script to report on any aliases/email addresses configured on Microsoft Teams, including those corresponding to Teams channels. …
Continue readingReporting on any email addresses configured for Teams and channels via the Graph API