352,148 questions

Sort by: Updated
1 answer

Insufficient privileges to complete the operation.

{ "sessionId": "6efa16eba4d74ac69e830d1fb37280fd", "errors": [ { "errorMessage": "interaction_required: AADSTS16000: User account '{EUII Hidden}' from identity provider 'live.com' does not exist…

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,865 questions
asked 2024-06-09T08:40:31.45+00:00
Froilan Cadiente 0 Reputation points
edited the question 2024-06-10T09:04:09.0966667+00:00
pnaroju 1,640 Reputation points Microsoft Vendor
1 answer

How to set 'Account lockout duration' with an intune device policy

Good morning For the Security Recommendation "Set 'Account lockout duration' to 15 minutes or more" I want to deploy this setting with the value "15" as a device configuration policy. I know I can set the LockoutPolicy with a OMA-URI…

Microsoft Intune Configuration
Microsoft Intune Configuration
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Configuration: The process of arranging or setting up computer systems, hardware, or software.
1,767 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,546 questions
asked 2024-06-05T08:26:40.42+00:00
Michèle Merlo 0 Reputation points
commented 2024-06-10T09:00:47.07+00:00
Michèle Merlo 0 Reputation points
3 answers

I get this message while try to download microsoft teams : This app package is not supported for installation by App Installer because it uses certain restricted capabilities.

I am having difficulties installing MS teams. I get the following message This app package is not supported for installation by App Installer because it uses certain restricted capabilities.

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,331 questions
asked 2024-03-13T12:58:55.19+00:00
Liana Xharra Tolaj 10 Reputation points
commented 2024-06-10T08:59:09.14+00:00
Christopher Bedford 26 Reputation points
0 answers

Gridview ID problem

Hello, I have two gridviews set up. Both of them use the default scrolling buttons. In one gridview if you look at the properties of the scroll > buttons the ID property is missing like this: <input type="image"…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,355 questions
asked 2024-06-06T17:56:28.6366667+00:00
Wheeler, Lee 0 Reputation points
commented 2024-06-10T08:59:03.6633333+00:00
Lan Huang-MSFT 27,476 Reputation points Microsoft Vendor
1 answer

Label Inheritance

Hello All, Just sharing some concerns due to some known issues discovered with inheritance. If anyone has known workarounds for them, The goal is for emails to now be sent with a label lower than the label in the attachment at all times(in a perfect…

Microsoft 365
Microsoft 365
Formerly Office 365, is a line of subscription services offered by Microsoft which adds to and includes the Microsoft Office product line.
4,048 questions
Microsoft Purview
Microsoft Purview
A Microsoft data governance service that helps manage and govern on-premises, multicloud, and software-as-a-service data. Previously known as Azure Purview.
991 questions
asked 2024-05-31T07:09:39.1766667+00:00
Ahmed Sh 60 Reputation points
answered 2024-06-10T08:58:13.61+00:00
Ahmed Sh 60 Reputation points
1 answer

Not existing feature in Work with Dynamics 365 Sales

In the 'Manage relationships with relationship selling in Dynamics 365 Sales' module are some units about playbook, but this function is off since 2023 July. This question is related to the following Learning Module

Dynamics 365 Training
Dynamics 365 Training
Dynamics 365: A Microsoft cloud-based business platform that provides customer relationship management and enterprise resource planning solutions.Training: Instruction to develop new skills.
50 questions
asked 2024-06-10T06:57:59.1333333+00:00
György Somoskői 0 Reputation points
edited an answer 2024-06-10T08:57:47.6+00:00
Kiran P 945 Reputation points Microsoft Vendor
0 answers

How to find call Id

I Receive an Incoming call Event(PSTN inbound call IVR) but no keys are present in the name of call Id how to I Identify this ID

Azure Communication Services
Azure Communication Services
An Azure communication platform for deploying applications across devices and platforms.
730 questions
asked 2024-06-06T03:22:30.17+00:00
Soundhar M 5 Reputation points
commented 2024-06-10T08:56:02.0166667+00:00
ajkuma 23,391 Reputation points Microsoft Employee
2 answers One of the answers was accepted by the question author.

Shared Files via OneDrive: sync button not available

Hello, I have a simple question. The company I work uses OneDrive and Office 365. When somebody shares a folder with files inside with me I see the sync button and all files are synchronized, but when an excel or word file for instance is shared the sync…

OneDrive
OneDrive
A Microsoft file hosting and synchronization service.
891 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,970 questions
OneDrive Management
OneDrive Management
OneDrive: A Microsoft file hosting and synchronization service.Management: The act or process of organizing, handling, directing or controlling something.
1,158 questions
asked 2024-02-15T11:00:20.1166667+00:00
Martinelli, Cavour 20 Reputation points
answered 2024-06-10T08:52:45.49+00:00
Yohan Costa 0 Reputation points
0 answers

Provision Microsoft Entra ID to Active Directory

During the month of May, we set up Provision Microsoft Entra ID to Active Directory to synchronize groups and users from Entra ID to Active Directory, but only the groups are synchronized and not the users of the group. We have been informed by support…

Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
6,044 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,017 questions
asked 2024-06-10T08:50:01.9533333+00:00
Guillermo Lopez Pando 0 Reputation points
commented 2024-06-10T08:51:37.3666667+00:00
Guillermo Lopez Pando 0 Reputation points
0 answers

How to retrieve both debug and triggered pipeline run details for ADF using a single REST API call using ADF web activity

How can I obtain the latest run date of a pipeline (both Triggered and Debug run details) utilizing just the pipeline name? The first URL retrieves the triggered pipeline details with the ADF web activity, and the second URL retrieves the debug pipeline…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,849 questions
asked 2024-06-10T08:51:06.91+00:00
Cherukuri, Praveen Kumar 0 Reputation points
1 answer

blocking due to cuncurrency problem.

hi, I have a table "bridge" where i keep bridgeid as pk , and hardly four to 5 rows are there CREATE TABLE [dbo].[bridge]( bridgeid [bigint] NOT NULL, [idpool] bigint NULL CONSTRAINT [PK_bridge] PRIMARY KEY CLUSTERED ( [bridgeid]…

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,018 questions
asked 2024-06-10T06:08:53.8766667+00:00
Rajesh Kumar Yadav 0 Reputation points
answered 2024-06-10T08:50:49.3366667+00:00
Olaf Helper 42,286 Reputation points
0 answers

Getting an error that says the specified network password is not correct

Can you help me i have tried to reset my password on my account it did not help trying to access my files from the other pc on a shared drive using windows 11 with an online account sign in

Windows Network
Windows Network
Windows: A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.Network: A group of devices that communicate either wirelessly or via a physical connection.
677 questions
asked 2024-06-10T08:50:48.3566667+00:00
Themba Mongwe 0 Reputation points
0 answers

Missing "Format current view" in my list on SharePoint

Dear All, I can't find the "Format Current View" option in my SharePoint Site when editing a list view. How do I add this option to the "all items" dropdown?

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,970 questions
asked 2024-06-10T08:49:41.69+00:00
Costa, Tatiane 0 Reputation points
0 answers

Handling Search Queries in Azure AI Search

Hello, I'm working on a project where we've implemented a document processing RAG like pipeline using Azure AI Search service. Here's a brief overview of our setup: We extract text from a PDF and store it in a .txt file inside Azure Blob Storage. …

Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
785 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,398 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,493 questions
asked 2024-06-10T08:46:23.2366667+00:00
Aakash Bhaikatti 0 Reputation points
0 answers

Azure video Indexer Face Recognition

Hello, I am experiencing an issue with the face recognition feature on my Unlimited Video Indexer account. Despite completing the necessary form for face recognition and receiving approval, I have observed that the system fails to recognize and identify…

Azure AI Video Indexer
Azure AI Video Indexer
An Azure video analytics service that uses AI to extract actionable insights from stored videos.
61 questions
Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
1,021 questions
asked 2024-06-10T06:18:07.66+00:00
Hussein Safa 10 Reputation points
commented 2024-06-10T08:45:18+00:00
romungi-MSFT 43,251 Reputation points Microsoft Employee
0 answers

Property selection is not supported on values of type 'String' in ADF pipelines

Hey Guys , We are getting the below error while running the pipelines with specific timerange. If anyone has faced and got solution for this please let us know. Operation on target Restructring Generic Workflow Tables failed: Activity failed because an…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,849 questions
asked 2023-07-27T13:50:03.12+00:00
Anonymous
commented 2024-06-10T08:45:08.77+00:00
PRADEEPCHEEKATLA-MSFT 81,486 Reputation points Microsoft Employee
1 answer

How to static and cross compile the C-based Azure Tutorial with an IoT client?

I successfully did this Tutorial with an C-based IoT-client: https://learn.microsoft.com/de-de/azure/iot-central/core/tutorial-connect-device?pivots=programming-language-ansi-c on a Ubuntu based virtual machine Now I would like to excecute this sample on…

Azure IoT Central
Azure IoT Central
An Azure hosted internet of things (IoT) application platform.
357 questions
asked 2024-06-06T09:17:59.01+00:00
AZ ADM Steffens, Martin 0 Reputation points
commented 2024-06-10T08:44:41.4866667+00:00
José Simões 0 Reputation points MVP
9 answers One of the answers was accepted by the question author.

The subscription is not allowed to create or update the serverfarm

Scenario : App service deployment or scaling  Issue: Error " The subscription '<id>' is not allowed to create or update the serverfarm." Workaround:  Retry to provision the App Service after a few hours (similar thread #1535067 user was…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,118 questions
asked 2024-04-17T10:41:42.7+00:00
VenkateshDodda-MSFT 19,606 Reputation points Microsoft Employee
answered 2024-06-10T08:39:24.89+00:00
Ambro 0 Reputation points
1 answer

Translate option on New Outlook is grey.Could you advise?

There are the steps that I did but still issue.Could you help? 1.Repaire ms office. 2.Recreate outlook profile Now,Old outlook version is work fine for Translate option.

Outlook
Outlook
A family of Microsoft email and calendar products.
3,186 questions
asked 2024-06-10T04:44:03.4766667+00:00
Pimthong, Prapatsorn (Agoda) 5 Reputation points
answered 2024-06-10T08:39:22.6366667+00:00
ChristyZhang-MSFT 21,356 Reputation points Microsoft Vendor
1 answer

Using a background behind quick links in modern sharepoint

Hi all, Is it possible to have a backgroud set like: (Below is a classic site) But on modern sites:

Microsoft 365
Microsoft 365
Formerly Office 365, is a line of subscription services offered by Microsoft which adds to and includes the Microsoft Office product line.
4,048 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,970 questions
asked 2024-06-07T09:13:01.82+00:00
Aran Billen 701 Reputation points
answered 2024-06-10T08:37:34.81+00:00
Emily Du-MSFT 42,931 Reputation points Microsoft Vendor