339,692 questions

Sort by: Updated
1 answer

CSOM return The sign-in name or password does not match one error

When connecting to sharepoint online site with csom. The code return the following error "Exception calling "ExecuteQuery" with "0" argument(s): "The sign-in name or password does not match one in the Microsoft account…

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,553 questions
SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
2,654 questions
asked 2024-04-17T19:12:24.58+00:00
luee johnlu 0 Reputation points
answered 2024-04-18T01:57:01.76+00:00
RaytheonXie_MSFT 30,751 Reputation points Microsoft Vendor
2 answers

Can't display the list of the table through ODBC from Report Builder

Can you please help or confirm with the information below as earliest We are trying to connect TIBCO Data Virtualization from Report builder through ODBC connection and it allows to connect this data source through query designer in free form text which…

SQL Server Reporting Services
SQL Server Reporting Services
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
2,788 questions
Microsoft Managed Desktop
Microsoft Managed Desktop
A cloud-based service that brings together Microsoft 365 Enterprise and adds these features: User device deployment; IT service management and operations; and Security monitoring and response.
43 questions
asked 2024-04-16T17:29:33.8566667+00:00
Niraj Kesarwani 0 Reputation points
answered 2024-04-18T01:56:28.4066667+00:00
ZoeHui-MSFT 32,426 Reputation points
1 answer

How can i get current user groups from Azure AD using claims in dotnet core?

I have a dotnet core web application and this app authorisation is working based on azure AD. Question: How can i get all the groups name related to login user? do i have to make any changes in my azure app? I have already added this setting in…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,337 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,133 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,813 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,360 questions
asked 2024-04-16T09:54:17.1733333+00:00
Tomar, Abhishek 6 Reputation points
commented 2024-04-18T01:56:24.8133333+00:00
Tiny Wang-MSFT 1,571 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

how can i get access to microsoft azure openAI service ?

i am not able to create resource of azure openAI so i want to complete AI odyssey challange and i need it

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,115 questions
asked 2024-04-17T10:56:43.88+00:00
Harsh Zazadiya 0 Reputation points
commented 2024-04-18T01:55:44.71+00:00
Harsh Zazadiya 0 Reputation points
0 answers

Cannot select VM in Azure ML. stated "You do not have enough quota for the following VM sizes" but i have enoug quota

Hi, I want to deploy model in Azure ML. But when i tried to select "Standard_DS3_v2" VM and it stated "You do not have enough quota for the following VM sizes". But i have 4 cores available and i assumed "Standard_DS3_v2"…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,550 questions
Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,072 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,344 questions
asked 2024-04-18T01:54:46.3033333+00:00
Nur Hasheema 0 Reputation points
1 answer

How to deploy win11 language pack through SCCM?

I want to deploy win11 language pack through SCCM. But i can't find any .cab language pack in ISO. It doesn't same as win10. Someone can help me?

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,090 questions
Microsoft Configuration Manager
asked 2024-04-17T07:55:10.98+00:00
Thomas Shen 0 Reputation points
answered 2024-04-18T01:54:28.84+00:00
AllenLiu-MSFT 40,001 Reputation points Microsoft Vendor
0 answers

How to upload 25GB files into Azure blob storage from an Azure App Services

Hi All, my customer wants to upload a 25 GB zip file from a REACT application exposed through an application gateway.  My initial thought was to use the BLOB SDK in the REACT app and upload it to an Azure storage account using a SAS token. However, this…

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,412 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,471 questions
asked 2024-04-17T16:19:52.28+00:00
Shiva Sadayan 41 Reputation points
commented 2024-04-18T01:53:40.2633333+00:00
KarishmaTiwari-MSFT 18,352 Reputation points Microsoft Employee
1 answer

Unable to execute New-RoleGroup cmdlet

I have logged in to exchange online using a unlicense global admin via Exchange Online Management v3 module. I get below error when executing the New-RoleGroup cmdlet. My tenant has exchange license. Error:…

Microsoft Exchange Online Management
Microsoft Exchange Online Management
Microsoft Exchange Online: A Microsoft email and calendaring hosted service.Management: The act or process of organizing, handling, directing or controlling something.
4,160 questions
asked 2024-04-14T02:25:29.8133333+00:00
Yasitha Pandithawatta 101 Reputation points
commented 2024-04-18T01:52:03.9533333+00:00
Jake Zhang-MSFT 700 Reputation points Microsoft Vendor
2 answers

SQL 2016 - does a simple SELECT TOP 1 row do an entire Table scan?

Hello, does a simple SELECT TOP 1 [City] FROM [Locations_Table] do an entire Table scan (this Table having 300,000 rows)? Thanks in advance.

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,620 questions
asked 2024-04-17T22:47:12.8733333+00:00
techresearch7777777 1,766 Reputation points
answered 2024-04-18T01:51:10.0933333+00:00
CosmogHong-MSFT 22,541 Reputation points Microsoft Vendor
1 answer

Compatibility Issues with SQLClient Libraries After Migrating to .NET 6 from .NET Framework 4.8

I've encountered issues with Microsoft sqlclient packages after upgrading a set of C# projects from .NET Framework 4.8 to .NET 6.0. The setup consists of a primary C# calculator application, a C# bridge for external integration, and a C++/CLI wrapper.…

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,516 questions
.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,118 questions
asked 2024-04-17T19:00:39.4733333+00:00
Nova, Sirene R 0 Reputation points
edited the question 2024-04-18T01:50:33.6+00:00
Jiale Xue - MSFT 30,126 Reputation points Microsoft Vendor
2 answers

Effective Mail Security applications for Exchange 2019 on-prem

I currently use Symantec Mail Security for Microsoft Exchange on our on-prem Exchange 2019 environment but am looking for a new product. The environment is not connected to the Internet, but on a large stand alone network and I initially wondered if…

