420,891 questions

Sort by: Updated
3 answers

Windows Hello - something went wrong

Hello, When I set up Windows Hello in Windows 10 build 2004, I get the following error during the create a PIN step. Error code: 0xCAA70010 In the background, the Aad token broker plugin failed to acquire token from the onprem ADFS server. Error:…

Active Directory Federation Services
Active Directory Federation Services
An Active Directory technology that provides single-sign-on functionality by securely sharing digital identity and entitlement rights across security and enterprise boundaries.
1,295 questions
Windows 10 Setup
Windows 10 Setup
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Setup: The procedures involved in preparing a software program or application to operate within a computer or mobile device.
1,980 questions
asked 2020-06-22T14:40:46.7+00:00
MrElliott 26 Reputation points
commented 2020-10-08T12:08:32.6+00:00
MrElliott 26 Reputation points
1 answer One of the answers was accepted by the question author.

Global Error Handling in Class Library Project

I am pretty sure it is not possible, but is it possible to have something in a class library that is similar to Global.asax in ASP.Net? Want to implement something like protected void Application_Error(object sender, EventArgs e) Thanks in…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,448 questions
asked 2020-10-07T17:21:09.537+00:00
Espo 41 Reputation points
accepted 2020-10-08T12:05:48.647+00:00
Espo 41 Reputation points
3 answers

Cannot connect to O365 / Exchange Online cmdlets via powershell

Hello, im having trouble to connect to O365 cmdlets or EXO cmdlets from our company (restricted network policy..). Normally, after using Connect-MsolService, a login page would appear. But something is blocking this page, it never appear and cmdlet…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
23,634 questions
asked 2020-10-08T07:40:21.933+00:00
Bash 156 Reputation points
answered 2020-10-08T11:56:14.477+00:00
Bash 156 Reputation points
1 answer

Linking Activity to Orchestrator logging

I have an Azure Durable Functions app using Python. There is some logging going on inside my activity functions, but I'm currently not able to join them to any orchestrator who could have called it. According to Microsoft Learn, the tracking…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,536 questions
asked 2020-10-07T15:30:55.15+00:00
Koos van Strien 1 Reputation point
commented 2020-10-08T11:20:45.203+00:00
vstrien 1 Reputation point
1 answer

How do I copy data from a zipped excel file into a csv Azure Data Factory

Hello, I am currently having a bit of trouble trying to use the copy data activity to move my source (which is a sftp) to grab a zipped excel file, and drop it in my sink(which is a blob storage container) now when I move it it is turning the zipped file…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,343 questions
asked 2020-10-02T20:29:58.31+00:00
Adam Fine 1 Reputation point
commented 2020-10-08T11:16:34.717+00:00
HarithaMaddi-MSFT 10,136 Reputation points
1 answer

Access Web Page (hosted in VM) using Application Gateway's public IP

Hi, I am facing some issues accessing my web page using application gateway's public IP. My configuration is as below: VNET: FrontendSubnet -> associated with NSG (frontend) - (frontend)NSG has rules: -Destination…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
8,505 questions
Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,663 questions
Azure Application Gateway
Azure Application Gateway
An Azure service that provides a platform-managed, scalable, and highly available application delivery controller as a service.
1,140 questions
asked 2020-08-06T11:21:44.903+00:00
Zeeshan 6 Reputation points
commented 2020-10-08T11:07:46.503+00:00
GitaraniSharma-MSFT 49,851 Reputation points Microsoft Employee
2 answers

New OCBC connection in Azure Data Catalog

I have a working ODBC connection to Oracle DB in my laptop and trying to configure the same into Azure Data Catalog. ODBC connection is defined as System DSN in ODBC configuration. I have not found any good documentation what to fill in the necessary…

Azure Data Catalog
Azure Data Catalog
An Azure service that serves as a system of registration and system of discovery for enterprise data assets.
110 questions
asked 2020-09-24T06:51:29.147+00:00
Anonymous
commented 2020-10-08T10:48:52.147+00:00
PRADEEPCHEEKATLA 90,571 Reputation points
2 answers

How to process-global variable in C++?

.h file: extern int myGlobal; void work(); .cpp file: int myGlobal = 42; void work(){ myGlobal++; } When the .cpp file is put in a static library and more than one shared library (DLL) or executable links against the static library, each one…

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,880 questions
asked 2020-10-08T04:20:06.16+00:00
Harsha_MR 1 Reputation point
answered 2020-10-08T10:41:22.92+00:00
RLWA32 47,611 Reputation points
1 answer One of the answers was accepted by the question author.

Admin mailbox

Hi! My company use exchange 2010 sp3 and i want to migrate a higher version. I tried it with exchange 2013. I moved the admin mailbox to the 2013 exchange, but after it unfortunately i removed 2013 exchange server. I tried to deploy a new 2016 cu18…

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,822 questions
asked 2020-10-07T14:05:43.597+00:00
Zsolt 21 Reputation points
accepted 2020-10-08T10:33:25.387+00:00
Zsolt 21 Reputation points
3 answers

C++ programme does not open in new console window

I wrote first programme and ran it using create new programme/c++/windows/console. Everything worked fine. I created another with the same method, it has no errors but when I run it, the previous console window appears. What am I doing wrong?

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,448 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,880 questions
asked 2020-10-04T15:17:26.29+00:00
Anne-Marie Lacey 1 Reputation point
answered 2020-10-08T10:32:28.737+00:00
MMS 05 61 Reputation points
2 answers One of the answers was accepted by the question author.

