Microsoft Q&A
Questions
Discover questions that will help you on every step of your technical journey.
Content
ES_DISPLAY_REQUIRED
Hello, I am building a Windows Forms application and am implementing the thread execution state ES_DISPLAY_REQUIRED (0x00000002) to prevent screen timeout while the application is active.…
Can Stream Analytics Update values in an existing table in Cosmos DB PostgreSQL?
Hi, I was wondering if I could update data in Cosmos DB for PostgreSQL table using Stream Analytics. I receive data through IOTHub and instead of adding rows of data I need to update values in different rows and columns. It seems that Stream Analytics…
Issue with content filtering in Azure/OpenAI solution
I've implemented an Azure solution with OpenAI that includes cognitive search, hosted on a web app. However, even benign questions are sometimes being blocked by content filtering despite not having any filters configured in the OpenAI Studio. How can I…
Add lines in txt file
I have a txt file like shown, could i use SSIS to add lines before and after the content? name,location,email aa,bb,cc dd,ee,ff And i want to it be like: File Name --------------- name,location,email aa,bb,cc dd,ee,ff -------------- Edit date Is it…
Can i load multiple txt files to table at one time
Like titled, I try to use bulk insert, however, it seems does not work. Suggest please.
Send email in SSIS
How to configure the package when the data has been loaded successfully, send the emails to the workers?
Do I need to do training here before I take my exam?
Good day, I currently did a VMware course on CBT nuggets and took my exam on personvue but could get my badge. I'm just wondering do I need to do my training here before I take my exam to get my badge? Is CBT nuggets a authorize training center once I…

Windows server2012r2 dhcp server update
What steps do I need to take to migrate the DHCP server from Windows Server 2012 R2 to either Windows Server 2016 or 2019? I would prefer to do the migration online rather than offline.
Mail Bouncing from MS Exchange- 421 4.4.2 Connection dropped due to SocketError'
Hello, This problem is now about 3 weeks with no solution in sight. When we email to 3 or more Gmail accounts, (with or without other domains/email addresses & with/without attachments), we find the all the Gmail accounts bouncing with the above…
How to fix bugcrash
Can someone explain what this means and how to fix it The computer has rebooted from a bugcheck. The bugcheck was: 0x00000050 (0xffffa6057cebe630, 0x0000000000000000, 0xfffff80534041a59, 0x0000000000000002). A dump was saved in:…
No content getting displayed within the Teams meeting interface through Targeted in-meeting notification and in-meeting notification payload
Using this sample- https://github.com/OfficeDev/Microsoft-Teams-Samples/tree/main/samples/meetings-notification/nodejs , I was trying to generate a dialog in the teams meeting interface. Based on the documentation(referenced below), there are 2 ways to…
Can't access second tenant in Azure portal
Hello. I'm having trouble accessing my second tenant in the Azure portal. I successfully transferred my subscription, but when I switch accounts, I'm not able to authenticate using my Microsoft Authenticator app. Are there any other ways to access my…
Recommendation for Blazor Server use for an application
I would like to know if Blazor Server would be recommended as the way to go for an application that does the following Needs to run on any device able to run .NET apps (i.e. Raspberry PI etc.) Needs to access IOT devices (JSON strings received or sent…
Pushing out a lock-screen image using Intune
Hey all, When I try to create a config profile or run a script within Intune to push out a user or device-wide custom lock screen, I do not get any results on the end users' devices. I kind of came to the conclusion that this is not going to work…
Generic Classes and Heirarchy Classes
Hi Friends. I am learning how to consume Generics, but I was wondering if I could get some assistance concerning what are Hierarchy Classes and a Wrapper Classes and the purpose for them. I have included some code that was shared with me during a…
Load balancing internal traffic cross region
I'm planning to deploy two internal-only web servers in Azure across different regions. Given that Azure Load Balancer and Application Gateway seem to support intra-region traffic only for private ips, how can I effectively balance internal traffic…
Queries reg. MS Azure migration to Digicert
Hello, We are using TI CC3235SF gateway and connecting to Azure IoT Hub and using DPS for provisioning. We are Azure IoT SDK in C language. Recently, Azure IoT Hub migrated to Digicert and…
Getting cost details through REST API
Hi, I am trying to get the cost details of subscription using below POST in Python code https://management.azure.com//subscriptions/1234/providers/Microsoft.CostManagement/generateCostDetailsReport?api-version=2023-03-01 Getting the below…
ASP.NET Core MVC: Unable to set focus on input element on view load
I am trying to set focus using javascript on the first unfocused input element of MVC view in a load window event listener. But element is focused only after page reloading. Attached browser - MS Edge I tried reloading the page programmatically using…
permanent footer row in datagridview
hi , is there a way by which our datagridview control could have a footer row below exactly after the 12 rows and if the rows in the datagridview increases , suppose by 2 . it should always be at last position but it always should be after 12 rows . the…