Selectively archiving shared mailbox folders to online archive using policy
I am trying to craft a policy that will archive selected folders (in this case just Sent Items and Deleted Items) from a shared mailbox into its online archive, and I want only archive items that are over 7 days old from these 2 folders only. Leaving…
How to call MSAL with the help of `Office.auth.getContext()` response?
In Microsoft documentation for the Office.auth.getContext() method, it mentions: "Gets information about the signed-in user. The add-in can pass this information to the Microsoft Authentication Library (MSAL.js) to get an access token for the…
If the Optional Connected Experiences is turned on in Word, is data sent back to Microsoft used to train LLM AI?
We are a charity and we deal with sensitive personal data. Answers @ Microsoft encouraged me to submit my question via the response here. If the Optional Connected Experiences is turned on in Word, is data sent back to Microsoft used to train LLM AI?…
Troubleshooting Content Index State Issues for Database Copy in DR Site - Exchange 2016 DAG
Hello Community, I am currently facing an issue with the Content Index State in my Exchange 2016 DAG environment, and I would greatly appreciate your assistance. Here’s a detailed description of my environment, the problem, and the steps I’ve taken so…
Roles required for fetching data from ReportingWebService API
I am attempting to retrieve data from Message Trace API(ReportingWebService) by utilizing, other than built-in : Security Reader and Global Reader roles. Can someone help me, in knowing any other built in role for fetching the data? Or it would be great…
how to add secret and retrieve it in vm powershell
I have configured a secret in key vault so i'm trying to retrieve it in my vm by using powershell commands so i just need navigation steps to retrieve the secret and also i have added the access policies and selected the particular vm.
How do I adjust the language of captions in interactive videos in Microsoft Learn?
I am taking the course Manage Microsoft Purview eDiscovery (Premium). The interactive videos say that captions are available in more languages. However, when I open the interactive videos (e.g. this video), I cannot find a way to change the language of…
Can a user exist in mail enabled security in graph and service account in exchange online?
We are working on migrating customers from Exchange Online to Microsoft Graph. In this context, can a user simultaneously belong to both a Service Account and a Mail-Enabled Security Group, while also having basic read permissions to ensure the…
export to PPT option is not showing in the word web.
I am not getting the option of export to PowerPoint in the word web, after a specific update. Please help us to fix it.
How to fetch list items from sharepoint using clientid and client secret?
So, I have the Client ID and Client Secret for the SharePoint site. Using these, I am able to create the access token. However, when I use this access token to fetch list items, I receive an empty array, even though the SharePoint list contains values.…
one drive shared links API
import * as msal from '@azure/msal-node'; const msalClient = new msal.ConfidentialClientApplication({ auth: { clientId: CONFIG.ONE_DRIVE_CLIENT_ID, authority: `https://login.microsoftonline.com/${CONFIG.ONE_DRIVE_TENANT_ID}`, …
I have a problem change password with user removed from synchronization
Good morning, I removed Entra ID Connect from synchronization to make some users cloud-only, but when changing the password at first login or manually changing it from error 12100 and from the logs you can see that it tries to write back the password,…
undefined: graphdrives.NewInvitePostRequestBody (Graph SDK Golang)
Hi There I am trying to invite people to SharePoint Folders by using the example here (Golang): https://learn.microsoft.com/en-us/graph/api/driveitem-invite?view=graph-rest-1.0&tabs=go However, NewInvitePostRequestBody seems to be inexisting. I also…
Help with Encrypting Emails in Outlook
Hello, I need some assistance with encrypting emails in Outlook, please. I've read numerous posts and articles from Microsoft Learn, but I'm still unsure about the best way to send confidential information via email. I have a Microsoft account through my…
exchange 2019 issue with backup exchange logs/databases
Hi, I have single on-prem Exchange 2019 installed on win2k22 with 5 mailbox databases. We're using netbackup version 10 server to backup databases/logs and client 9 on OS Since Monday evertything correctly, now during exchange full backup or differential…
Could not create a Private Channel using Microsoft Graph API on a Targeted/First Release tenant
We are having issues creating a Teams Private Channel within Targeted Release M356 tenants when using Microsoft Graph API. When we want to create a Private Channel the channel is created but the SharePoint folder backing up the channel is not created.…
Exchange hybrid connector validation error
Hi, We recently setup Exchange Hybrid on Classic mode. Completed without errors. During setup we ensure that the Transport Certificate is valid and we assigned our 3rd party cert (godaddy). We checked on IIS that "Default Front End"…
How Pin Unpin Sharepoint library column in filters pane programmatically
How Pin Unpin Sharepoint library column in filters pane programmatically
Am I eligible for M365 Developer Program?
Hi, my name is Pietro Noli and I am an MCT (Microsoft Certified Trainer) and a Power Platform Trainer. Am I eligible for a working M365 Developer Program? Thanks, Pietro.
C# MSGraph API Sharepoint get Sites list
Hello, Need to get sharepoint site content using MS Extra DI login; I use two way to authenticate on azure Sharepoint site and get sites list: Using TenantId/ClientId/ClientSecret, Using MS Extra ID - login form is shown using 2 factor…