Questions tagged [microsoft365]

Microsoft 365 includes the full Office suite of Microsoft Office 365 apps plus Microsoft Teams collaboration software for home, business & enterprise.

Microsoft 365 includes the full Office suite of Microsoft Office 365 apps plus Microsoft Teams collaboration software for home, business & enterprise.

217 questions
2
votes
0 answers

Unable to delete Sharepoint Online term store items programmatically

I'm trying to delete terms or term sets from the default taxonomy store in a C# application which authenticates with an Azure App. I've tried using certificate and app secret authentication as well as a user account context. Using the…
2
votes
1 answer

How can I link a callRecord to an outlook event?

In our app we have a screen where we show the events from our user's Outlook calendar and the teams calls made by our user (that linked his O365 account and gave us the necessary permissions). We intercept these calls with a subscription on the…
1
vote
1 answer

Endpoint in Microsoft Graph Explorer to retrieve a list of all applications a user has access to

I'm working on a project where I need to retrieve a list of all applications that a user has access to in Microsoft Graph Explorer. By "applications," I mean Microsoft 365 applications like Outlook, PowerPoint, Word, and others. I've been exploring…
1
vote
1 answer

GoDaddy + Microsoft 365: Send email using SMTP works on locally but fails on hosted website (C# ASP.NET MVC)

Hosting: GoDaddy Windows Hosting Platform: ASP.NET MVC C# .NET Framework 4.8 Email: Microsoft 365 SMTP Settings: Host: smtp.office365.com Port: 587 DeliveryMethod: Network EnableSsl: true Credentials: Username & Password Send email works fine when…
1
vote
0 answers

PowerBI performance monitoring

As a tenant admin in PowerBI, I've access to all system relevant settings. However, i can't see all workspace details of my users. How can i find out automatically, which PowerBI Workspace and User action brings the PowerBI tenant to it's capacity…
1
vote
1 answer

Is it possible to view an entire M365 tenant's Exchange data in PowerBI?

Apologies in advanced, I'm not a PowerBI user. I would like to know if this customer's query is possible with PowerBI before I send them elsewhere: The customer would like to see a weekly report highlighting the total number of emails received from…
1
vote
1 answer

PowerShell script to get user information takes hours to run--any way to do it faster?

This PowerShell script to get a lot of user information from Microsoft 365 and write to csv works fine, but is taking a LONG time to run (like hours) for about 12k users. Is there any way to do this in a faster way? Is there an API I can call from…
1
vote
0 answers

Prevent multiple booking for same staff in microsoft booking for same time slot

i want to Prevent multiple booking for same staff in microsoft booking .like right now multiple booking are getting created for same time slot I tried following in the service section - assign buffer to 1 hour before and after in availability…
neeraj
  • 345
  • 2
  • 6
  • 19
1
vote
1 answer

PowerShell - PnP - Microsoft Groups - Get Guest access setting AllowToAddGuests

I'm using the AzureADPreview module to find out if a group has guest access allowed. This is working fine and returns true/false, script shown below: $groupSettings = Get-AzureADObjectSetting -TargetType Groups -TargetObjectId…
1
vote
0 answers

How to automate the export from Active/License Users from Power BI (Microsoft 365) Admin Portal

I would like to know if there is any solution how to automate the export of files from Admin Portal / Microsoft defender for Cloud apps instead of manually logging there and doing it by export button. In my case I need active users/licenses that are…
MmVv
  • 553
  • 6
  • 22
1
vote
2 answers

How to use a list column value as a flag to resolve infinite loop problems in a Power Automate flow?

I am trying to resolve this error in Power Automate: Actions in this flow may result in an infinite trigger loop. Please ensure you add appropriate conditional checks to prevent this flow from triggering itself. This seems to be a common problem…
user1063287
  • 10,265
  • 25
  • 122
  • 218
1
vote
0 answers

Getting the User Email from Microsoft 365 OAuth2 for IMAP

I want to use the Microsoft 365 OAuth2 to authenticate and authorize users in a multi-tenant environment for IMAP/SMTP access using the scope: openid profile email offline_access https://outlook.office.com/IMAP.AccessAsUser.All…
Samuel
  • 1,949
  • 4
  • 18
  • 30
1
vote
1 answer

Microsoft Team finding person deleting channel

Somewhere we have a user(s) that have deleted several channels on Microsoft teams. We have a feeling it is someone that is trying to hide the channel and not delete it. I would assume this would be logged in a security audit somewhere, I am just not…
bd_iii
  • 163
  • 7
1
vote
0 answers

PowerBI : is there a cloud equivalent to the ReportServer PBI tables?

I use Power BI on premise, and I am used to query the sql-server ReportServer database to retrieve useful informations on those tables : dbo.Catalog (reports) dbo.ExecutionLogStorage (reports usage audit) Now, I am also using cloud-based PowerBI…
Kronos
  • 174
  • 11
1
vote
1 answer

Microsoft Graph API does not return all received mail for family and personal accounts

Using the following endpoint returns all mail (both sent and received) for a work account: GET /me/messages However it doesn't return all received mail for personal/family accounts. Both the v1.0 and beta versions display this behaviour. Is there a…
1
2
3
14 15