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

Microsoft 365 locale formats (date etc.) not consistent with Country

We have recently set up a new org in Microsoft 365. The issue we're having is all of our users/apps are defaulting to "US" formats - mm/dd/yy, Letter page sizes, etc. Our "Country" is set to "Australia" on the main Org Information panel in the admin…
Incipient
  • 59
  • 7
0
votes
2 answers

Significance of Power automate

My understanding regarding the power of Microsoft's power automate is its predefined connectors that helps us to connect with multiple Microsoft as well as third party applications like github etc., its ability to provide nested condition control…
Shanjana M
  • 5
  • 1
  • 4
0
votes
1 answer

Is it possible to assign Office365 licenses via Powershell using a csv file?

What I'm looking to do here is assign specific licenses to specific accounts, that is pulled from a csv file. I have some scripts where I can bulk assign but only one license type at a time. What I'm looking to have is more granular control and bulk…
coderific
  • 33
  • 1
  • 9
0
votes
1 answer

Webivew2 Runtime and Office/Microsoft 365

I'm currently developing a solution with webview2. Initially i was thinking about packaging the contents of the .cab file as part of the webview2 runtime from Microsoft site https://developer.microsoft.com/en-us/microsoft-edge/webview2/ But, I'm…
0
votes
1 answer

SP 365 rest search api return '500 internal server error' for using HTTP POST

Our product uses SP 365 search api. Several of our customers report that when using the following search API: '/_api/search/postquery' with body: {'request': { 'Querytext':'test', …
0
votes
0 answers

PHPWord and O365 / Microsoft Graph

I want to integrate my PHP App with Microsoft Word in Office 365. Will the PHPWord package enable integration with Microsoft Office 365 Word. Does this use Microsoft Graph. If not is there another way to approach this?
0
votes
2 answers

Is there a REST (Graph or otherwise) equivalent of Set-Mailbox and Add-MailboxPermission powershell commands?

Basically same question with this one more than 3.5 years ago. Curious if anything has changed? Is it available now? Was hoping to do below commands via REST: Add-MailboxPermission -Identity $userUPN -User $delegateTo -AccessRights FullAccess…
0
votes
1 answer

Azure AD guest users encountering double MFA

I have Azure security defaults enabled for my organization. I have several external guest users who are part of another organization that also enforces MFA. Guest users are reporting that they are being forced to go through two stages of MFA when…
0
votes
1 answer

Get list of my own calls through Microsoft Graph

I am trying to get a list of my own calls through Microsoft Graph. In a chat in Microsoft Teams, the calls are listed within the chat, so I thought I might be able to find the records of calls in the list of chat messages. However, they are not…
0
votes
1 answer

Update only specific columns in Office AddIn (Javascript Excel JS API)

Can someone please help me to update only specific columns in Excel Table using Office JS API. I want to just update only column PSID and Name as shown in below diagram. I am using Node JS with project scaffolded from yo Office template with React…
Tanuj
  • 53
  • 1
  • 8
0
votes
1 answer

How to `az ad group create` for Microsoft365 group?

There are two types of groups in Azure Active Directory: Security Microsoft365 I can create a new Security group using Azure CLI and az ad group create --display-name TEST. How do I create a new Microsoft365 group using Azure CLI? Is it…
0
votes
1 answer

SharePoint deleted my phone number authentication

I receive push messages for Microsoft account sing-on. I deleted my phone authentication from SharePoint and I am unable to sign-in now. I am the admin for the microsoft365, SharePoint.
0
votes
1 answer

AIP Sensitivity Labels added via Power Automate

I am interested to know if its possible to apply a sensitivity label to a document received via an email and then save the document to a specific directory in one drive. For example, lets say company xyz sends a mail with files attached that we must…
0
votes
1 answer

Failed to create group xxx. Dynamic membership rule validation error: Invalid value

I want to creat a dynamic group that get all users that has MICROSOFT 365 BUSINESS PREMIUM Syntax (user.accountEnabled -eq true) and (user.assignedPlans -eq SPB) The string is base on this link MICROSOFT 365 BUSINESS PREMIUM = SPB Above give me an…
Julius Limson
  • 526
  • 9
  • 29
0
votes
1 answer

How to place background images on HTML emails with dynamic height from table row?

I am creating HTML emails and would like a background image in the table row section to show the background images behind the table cells in that row. As I understand, for Microsoft Outlook, I need to use table structure, and read articles like…
Shaun
  • 3
  • 4