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

SharePoint online domain name

We have a SharePoint Online site https://mycompany1.sharepoint.com in prod tenant which is being used by Teams. We are planning to migrate our on-prem SharePoint 2016 sites to SPO. Can i able to use a different domain…
Venkat
  • 15
  • 6
0
votes
1 answer

Use Outlook ribbon button name as string in a macro

I'm trying to get the name of a clicked button on the "Developer" Tab on the ribbon to use as a string in a macro in Outlook version 2212 with M365. Sub ButtonNameDisplay() Dim ButtonText As String ButtonText =…
Ayan Mullick
  • 67
  • 2
  • 11
  • 38
0
votes
1 answer

How to refresh the token of Microsoft Graph API without Client Secret for an Enterprise App?

There is an option to get access_token and refresh_token by adding a offline_access scope. We can also sent requests to get always with the syntax https://login.microsoftonline.com/common/oauth2/v2.0/token Content-Type:…
0
votes
1 answer

Microsoft 365 keeps asking for "Approve Sign-in request" during login

I have deleted the MFA device from my Microsoft 365 account using this link https://mysignins.microsoft.com/security-info. When I perform an SSO login for one of the applications it asks for an MFA Approve Sign-in request after I enter my…
0
votes
2 answers

Microsoft 365 not asking for MFA while doing login

We built Single Sign-on feature through SAML. We are using AWS Cognito as Service Provider and Azure AD as Identity Provider. In our application, a user clicks on Login with Microsoft button, and we redirect them to the AWS Cognito URL for MS 365…
0
votes
0 answers

Upload Manifest.xml file to Microsoft Centralized Deployment cmdlets using power shell in ubuntu environment

I need to install O365CentralizedAddInDeployment module to continue my development related to microsoft365 add-in development. For that I already installed powershell in ubuntu and executed following command, Install-Module -Name…
Pasindu Perera
  • 489
  • 3
  • 8
0
votes
0 answers

Relay not permitted - Microsoft365 Direct Send

I am building a C# application which has to send certain (no-reply) e-mails within my company.(Warnings, Notifications, etc. Internal addresses only) As I have spoken to our IT manager, it is possible without any authentication, even without an…
Eck_FG
  • 1
  • 3
0
votes
0 answers

Infopath Repeating Table Replacing Looked Up Values in all Rows; Values Based on Two Seperate Fields

Here's the thought process and believe it or not I had it working and then it broke, now I am not sure why or how to fix it. I have a secondary data source that is housed in a SharePoint list that contains billing rates for various tiers depending…
0
votes
1 answer

Microsoft 365: Users are not able to use alternate authentification methods

I use Microsoft 365 for my 5-person business and am currently very satisfied, even if it is not always easy. Under "Security -> Authentication methods -> Policies" I have enabled the following methods for all users (target). Microsoft…
0
votes
1 answer

How to correctly know a mailbox exists in exchange online or not using PowerShell

I have created a powershell script to connects to exchange online. The way it works is that, the script accepts a commandline argument as input(userprincipalname of a user), retrieves all mailboxes in exchange online then it checks if the user…
0
votes
0 answers

How to integrate yeoman excel add-ins without running the project?

I am facing an issue with yeoman where I am not able to use the created add-in without keeping the webpack-cli alive. Whenever I am closing the prompt running webpack the add-in cannot be used anymore and I am getting the following: Error I tried…
0
votes
1 answer

Event when a user is completing a todo or other task

I would like to use tasks instead of email for part of our system. I know how to create a task with MS Graph but what I am looking for is a way to run an azure function whenever a user is completing the task I sent. Is there something I can listen…
Ofer Gal
  • 707
  • 1
  • 10
  • 32
0
votes
0 answers

How to pin global navigation on the home site of SharePoint Online

I have a request from users to pin the global navigation only on the home page. Has anyone write a web part or extension to make this happen? Thank you.
Ofer Gal
  • 707
  • 1
  • 10
  • 32
0
votes
2 answers

SharePoint page using address with the 365 connected domain

I have a 365 tenant on domain {somename}.onmicrosoft.com and a connected domain {othername}.com I was able to create users as {username}@{othername}.com I wonder how I can have pages show with https://{othername}.com ? Is there an admin action to…
Ofer Gal
  • 707
  • 1
  • 10
  • 32
0
votes
1 answer

encryptionCertificateId of Microsoft API

I'm trying to register a webhook for microsoft teams in order to get an update once a message is sent over some chat. Apparently the way to do that according to Microsoft API, is to send a request with "encryptionCertificate" as following: Now I'm…