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:…
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…
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…
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…
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…
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…

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…

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…
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…
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?

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…
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…

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…

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…

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…
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 !

.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…

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…
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-…
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": [{ …