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
0
votes
1 answer

Outlook Microsoft 365 add account error: An encrypted connection to your mail server is not available

I have been using Microsoft 365 Outlook since past year in Azure VM. Recently I reset the password of my Azure VM. Since then I am not able to access Outlook inside Azure VM. I reinstalled Office 365 apps and tried to add account. But then I got…
Sushrut Paranjape
  • 429
  • 2
  • 4
  • 17
0
votes
1 answer

Reading/Writing M365 Admin contacts

An administrator for a Microsoft 365 domain can create external contacts that are visible to users within that domain. Those contacts can be seen in the M365 Outlook client under "Directory->All Contacts" or "Directory->Default Global Address…
0
votes
1 answer

Graph API - Creating Shared Teams channel not working with Power automate flow

I am trying to create a shared Teams channel with the Graph API in a Power automate flow. But get the error message "UnknownError". Ref image below. But if I copy the URI and body and try it in Microsoft Graph explorer, it works fine to create the…
user3629354
  • 149
  • 1
  • 7
0
votes
3 answers

Fetch data from http in js using fetch

I am writing a basic JS function in Microsoft 365 Excel add-in generated using yeoman generator which I just want to fetch some data from a url, while fetching from https it is working fine. But while doing the same with http I get an error saying…
Lav Sharma
  • 327
  • 1
  • 5
  • 23
0
votes
0 answers

Sync Microsoft 365 data to Netsuite

I would like to sync data from Microsoft 365 back to Netsuite. For example, you can create customers by entering information into Microsoft Excel. In my imagination, Netsuite would call API or something similar to access 365 data, and then we can…
Stormi
  • 1
  • 1
0
votes
1 answer

PS Script to Import users from Azure SQL Table to AAD

I need help with a baseline script (if possible at all) to extract users from Azure SQL to Azure AD with the fields in the SQL tables. Is there such a way to get this into AAD, not On Premise AD? The fields are phone, department..etc However does…
0
votes
1 answer

Microsoft PowerApps calling Power Automate flow Errors out "BadGateway"

I have a PowerApps application that calls an instant flow. It worked fine in testing -- it works fine for weeks. Then all of a sudden I get an error: InstantWorkflow.Run failed: {"error":{"code": 502, "source": "msmanaged-na.azure-apim.net",…
0
votes
2 answers

How to sync Microsoft GAL (Global Address List) on Android and iOS mobile devices

We use Office 365 in the organization and add employee contact information to the Exchange. All contact information of these employees can then be found in the GAL (Global Address List) in Outlook. We want all this employee information to be…
akuljana
  • 187
  • 1
  • 2
  • 17
0
votes
2 answers

Trigger sending an email based on the selected response in an Adaptive Card in MS Teams

I suspect this is too advanced for what Adaptive Cards can do, but I'm asking here to be sure and get alternative ideas if people have any. My workplace has a process in effect where we must complete a health check before we're permitted to work…
0
votes
1 answer

Creating azure ad group with group types "Unified" and "DynamicMembership" fails in azure powershell function

I am using AzureAdPreview moudule and with the help of this I am trying to create a group with types "Unified" as well as "DynamicMembership". So as per microsoft doc this is the command I have used Import-Module AzureADPreview…
0
votes
1 answer

Power Automate (MS Flow) Error: "Something went wrong. The requested approval is not accessible to the caller." How do I fix this?

My user tries to access Microsoft Power Automate (Flow) approvals via email notifications that the Flow sends to them. When clicking on the approval, they get an error "Something went wrong. The requested approval is not accessible to the caller."…
alt255
  • 1
  • 2
0
votes
1 answer

Dynamic Distribution Lists --how to generate by members of committees

I can create dynamic distribution lists, e.g. Set-DynamicDistributionGroup -Identity "Atlanta" -RecipientFilter "(Department -eq 'Atlanta')" which works fine, since each person has only one Department But my people are also on one or more of about…
BrownInTown
  • 43
  • 1
  • 7
0
votes
1 answer

EXO: Using EWS for streaming subscriptions stucks at third connection

I'm currently modifying a solution that uses streaming subscriptions to three room calendars implemented via PowerShell to work with Exchange Online. I reimplemented it in C# as it didn't seem to work in PowerShell (no notifications and no error at…
0
votes
0 answers

Delete mails that have been received before the date given by the user using powershell

I am unable to delete mails that have been received before the date given by the user. The code I used is, $date = Read-Host "Enter the date (dd/mm/yyyy)" Search-Mailbox -Identity "abc@consto.onmicrosoft.com" -SearchQuery { received<=$date}…
0
votes
1 answer

How to create an "all@domain.com" email list on Microsoft365 that auto-updates to always include all users?

I would like to create an "all@mydomain.com" email distribution list, which automatically tracks changes of all users. I am currently aware of 2 approaches, which both don't serve my needs Create a Microsoft 365 'group' (which can have a…
KingOtto
  • 840
  • 5
  • 18