400,237 questions

Sort by: Updated
0 answers

How to fix StatusCodeError: 403 - {"error":{"code":"-2147024891, System.UnauthorizedAccessException","message":{"lang":"en-US","value":"Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))"}}}

this is my code this.router.post('/listen', async (req: Request, res: Response) => { if (req.query.validationtoken) { console.log('Validation token received:', req.query.validationtoken); …

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
11,090 questions
asked Jan 22, 2025, 7:26 AM
Shubham Biswas 0 Reputation points
1 answer

Item Level Permission when "Create items and edit items that were created by the user." is selected

I have a SharePoint List set to "Create items and edit items that were created by the user." I used to be able to grant "Item Level Permission" to individual separately to work on the item created by others. But was discovered end…

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
11,090 questions
asked Jan 21, 2025, 4:30 AM
Mandy 0 Reputation points
edited an answer Jan 22, 2025, 7:25 AM
Ling Zhou_MSFT 20,710 Reputation points Microsoft Vendor
2 answers

System mailbox corrupted

We're migrating from exchange 2013 to 2019 on-prem. All the mailboxes have been migrated to the new server including all the "system" mailbox as arbitration, auditing, etc Checking the enviroment, before decomissioning the exchange 2013 server…

Exchange Server
Exchange Server
A family of Microsoft client/server messaging and collaboration software.
1,413 questions
asked Jan 22, 2025, 12:28 AM
Jimhex2024 300 Reputation points
answered Jan 22, 2025, 7:25 AM
Bruce Jing-MSFT 8,020 Reputation points Microsoft Vendor
1 answer

duplicate profile issue

I hope this message finds you well. I am writing to request assistance in resolving an issue I am experiencing with duplicate Microsoft profiles. It appears that I have two separate profiles, one associated with my personal account and another with my…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
22,931 questions
asked Jan 21, 2025, 8:30 PM
Sukh Kaur 0 Reputation points
edited an answer Jan 22, 2025, 7:25 AM
BANDELA Siri Chandana 1,390 Reputation points Microsoft Vendor
0 answers

Can I connect a webhook from an external cloud platform to an Azure Durable Function app deployed in a private network?

We have a usecase to deploy azure durable function app(HTTPStarter based) in private network and then provide its access endpoint to the webhook configuration in another product's cloud instance. So, is it possible to send data to azure durable app…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,335 questions
Microsoft Sentinel
Microsoft Sentinel
A scalable, cloud-native solution for security information event management and security orchestration automated response. Previously known as Azure Sentinel.
1,209 questions
asked Jan 20, 2025, 12:18 PM
Nirali Shah 146 Reputation points
commented Jan 22, 2025, 7:25 AM
Shireesha Eeraboina (Quadrant Resource LLC) 755 Reputation points Microsoft Vendor
2 answers

How to edit .rc file

Which edit IDE is recommend for .rc file https://github.com/chromiumembedded/cef ... /shared.rc Simple edits can be done by hand (it’s a text file), or use Visual Studio for more complex edits like defining dialogs, etc. See…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,368 questions
C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,830 questions
asked Jan 8, 2025, 3:23 AM
alice alice 80 Reputation points
answered Jan 22, 2025, 7:24 AM
alice alice 80 Reputation points
1 answer

disable the column based on another column value in datasheet view in sharepoint list

Hi I used below code to disable some columns in datasheet view in allitems.aspx in sharepoint list: <script> var updateViewerFields=[“column1”,”column2”,”column3”]; (function updateView() {     var overrideContext = {};    …

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
11,090 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
1,027 questions
asked Jan 20, 2025, 10:32 AM
ameneh maleki 46 Reputation points
edited a comment Jan 22, 2025, 7:24 AM
Ling Zhou_MSFT 20,710 Reputation points Microsoft Vendor
1 answer

Inactive OneDrive account listed as "duplicate account" - primary site collection administrator is another active employee

Scenario- The "primary site collection administrator" on a terminated employee's OneDrive was reassigned to an active employee. The terminated account has since been deleted from the tenant. The unlicensed OneDrive now reflects that there is…

OneDrive
OneDrive
A Microsoft file hosting and synchronization service.
1,273 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
11,090 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,328 questions
Not Monitored
Not Monitored
Tag not monitored by Microsoft.
41,532 questions
asked Jan 21, 2025, 8:52 PM
Dawn Lowery 21 Reputation points
answered Jan 22, 2025, 7:24 AM
Xyza Xue_MSFT 27,501 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

A Simple SQL Query

I have the following table:- I want Col 1 and Col 2 where Col2 =1 and the corresponding all the values of Col 1 where Col 1 =2. But this is an example. I can find 1st part (i.e,, Select Col1, Col 2 from Table1 where Col 2 =1). But my problem is how do…

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
14,342 questions
SQL Server Transact-SQL
SQL Server Transact-SQL
SQL Server: A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.Transact-SQL: A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
114 questions
Transact-SQL
Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
4,681 questions
asked Jan 21, 2025, 2:07 PM
chuck DM 81 Reputation points
commented Jan 22, 2025, 7:23 AM
Olaf Helper 45,701 Reputation points
2 answers

PDF tag text spanned across two pages to single field

We have PDFs from which we are trying to extract metadata using azure documnet intelligence/ form recognizer. Sample metadata are workign great using Custom extraction model. However we have this one field called summery section. This summary text…

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,862 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
3,062 questions
asked Jan 21, 2025, 3:44 PM
Rohit D 21 Reputation points
edited a comment Jan 22, 2025, 7:23 AM
Rohit D 21 Reputation points
0 answers

Why after training, "Test" only looked at 2 pages of my test document, instead of looking at the entire document?

In Azure AI Document Intelligence Studio, I am using Custom Extraction Model. As a trustee from a board, my goal is to be able to analyze Check Journals in PDF Format. The check journals are 10 to 20 pages in table format of check number, date, code,…

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.
1,156 questions
Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,862 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
3,062 questions
asked Jan 20, 2025, 10:14 PM
Edward Ha 0 Reputation points
edited a comment Jan 22, 2025, 7:23 AM
Manas Mohanty (Quadrant Resource LLC) 5 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Incorrect answer in question 2 of "Check your knowledge" in module "Optimize your business process with process advisor"

In the knowledge check https://learn.microsoft.com/en-us/training/modules/business-process-optimization-process-advisor/7-check, the second question show the wrong answer as being correct, according to it own explication: This question is related to the…

Microsoft Power Platform Training
Microsoft Power Platform Training
Microsoft Power Platform: An integrated set of Microsoft business intelligence services.Training: Instruction to develop new skills.
554 questions
asked Jan 19, 2025, 4:20 PM
Marc Michault 25 Reputation points
commented Jan 22, 2025, 7:22 AM
Kiran P 6,305 Reputation points Microsoft Vendor
0 answers

Rest api to access the index

Hey, I have been using the azure search index on the portal itself to query, but I wanted to try it using Postman. so this is the url - https://ai-search-service-<hidden>.search.windows.net and i have the primary key what else is required. Can i…

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.
1,156 questions
asked Jan 22, 2025, 7:22 AM
Mansi Gusain 165 Reputation points
2 answers

How to fix error occurred while opening the file on outlook (new)

How to fix error occurred while opening the file on outlook (new)

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.
5,532 questions
Outlook
Outlook
A family of Microsoft email and calendar products.
4,335 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
10,484 questions
asked Jan 22, 2025, 3:58 AM
TANSINEE KAMCHAROEN 0 Reputation points
answered Jan 22, 2025, 7:22 AM
ChristyZhang-MSFT 24,981 Reputation points Microsoft Vendor
2 answers

The message store has reached its maximum size

Hello, Please i need your help on this issue. The message store has reached its maximum size. We got an error message that says: The message store has reached its maximum size. To reduce the amount of data in this message store, select some items that…

Microsoft Exchange Online
Outlook
Outlook
A family of Microsoft email and calendar products.
4,335 questions
Outlook Management
Outlook Management
Outlook: A family of Microsoft email and calendar products.Management: The act or process of organizing, handling, directing or controlling something.
5,412 questions
Microsoft Exchange
Microsoft Exchange
Microsoft messaging and collaboration software.
638 questions
asked Jan 22, 2025, 2:52 AM
IniobongNkanga-8038 931 Reputation points
answered Jan 22, 2025, 7:22 AM
Alex Zhang-MSFT 3,710 Reputation points Microsoft Vendor
0 answers

how should i allow only few people to access the bot i published in teams to my organisation

how should i allow only few people to access the bot i published in teams to my organisation

Azure AI Bot Service
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
880 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
22,931 questions
asked Jan 22, 2025, 7:21 AM
Tejkiran D M 0 Reputation points
0 answers

Error while using stripe android sdk native interopt

I am trying to bind stripe sdk of android in .net maui. I try template and it works fine. But, when i try it, it is binding and when i call , it gets me…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,372 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
4,059 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,842 questions
asked Jan 21, 2025, 8:34 PM
Haider Ali Faizi 100 Reputation points
commented Jan 22, 2025, 7:21 AM
Haider Ali Faizi 100 Reputation points
0 answers

Automation Account Powershell - The request was aborted: Could not create SSL/TLS secure channel.

An Azure automation account PowerShell script began failing suddenly with the error = The request was aborted: Could not create SSL/TLS secure channel. The below code was added but the issue persists, is there some way to set this property or update…

Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,293 questions
asked Jan 22, 2025, 12:09 AM
Ray 0 Reputation points
edited a comment Jan 22, 2025, 7:21 AM
Ashok Gandhi Kotnana 2,505 Reputation points Microsoft Vendor
2 answers

Sql server 2022 upgrade from Express to standard edition license and documents

I have questions, am planning to upgrade from sql server 2022 express edition to standard edition 2022 with pay as you go option. Do I require to buy sql server license?Can someone confirm me .. And also I required of document steps to upgrade .Thanks

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
14,342 questions
asked Jan 22, 2025, 1:24 AM
Bagath qs 0 Reputation points
answered Jan 22, 2025, 7:21 AM
Olaf Helper 45,701 Reputation points
1 answer One of the answers was accepted by the question author.

How to get score card of AZ 500 written exam, my details as follows Exam: AZ-500 - Microsoft Azure Security Technologies - English (ENU) Candidate: ANNAPOORNA BN Candidate ID: ‎MS0996684811‎ Registration ID: 478649461 Date: ‎Saturday, May 18, 2024

Exam:AZ-500 - Microsoft Azure Security Technologies - English (ENU)**Exam:****AZ-500 - Microsoft Azure Security Technologies - English (ENU)**Candidate:ANNAPOORNA BNCandidate ID:‎MS0996684811‎Registration ID:478649461Date:‎Saturday, May 18,…

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
41,532 questions
asked Jan 21, 2025, 2:56 PM
Annapoorna B N 20 Reputation points
accepted Jan 22, 2025, 7:20 AM
Annapoorna B N 20 Reputation points