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

Is there any way to create an online form to create tasks to planner?

I'm new to microsoft planner 365 and I think it's a great tool. I do not want users to access my plan (board). Is there any way I can create an online form that can be shared to other users to allow them to submit requests and it adds tasks directly…
kuml2
  • 15
  • 7
0
votes
1 answer

Webhook\change notification when User reset\update password

We are having a Microsoft 365 Tenant with a Global Admin and other end users. We have a requirement that whenever the User\Admin updates his password we need to perform some critical activity. If we create a change notification subscription for user…
Kumar Tech
  • 51
  • 9
0
votes
1 answer

SMTP Mail not sent with Two step verification on in office 365

I have created an office 365 admin account with the domain name. I also enable two-step verification in my account at the Security info display in the picture: But whenever I am sent a mail using this account that will give me an error like…
suchit rana
  • 1
  • 1
  • 1
0
votes
1 answer

BirthDay calculated column on sharepoint

Ive been working on a list in sharepoint and i want to know if today there are birthdays. So i created a calculated column using a born date. I can know if the actual month is equal to the born month and if the actual day is equal to the born day,…
0
votes
1 answer

Sharepoint online - private folders for accounts

I have a SharePoint online site with different users added (read-only). Everyone has a folder where they can store their personal documents. Is there any way to make each account see only their own folder with their documents when they enter…
0
votes
1 answer

Inconsistency with findmeetingtime graph api response

We are using FindMeetingTimes to get Office 365 Rooms resources which are available in a given time constraint. When number of rooms in Office 365 are less then it is working fine even if multiple hits are made simultaneously. But eg- If i have 48…
0
votes
2 answers

How can you customize or style a list/library's column headers in SharePoint Online Modern sites?

I am trying to Customize/Style the Column headers in SPO but can't able to do it modern UI. I Don't want do DOM Manipulation(since the classes can be changed at any time) but wanted to see if there's an alternative way where I can customize and…
0
votes
1 answer

Microsoft.Online.DirectoryServices.DirectoryValueExistsException on trying to add users to office 365 group (AzureAD)

I tried to add a bulk of users into M365 group. However, the group contains 0 members. On checking the logs, I see that a lot of member adds were successful to the group and the ones that did log a failure were all for the following reason:…
user989988
  • 3,006
  • 7
  • 44
  • 91
0
votes
0 answers

Unable to delete Exchange contacts via Powershell

I have some contacts that I cannot remove. I don't know how they got in this state, or how to solve the problem. If I use: Get-Contact The names are listed. If I use: Get-MailContact They are not. What this means is that Remove-MailContact…
0
votes
1 answer

sharepoint website modification and user activity interception

There are several topics I have questions about, where googling did no good to me, neither did it lead me to any valuable resources. Can I modify the SharePoint page to my needs, like can I customize it so much that I can add something like a…
0
votes
1 answer

MS365 / Azure AD failed login attempts from suspicios locations

we just found out that there are daily login attempts to some of our Microsoft accounts from suspicious locations in Asia, the US and other regions. All of our users are in Germany though. I'm attaching a screenshot from our Azure AD portal, maybe…
0
votes
0 answers

MS Graph API | Error on content convert from xlsx to pdf

I attempted an API call that converts the XLSX to PDF using the following endpoint GET /me/drive/items/{item-id}/content?format={format} Excel.xlsx Has 5 worksheets ['Sheet1', 'ワークシート', ',..&^&^(^(%^$%#$@@((&&)'] Sheet1 is blank ワークシート is filled…
0
votes
1 answer

AzureAD/Microsoft365: I'd like to change our users UPN from InitalLetterGivenName.Surname@domain.com to GivenName.Surname@domain.com

I guess it could be done easily via Powershell and the AzureAD module however I've got couple of doubts and it seems I can't find the proper documentation to help me to dispel them. When I change the UPN in AzureAD will it be automatically changed…
0
votes
1 answer

End of support for Basic Authentication in Exchange Online and ways to downgrade organization's security for soon to be retired web application

The company I work for has an old web app that integrates with Exchange (online and on-premises) using ExchangeServiceBinding Proxy Class. The app will soon be retired, but it's still used by some of our customers. Now with the end of support for…
0
votes
1 answer

Getting 400 bad request from Microsoft Graph Api for SchemaExtensions

Limit of: 5 extension schema definitions can be written. ! Here is the response { "error": { "code": "BadRequest", "message": "Limit of: 5 extension schema definitions can be written.", "innerError": { "date":…