345,743 questions

Sort by: Updated
1 answer

Which certificate store would be used for code signing of Windows 10 Device Drivers on VS2015 using DigiCert USB Code Signing Token.

Regarding Windows device driver development, which Windows 10 Certificate Store should my company's 'DigiCert Trusted G4 Code RSA4096 SHA384 CA1' be visible in? (Using a hardware USB token) My DigiCert code signing certificate is visible in my Personal…

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,717 questions
Windows Driver Kit (WDK)
Windows Driver Kit (WDK)
A set of Microsoft tools that are used to develop, test, and deploy Windows drivers.
8 questions
asked 2024-05-13T17:24:02.6033333+00:00
Bob Kuech 0 Reputation points
answered 2024-05-14T08:00:13.5566667+00:00
Daisy Zhou 18,721 Reputation points Microsoft Vendor
0 answers

Onedrive Webhook subscription Issue.

Hello Team. Topic If you use https://graph.microsoft.com/v1.0/subscriptions , you will fail subscription, and if you use https://graph.microsoft.com/beta/subscriptions , you will succeed subscription. Expect https://graph.microsoft.com/v1.0/subscriptions…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,735 questions
asked 2024-05-14T07:51:20.5633333+00:00
JongYoung Ko 0 Reputation points
edited the question 2024-05-14T08:00:13.47+00:00
JongYoung Ko 0 Reputation points
1 answer

Test email not working

I have configured a domain (SPF, DKIM, DKIM2 all showing green) connected it to communication services created a suppression list etc. and all seems good but when I go to Try email to send a test email it says "Email successfully…

Azure Communication Services
Azure Communication Services
An Azure communication platform for deploying applications across devices and platforms.
699 questions
asked 2024-05-12T09:52:45.2733333+00:00
Oliver Häusler 0 Reputation points
commented 2024-05-14T07:59:03.5933333+00:00
ajkuma 22,606 Reputation points Microsoft Employee
0 answers

I tried debugging .NET application but getting SSL CERT warning. How do I fix it?

I tried debugging .NET application in MS VS 2022, but getting SSL CERT warning. Should I install the certificate? Is it mandatory?

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,425 questions
Visual Studio Debugging
Visual Studio Debugging
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Debugging: The act or process of detecting, locating, and correcting logical or syntactical errors in a program or malfunctions in hardware. In hardware contexts, the term troubleshoot is the term more frequently used, especially if the problem is major.
947 questions
asked 2024-05-10T14:53:45.1666667+00:00
Rishitha 0 Reputation points
commented 2024-05-14T07:58:47.8833333+00:00
Anna Xiu-MSFT 26,231 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

How to migrate database users from Azure PostgreSQL single server to flexible server?

Hello team, I was using the migration tool provided in Azure portal to migrate databases from PostgreSQL single server to flexible server.The migration itself was successful and I could see my database and data in the flexible server. The issue I am…

Azure Database for PostgreSQL
asked 2024-05-06T18:47:09.7233333+00:00
Pratik 20 Reputation points
edited a comment 2024-05-14T07:58:44.7166667+00:00
Pratik 20 Reputation points
2 answers One of the answers was accepted by the question author.

Entra ID Connect and Exchange Hybrid setting checkbox?

I am using Hybrid Azure AD and Entra ID with Password Hash Sync, all objects are synchronized using the Azure AD Connect software. There are 2x Exchange Server 2016 but both have no mailboxes on-premise only used for managing the AD attributes as I…

Microsoft Entra
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,689 questions
asked 2024-05-13T07:16:16.6933333+00:00
EnterpriseArchitect 4,826 Reputation points
edited the question 2024-05-14T07:56:49.6266667+00:00
Sandeep G-MSFT 14,826 Reputation points Microsoft Employee
1 answer

How do I link an app to project in azure?

I had a web app set up in azure and later configure a dev center to enable multiple environments, i.e dev, staging and prod. How do I make my web app use the environments from my dev center ?

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,299 questions
asked 2024-05-12T17:35:22.6966667+00:00
Femi Awosanya 0 Reputation points
edited the question 2024-05-14T07:56:11.9566667+00:00
ajkuma 22,606 Reputation points Microsoft Employee
1 answer

databricks integration with synapse

hey, is there any third party tool is available which will integrate synapse with databricks

Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
4,430 questions
asked 2024-05-13T16:06:41.3633333+00:00
Vineet S 165 Reputation points
commented 2024-05-14T07:54:09.06+00:00
Smaran Thoomu 10,245 Reputation points Microsoft Vendor
0 answers

M365 Security Portal - Audit Logs

Dear All, I have security admin access, under email and collaboration - explorer. I can see all important users email and i can preview and download it. My management wanted to audit or disable this feature. Please advice on how to do it. No where it is…

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,887 questions
Microsoft Exchange
Microsoft Exchange
Microsoft messaging and collaboration software.
400 questions
Windows 10 Security
Windows 10 Security
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Security: The precautions taken to guard against crime, attack, sabotage, espionage, or another threat.
2,770 questions
asked 2024-05-14T07:53:59.04+00:00
karthik palani 1,016 Reputation points
0 answers

Logic Apps Standard workflow version history

We're gradually moving our consumption logic apps over to logic apps standard. However, there doesn't appear to be any version history available for workflows like there is for consumption logic apps. If there is, could someone let me know where I can…

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
970 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,875 questions
asked 2024-05-14T07:53:42.7766667+00:00
Neil B 21 Reputation points
0 answers

Not able to perform read and write operation in iCloud in .Net Maui Mac