Open list from Access that is inside of a folder in a List

Hello! I have a list with 500+ row. I created folders in that list. Each folder of corse cointain a list exactly like the main. Now i want to sort my 500+ row in those lists. For this i wanted to use Export to Excel and then Import to Access. Just…

SharePoint Server
SharePoint Server
A family of Microsoft on-premises document management and storage systems.
2,422 questions
SharePoint Server Development
SharePoint Server Development
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Development: The process of researching, productizing, and refining new or existing technologies.
1,639 questions
asked 2020-10-07T08:51:49.53+00:00
Krisztián lóczki 21 Reputation points
accepted 2020-10-08T10:28:50.307+00:00
Krisztián lóczki 21 Reputation points
1 answer

DatabricksL Error Code 3208

This issue was already reported in Git50030Hub. We have the same issue. Very little technical details here, can someone from Microsoft add more technical details? Microsoft's t-shooting doc here is very amusing. This issued showed up in our newly created…

Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
2,368 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,343 questions
asked 2020-10-06T19:08:16.867+00:00
Porsche Me 136 Reputation points
commented 2020-10-08T10:23:40.55+00:00
PRADEEPCHEEKATLA 90,571 Reputation points
2 answers

Steps to be followed for re-installation of only MS SQL services

Hello, We have a virtual server hosted currently with OS : Windows Server 2008 R2 and SQL : MS SQL 2012 is being used for our application databases. When Server OS is upgraded to Windows Server 2016, We have run into a problem below: All Non…

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,491 questions
asked 2020-10-08T04:51:53.633+00:00
Gautam Ramini 1 Reputation point
commented 2020-10-08T10:16:29.143+00:00
Shashank Singh 6,251 Reputation points
1 answer

Teams Presentation Share not possible in a huge member meeting

Good day, Last Wednesday, September 23rd, 2020 I had a virtual event about teams with my iPad. The rehearsals in advance all worked very well. During the event, however, I no longer had an icon to share a PowerPoint. I couldn't share the screen…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,895 questions
asked 2020-09-30T13:34:33.407+00:00
Vadim Chernyavsky 1 Reputation point
commented 2020-10-08T09:57:34.86+00:00
JimmyYang-MSFT 57,591 Reputation points Microsoft External Staff
2 answers

Windows Server 2016 Essentials: Problems with search

Hello fellow readers, our setup is the following: One hardware server with windows server 2016 and hypervisor role. The hypervisor runs one vm with windows server 2016 installed. In the virtual machine is a network share defined and this is…

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
13,726 questions
asked 2020-07-31T09:28:09.99+00:00
Sebastian Krebs 1 Reputation point
answered 2020-10-08T09:52:57.077+00:00
Andrew Solmssen 96 Reputation points
1 answer

outlook app.

i have had outlook set as a desktop icon and on my tool bar for many year on oct 1 this year it stopped working when i try to resolve issue it tells me that there is an error , what happened ? and how can i fix this thanks !

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,664 questions
asked 2020-10-05T17:21:04.153+00:00
lynn suttles 1 Reputation point
commented 2020-10-08T09:50:56.993+00:00
JeffYang-MSFT 6,241 Reputation points Microsoft External Staff
2 answers

.dat file format

My boss has been receiving attachments normally until recently when she got her m365 installed. When external parties send us emails with attachments, she will receive it as .dat format. However, we receive it fine and when we forward to her, she can…

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,664 questions
asked 2020-10-03T02:19:56.6+00:00
Echua 1 Reputation point
commented 2020-10-08T09:47:33.06+00:00
JeffYang-MSFT 6,241 Reputation points Microsoft External Staff
3 answers One of the answers was accepted by the question author.

Good Resource for learning VS2019 Addins.

I am learning how to write VS2019 addin/extensions and searching for some good resource on specific questions like... I am looking for some answers like, How to i enable my menu item, only when a specific type of project is open or selected in a…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,448 questions
asked 2020-10-07T08:49:49.21+00:00
Jignesh Desai 106 Reputation points
commented 2020-10-08T09:45:56.543+00:00
Jignesh Desai 106 Reputation points
2 answers One of the answers was accepted by the question author.

Save data in same rows powerapps/sharepoint

Is it possible to save data(e.g sum,update) in same “row” SharePoint list, every time when we “submitform” in power apps? Currently when I fill my form through power apps and save it, In SP it creates “new row” for every form submits. Data source-…

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
11,230 questions
asked 2020-10-06T12:50:51.793+00:00
PAWAN CHETTRI 21 Reputation points
accepted 2020-10-08T09:37:09.373+00:00
PAWAN CHETTRI 21 Reputation points
2 answers

Dynamic column mapping not working with variable or parameter in copy data

I have tried with variable, parameter, lookup activity output. Source is csv without header and destination is parquet. Below code works. @json('{ "type": "TabularTranslator", "mappings": [{ …

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,343 questions
asked 2020-10-05T13:37:36.55+00:00
Saumyakumar Suhagiya 1 Reputation point
answered 2020-10-08T09:35:37.113+00:00
Saumyakumar Suhagiya 1 Reputation point