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
1
vote
4 answers

New-ExoPSSession: Index was out of range

Im developing a script that connects to Exchange Online Microsoft 365, but when the script executes the cmdlet "Connect-ExchangeOnline", it ends with errors. The specific instruction is: Connect-ExchangeOnline -Organization $myTenant -AppId $AppId…
1
vote
1 answer

How to get Documents from Share Point Online Team Site using Graph API?

I am trying to get the files from a Folder located in SharePoint online Team Site. I could get the Team Site using https://graph.microsoft.com/v1.0/groups?$filter=displayName eq 'DemoSite'&$select=id,displayName How can I get the folders and files…
Asmi
  • 157
  • 1
  • 1
  • 14
1
vote
1 answer

What is the different between message-id and network-message-id in Exchange

currently I'm facing the problems to explain this two term, Message-Id and X-MS-Exchange-Organization-Network-Message-Id in Microsoft Exchange? Based on the Microsoft Docs explanation I still not understand message-id The value of the Message-Id:…
Eng Soon Cheah
  • 257
  • 1
  • 10
  • 42
1
vote
1 answer

How to create home directory without accented characters when using Microsoft 365

If my name includes characters like ä or ö, I'd like to create a home directory without those characters automatically when I log in to the computer connected to my Azure AD directory. There are no settings to tell which name to use as your home…
Eino Mäkitalo
  • 408
  • 3
  • 11
1
vote
1 answer

C# Sharepoint 365 online returns "unauthorized"

I am trying to connect to a Sharepoint site which I can open & navigate in a browser, so I do have permissions. But in my .NET Framework 4.7.2 Console app, I am getting "401 unauthorized". What am I missing? I am using the…
IngoB
  • 2,552
  • 1
  • 20
  • 35
1
vote
0 answers

Best way to send Exchange email from Python when authentication token is required

I have a corporative Microsoft Exchange account and a Python application. I would like to send emails from this account from my Python application with a token authentication, not with the simple (email_address, password). I already have my Python…
MartinHN
  • 124
  • 2
  • 9
1
vote
1 answer

How do I use "Modern UI" "office.com" instead of "Classic UI" "live.com"

Microsoft has 2 different front-end web clients for email, as explained here, the newest is named "modern Outlook UI", and the former one is named "classic Outlook UI". My Microsoft 365 subscription (and also my free old hotmail account) both…
user16457328
1
vote
2 answers

How can you use Firebase tools with a work mail that is not from Google Workspace

I'll put this in points to be clear: My company work mail (xyz@mycompany.com) is hosted with Microsoft 365 I want to use Firebase tools like Firestore, Functions, Hosting, etc Obviously I don't have a Google account and I want to use this work…
1
vote
1 answer

Customize profile card in Microsoft 365

Is it possible to extend or create a new tab in the profile card for Microsoft 365 when hovering over the person image. I want to have one icon placed on red area spot and once the user click on it, should navigate to a dedicated page or change the…
Tanuj
  • 53
  • 1
  • 8
1
vote
1 answer

Get-PnPProvisioningTemplate Execution error in Runbook

I ran the following Powershell in Runbook and got an error. If there are any inappropriate parts in the logic, I would appreciate it if you could point them out. Supplemental  When I changed the name to Get-PnPFolderItem instead of…
1
vote
0 answers

Cannot send email through Office 365 using SMTP server (MFA is off)

A client of mine recently changed IT providers, and in doing so, recreated their Office 365 setup (including Sharepoint and Outlook). When they did this, they turned on MFA (multi-factor authentication) as default. In doing this, it seems they have…
chris84948
  • 3,940
  • 3
  • 22
  • 25
1
vote
1 answer

How can I develop O365 Active Directory login Android?

How can I develop O365 Active Directory login Android? I tried Azure Active Directory, After I put Username and Password I'm getting like this aadsts50011 the reply URL specified in the request does not match the reply URLs configured for the…
1
vote
4 answers

Is it mandatory to sign in with office online account in office for web approach with WOPI Protocol

I have a plan to provide user experience to open and edit excel sheets from my web application for which I am conducting research on the WOPI protocol. It's shown at many places like we should be a member of the Office 365 partner program for this.…
Vikas Krishnan
  • 241
  • 2
  • 7
1
vote
2 answers

Azure DevOps Error 401 Account not authorized to view this page

Although there's a similar question on SO, but it didn't resolve my issue. I created a project in Azure DevOps with my Microsoft365 account (work account name@company.com). Then I invited my client to that project (name2@company2.com). It worked…
Mohammad Yusuf
  • 16,554
  • 10
  • 50
  • 78
1
vote
1 answer

How do I update ink data of onenote pages using Microsoft Graph API

I am trying to build an application interacting with onenote using Microsoft Graph API. I found a official blog OneNote Ink BETA Apis talking about how to get ink data from pages and how to create pages with ink data, but it didn't address how to…
1 2
3
14 15