I have set up the app identifier in Apple developer with the document URL set up for iCloud and updated the info.plist and entitlements according to this. info.plist <key>NSUbiquitousContainers</key> <dict> …

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,425 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,943 questions
asked 2024-05-13T10:26:23.9+00:00
Kiran Mohanty 0 Reputation points
commented 2024-05-14T07:53:03.9766667+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 26,751 Reputation points Microsoft Vendor
1 answer

Not able to reschedule my dp-203 exam . completed with the half of the testing and not started the exam

I'm unable to reschedule my exam and not found any threads regarding it and not found any option to do. Not able to contact anyone regarding this issue. Someone please help me on it?

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,299 questions
asked 2024-05-11T19:03:08.7433333+00:00
Murali Chokkapu 0 Reputation points
commented 2024-05-14T07:53:03.68+00:00
Murali Chokkapu 0 Reputation points
2 answers

Transferring a digital retail version of Windows 10

I currently have Windows 10 on this machine, It is a retail version and was digitally activated. I want to use this hardrive in a new build computer and re-use this windows 10 on the same hardrive. (So move current hardrive to new build). I know I need…

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,717 questions
asked 2024-05-07T00:54:04.94+00:00
John TRENT 0 Reputation points
commented 2024-05-14T07:52:10.3666667+00:00
Hania Lian 8,306 Reputation points Microsoft Vendor
1 answer

How to get out of recovery screen

I keep receiving an error code of 0xc000000e whenever I boot up my computer but when it gets to that screen no matter how long I wait my keyboard and mouse will not connect meaning I cannot do anything while on the screen. I have tried plugging in the…

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,717 questions
asked 2024-05-04T05:00:45.81+00:00
Owen Bernardo 0 Reputation points
commented 2024-05-14T07:51:31.3966667+00:00
Hania Lian 8,306 Reputation points Microsoft Vendor
1 answer

Problem with network bandwidth of Azure App Service (very slow uploads)

My App Service (A) sends a POST request that contains a base64 encoded file to App Service B . I understand that this may seem strange, but it is needed in this case. App Service B uploads it to a Blob Storage and then returns a response. The size of the…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,962 questions
asked 2024-05-13T04:48:32.81+00:00
Andreas F 20 Reputation points
commented 2024-05-14T07:50:52.04+00:00
TP 77,316 Reputation points
1 answer

How do I remove a long pause after certain slides?

Hello all, How do I remove a long pause after certain slides? I reached out to Microsoft Support and was directed here to pose my question because they could not resolve my issue after trying all possible options in order to check the audio formatting. I…

PowerPoint
PowerPoint
A family of Microsoft presentation graphics products that offer tools for creating presentations and adding graphic effects like multimedia objects and special effects with text.
224 questions
asked 2024-05-14T05:26:49.3933333+00:00
BL 0 Reputation points
answered 2024-05-14T07:50:12.8233333+00:00
Emi Zhang-MSFT 22,086 Reputation points Microsoft Vendor
1 answer

Acknowledging the mail received to a group mail automatically

Dear Team, We have a group mail address and we would like to acknowledge it whenever someone sends an email to the group mail. Since we are receiving number of mails, is there any possibility to set a rule or in any other way to send any acknowledgement…

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.
4,915 questions
asked 2024-05-09T11:58:26.76+00:00
Jeyeline M 0 Reputation points
edited a comment 2024-05-14T07:49:53.3566667+00:00
SokiGuo-MSFT 23,561 Reputation points Microsoft Vendor
1 answer

FAILURE ( 5627 ): 50: Run DISM.exe - Windows Education x64 - 20H2 Update

Hi all, This whole ordeal is causing me a large headache, I am looking to deploy a SysPrepped image across multiple devices but keep running into this error. Windows Version: Windows 10 Education (20H2 Update) Windows ADK Version: 10.1.19041.1 …

Sysinternals
Sysinternals
Advanced system utilities to manage, troubleshoot, and diagnose Windows and Linux systems and applications.
1,096 questions
asked 2021-06-18T12:49:06.527+00:00
Scott Wilks 1 Reputation point
answered 2024-05-14T07:49:11.5766667+00:00
TaoHuabing-0777 0 Reputation points
1 answer

How can I customize Microsoft Edge browser plugins to use separate email accounts for work and personal purposes?

I've begun using the Microsoft Edge browser [Version 124.0.2478.97 (Official Build) (64-bit)], and I require assistance in segregating my browser profiles using distinct accounts on my Windows 11 PC: Personal account: personal.account@outlook.com Browser…

Microsoft Edge
Microsoft Edge
A Microsoft cross-platform web browser that provides privacy, learning, and accessibility tools.
2,154 questions
Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,717 questions
Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
5,942 questions
Windows 10 Security
Windows 10 Security
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Security: The precautions taken to guard against crime, attack, sabotage, espionage, or another threat.
2,770 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,306 questions
asked 2024-05-14T01:26:54.8266667+00:00
EnterpriseArchitect 4,826 Reputation points
edited an answer 2024-05-14T07:48:13.2633333+00:00
Jinxin Wang (Shanghai Wicresoft Co Ltd) 900 Reputation points Microsoft Vendor
2 answers

Drive locked by bit locker after clean install of windows and wanting code

I had to replave my SD c drive. After clean install, my secondary drive is locked by bitlocker and want a code. I tried the MS code after logging in and it says it doesn't match.

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,717 questions
asked 2024-05-04T17:59:09.3366667+00:00
Janet Ashley 0 Reputation points
commented 2024-05-14T07:47:05.5433333+00:00
Hania Lian 8,306 Reputation points Microsoft Vendor