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
0 answers

Must a wordFormatpdf reference # change in a pdf compiling Python script when Microsoft suite program package is updated?

I have used a .bat that references a .py script which converts Word, Excel and PowerPoint outputs into temporary .pdf versions that are then compressed into a single .pdf output file. Recently the .bat has not been successful at converting the word…
0
votes
1 answer

Attachments functions return "Error: attempt to apply non-function"

I'm trying to apply both $list_attachments() and $download_attachment() to my outlook object but they return the same error. The code is straight forward: email <- my_outlook$list_emails(n = 1) email2 <- email$list_attachments() Error: attempt to…
iago nunes
  • 56
  • 9
0
votes
0 answers

How to solve 'ERR Logon failure' error when reading Microsoft 365 mails using POP3 in C#?

Although my password is correct when reading mail with POP3, I get the error -'ERR Logon failure: unknown user name or bad password' in MICROSOFT 365 mails. I can read all other mails but I have problems with microsoft 365 mails. Version update , I…
n01
  • 11
  • 3
0
votes
1 answer

DataCardValue PowerApps

Hello everyone can someone help me with how you can ensure that with these DataCardValue's you can ensure that once the Department has chosen Support or Development, that Windows Laptop (Finance Only) cannot be chosen in the Hardware DataCardValue,…
Justin S
  • 11
  • 4
0
votes
0 answers

Authentication error with Spring Boot on office365 smtp

The authentication method we always used for office365 smtp stoped working and we have no idea why. It always worked normally, the login and password works direct in browser, so this is not the…
0
votes
1 answer

Graph API - Get nested values from Powershell into the output

I am trying to get a list of all Microsoft 365 Admin Centre Messages into a table, but I am having an issue with the output formatting, since the "Services" Field is nested. I have an azure App registration and a token, with the correct permissions,…
0
votes
0 answers

Create different email signatures for employees at my company

I would like to know how can I create through the microsoft 365 admin center different email signatures for different employees.
0
votes
0 answers

inter-tenant collaboration with more than 2 Tenants

Is it possible, with a guest account that has permissions to access the m365 tenants of two different companies, to sync both companies' OneDrive files on a local computer at the same time? I have an busines Premium Account and with this account I…
0
votes
0 answers

How to directly use files stored in cloud on my local software which is not cloud native software

I have a requirement and I am not able to find something related to this on the internet (yeah bit strange!!) I have some software in my local machine that I use for my work (some finance software for tax filing, and maintaining balance sheets like…
Arpit Agrawal
  • 1,180
  • 1
  • 10
  • 21
0
votes
1 answer

How to access PA flows shared to a group shared email account

A Power Automate user has shared the ownership of their flows to a shared email account that the whole team has access to. However, when the team attempts to view the flows from the link in the email, Power Automate states that they do not have…
0
votes
1 answer

Calculate Sums in CSV File with Powershell

I'm a powershell beginner and I hope you can help me. I wrote a PS script for our accounting department that shows the license costs for our microsoft 365 users with the cost center number of the user. I would like to expand the script by…
0
votes
0 answers

How to connect to multiple Microsoft 365 services without running as admin

When I run the script below, in a non-elevated powershell window, it prompts for password on the first line, as it should, but then continues to prompt again for the other four service connect logins. When I run the same commands in an elevated…
BrownInTown
  • 43
  • 1
  • 7
0
votes
0 answers

Is there a way to change site's template GROUP#0 to STS#3 (Site relation to 365 group)

I have a GROUP#0 site with GroupID and RelatedGroupID a valid Guid but that Guid points to a 365 group that was deleted long ago (not in the deleted groups) Is there away to clear GroupID and RelatedGroupID so I can use "Connect to new Microsoft 365…
Ofer Gal
  • 707
  • 1
  • 10
  • 32
0
votes
1 answer

MSOnline PowerShell error "Get-MsolUserLicense"

I have written a powershell script but am getting an the following Error: The term 'Get-MsolUserLicense' is not recognized as the name of a cmdlet The module MSOnline is installed. #Script to change users password, inbox to shared mailbox and…
Shaggy89
  • 689
  • 1
  • 5
  • 18
0
votes
1 answer

Error in Azure Data Pipeline to get user details from Microsoft 365 need to opt in to Microsoft Data Connect

I need to retrieve all Microsoft 365 users within our tenant and extract these info to Blob Storage using Azure Data Factory Here's my linked service as source I encountered an error that I have to opt in to Microsoft Data Connect does it have…
Yzak
  • 81
  • 2
  • 13