Exchange Server Management
Exchange Server Management
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Management: The act or process of organizing, handling, directing or controlling something.
7,330 questions
Windows Server Security
Windows Server Security
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.Security: The precautions taken to guard against crime, attack, sabotage, espionage, or another threat.
1,714 questions
asked 2024-04-12T12:39:08.6766667+00:00
Chris48 1 Reputation point
commented 2024-04-18T01:50:29.22+00:00
Jake Zhang-MSFT 700 Reputation points Microsoft Vendor
0 answers

Execution Context for MS Access front end to SQL Server backend

Hello, we have a business application that is based on MS Access front end and SQL Server backend. Tables are linked via DNS-less connection. The application is using SQL Server Authentication using an ODBC connection, driver is SQL Server (connection…

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,620 questions
Access Development
Access Development
Access: A family of Microsoft relational database management systems designed for ease of use.Development: The process of researching, productizing, and refining new or existing technologies.
818 questions
asked 2024-04-18T01:50:05.6266667+00:00
MKinOZ 6 Reputation points
0 answers

Do Bootstrap Services such as OCaaS Question

I understand that bootstrap services bypass conditional access policies to run uninterrupted. However, I am wondering when this service should be seen in the logs with a successful login. For example, if someone attempts to log in to Outlook mobile but…

Outlook
Outlook
A family of Microsoft email and calendar products.
2,905 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,360 questions
asked 2024-04-18T01:50:03.1+00:00
Josh Resch 0 Reputation points
1 answer

Mailbox full and freezes when deleting items

Hi all, I want to delete all inbox & sent items from a specific user and when I try deleting via storage it just freezes. Is there a way via powershell or admin portal to delete them? I am unable to increase space due to licenses.

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.
3,730 questions
Microsoft Exchange Online
asked 2024-04-11T13:53:48.6966667+00:00
Aran Billen 476 Reputation points
commented 2024-04-18T01:47:57.6366667+00:00
Jake Zhang-MSFT 700 Reputation points Microsoft Vendor
0 answers

I have passed windows professional international exam 2008 where can i see details؟

arminvaziiri@yahoo.com I have passed windows professional international exam 2008 where can i see details؟ Microsoft International Certificate and Windows Professional ( MCP70-270 ) 2008 with a score of 860 out of 1000

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
35,797 questions
asked 2024-04-17T11:29:49.5+00:00
armin vaziri 0 Reputation points
edited the question 2024-04-18T01:47:38.36+00:00
Jiale Xue - MSFT 30,126 Reputation points Microsoft Vendor
0 answers

Do we have the right to have an downloadable version of the extension that our partner maid for us?

Is the extension for Business Central made by a partner only visible for the partner or do we have also the right to see the downloadable version (only reed not write)? We don't want to change anything we just want to see what is different from the…

Microsoft Partner Center
Microsoft Partner Center
A Microsoft website for partners that provides access to product support, a partner community, and other partner services.
868 questions
asked 2024-04-17T14:54:49.51+00:00
Ward Vercaemst 0 Reputation points
commented 2024-04-18T01:47:20.9533333+00:00
Junjie Zhu - MSFT 14,136 Reputation points Microsoft Vendor
0 answers

Cannot search Authenticator app

With version 6.2404.2444 on Android 14 if I search for an account to see the six digit one time code when I tap on any result it doesn't open the account. If I browse the list I can open the account but I have so many accounts and since I cannot sort the…

Microsoft Authenticator
Microsoft Authenticator
A Microsoft app for iOS and Android devices that enables authentication with two-factor verification, phone sign-in, and code generation.
5,437 questions
asked 2024-04-18T01:46:04.4266667+00:00
MacKenzie, Paul 0 Reputation points
0 answers

[MAUI] How to set the icon of a new window in MAUI? Including Android and Windows platforms

I need to open a new window on my Android device and set its icon, similar to a WeChat mini program, but I haven't seen any API documentation related to it in the official documentation that allows me to set its icon, so I want to ask if this is possible…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,337 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,833 questions
asked 2024-04-18T01:43:45.9833333+00:00
studio XFE 5 Reputation points
0 answers

How do I transfer my Authenticator app verification code from my lost iPhone to my new iphone

I lost my iPhone that had my microscoft authenticator app on it and now when using my new phone (downloaded the Microsoft Authenticator app) it’s asking for the code which is still going to my old phone… how do I fix this problem?

Microsoft Authenticator
Microsoft Authenticator
A Microsoft app for iOS and Android devices that enables authentication with two-factor verification, phone sign-in, and code generation.
5,437 questions
asked 2024-04-18T01:41:22.47+00:00
Megan 0 Reputation points
1 answer

Exchange Server 2016 - Archival Issue

I have tried to explain the request in below format, Can anyone let me know the possibility for the below request to resolve. Exchange Server 2016 - Enterprise Edition License is installed. Main MailboxThe user is currently using with Outlook…

Exchange Server
Exchange Server
A family of Microsoft client/server messaging and collaboration software.
1,060 questions
Exchange Server Management
Exchange Server Management
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Management: The act or process of organizing, handling, directing or controlling something.
7,330 questions
Microsoft Exchange
Microsoft Exchange
Microsoft messaging and collaboration software.
376 questions
Microsoft Exchange Licensing
Microsoft Exchange Licensing
Microsoft Exchange: Microsoft messaging and collaboration software.Licensing: Rules, regulations, and restrictions that define how software can be used and distributed.
7 questions
asked 2024-03-27T12:18:33.01+00:00
Salim Hurjuk 1 Reputation point
commented 2024-04-18T01:41:04.7633333+00:00
Jake Zhang-MSFT 700 Reputation points Microsoft Vendor