386,729 questions

Sort by: Updated
3 answers

Hyper-V Compute Failover Behavior Clarification

Could I please clarify a few things about failover cluster behaviour which I cannot glean from the docs? On a 2019 failover cluster, we have the following default settings: SameSubnetDelay : 1000 SameSubnetThreshold …

Hyper-V
Hyper-V
A Windows technology providing a hypervisor-based virtualization solution enabling customers to consolidate workloads onto a single server.
2,735 questions
Windows Server Clustering
Windows Server Clustering
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.Clustering: The grouping of multiple servers in a way that allows them to appear to be a single unit to client computers on a network. Clustering is a means of increasing network capacity, providing live backup in case one of the servers fails, and improving data security.
1,009 questions
asked 2020-11-18T20:35:30.2+00:00
hobgadling 1 Reputation point
answered 2020-11-23T08:04:50.153+00:00
Xiaowei He 9,906 Reputation points
1 answer

WH_JOURNALRECORD Hook Blocks Mouse Clicks + Keystrokes

I am attempting to install a WH_JOURNALRECORD with SetWindowsHookEx: #include <iostream> #include <Windows.h> LRESULT CALLBACK WndProc(int nCode, WPARAM wParam, LPARAM lParam) { std::cout << "Hook called" <<…

Windows API - Win32
Windows API - Win32
A core set of Windows application programming interfaces (APIs) for desktop and server applications. Previously known as Win32 API.
2,653 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,760 questions
asked 2020-11-18T22:19:51.987+00:00
Jason Bassos 1 Reputation point
commented 2020-11-23T07:59:46.41+00:00
Rita Han - MSFT 2,166 Reputation points
1 answer

Powershell Export-PfxCertificate unable to load private key from pfx

I have been trying to create a rootCA and intermediate CA which signs the certs using powershell on Windows 10 When I try to check the QA1KeyCARoot.key, I m getting an error unable to load private key. Question: Is this the right way to extract the…

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,853 questions
Windows Server PowerShell
Windows Server PowerShell
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.PowerShell: A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
5,554 questions
asked 2020-11-13T21:38:59.663+00:00
Melissa Lee 6 Reputation points
commented 2020-11-23T07:57:39.537+00:00
Ian Xue 37,706 Reputation points Microsoft Vendor
2 answers One of the answers was accepted by the question author.

MongoDB Atlas doesn't appear in my Linked Services list in Azure Data Factory 2

MongoDB Atlas doesn't appear in my Linked Services list in Azure Data Factory 2 I'm trying to create a service link for Atlas mongodb in Microsoft Azure Data Factory v2. According to this link now we can copy data from MongoDB Atlas using Azure Data…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,847 questions
asked 2020-11-09T13:40:50.21+00:00
Mustafa Salaheldin 101 Reputation points
commented 2020-11-23T07:57:12.977+00:00
PRADEEPCHEEKATLA 90,226 Reputation points
1 answer

Calling async function from unmanaged code in the main thread

Hi there, I have an unmanaged application (not written with Visual Studio) that needs to call WCF Services from within the main thread. Additionally, this app also acts as a COM server with all COM objects in the STA, where the main thread of the app…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,922 questions
asked 2020-11-19T18:38:20.427+00:00
D Sanchen 1 Reputation point
answered 2020-11-23T07:55:42.373+00:00
D Sanchen 1 Reputation point
1 answer

Deployment of ML model stuck in transitioning state

I am trying to deploy a simple LSTM model in ACI. The deployment is stuck in transitioning state for about a day now. Any help will be much appreciated.

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,964 questions
asked 2020-11-23T06:42:33.81+00:00
Ramkumar Sekar 6 Reputation points
answered 2020-11-23T07:53:52.083+00:00
Ramr-msft 17,741 Reputation points
4 answers

User Running Qlikview ontop of OLAP Tabular Cube as Source

Good day, I have a few users who recently joined the company and only wants to use qlikview which the company does not have and uses SQL OLAP & SQL OLAP Tabular I recently (last week) completed a very detail Tabualr cube which contains thousands…

SQL Server Analysis Services
SQL Server Analysis Services
A Microsoft online analytical data engine used in decision support and business analytics, providing the analytical data for business reports and client applications such as Power BI, Excel, Reporting Services reports, and other data visualization tools.
1,291 questions
asked 2020-11-18T17:44:24.65+00:00
IC IC 236 Reputation points
commented 2020-11-23T07:49:06.22+00:00
Lukas Yu -MSFT 5,821 Reputation points
1 answer

send multiple email using HTML Table in Power Automate

Hi, I was trying to send email from excel, in which i have added column of email, Subject and body. Below is the table for the reference: i created flow in power automate, but i want to send single row with the headers to the respected email…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,277 questions
asked 2020-11-23T07:43:52.097+00:00
Akanksha Behl 1 Reputation point
answered 2020-11-23T07:45:10.763+00:00
Leon Laude 85,816 Reputation points
1 answer One of the answers was accepted by the question author.

Move email to office 365 groups programmatically c#

I have made an outlook add-in to forward mails that are moved to a specific folder to a corresponding shared mailbox. Now I would have liked to have copied this email in an outlook group email / conversation as well, but I can't. Anyone an idea how…

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
39,739 questions
asked 2020-11-23T06:56:54.493+00:00
dJ 21 Reputation points
accepted 2020-11-23T07:41:15.173+00:00
dJ 21 Reputation points
2 answers

A PC is crashing and restarting, ERROR_WINHTTP_NAME_NOT_RESOLVED

Hello, on a PC running RTX application to control a sorting system I'm getting this error: <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"> <System> <Provider…

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
13,233 questions
Windows 10 Compatibility
Windows 10 Compatibility
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Compatibility: The extent to which hardware or software adheres to an accepted standard.
480 questions
asked 2020-11-13T10:39:55.393+00:00
Davide ROSSONI 1 Reputation point
answered 2020-11-23T07:37:43.933+00:00
Molly Lu 846 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Word.InsertLocation.Replace is not working for content control

contentcontrol.inserttext("text", Word.InsertLocation.Replace) not working fine it always concatenate the string in the start ideally it should replace the old text inside the content control with the new text. Is there any other work-around to…

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
39,739 questions
asked 2020-11-23T03:48:58.963+00:00
Ravi Kumar 21 Reputation points
accepted 2020-11-23T07:33:16.547+00:00
Ravi Kumar 21 Reputation points
1 answer One of the answers was accepted by the question author.

Isn't Interactive login, default for Workspace.from_config()?

According to this notebook Interactive Authentication Interactive authentication is the default mode when using Azure ML SDK. When you connect to your workspace using workspace.from_config, you will get an interactive login dialog. So, i ran…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,964 questions
asked 2020-11-23T02:13:34.39+00:00
kalyan reddy 186 Reputation points
commented 2020-11-23T07:28:52.857+00:00
kalyan reddy 186 Reputation points
1 answer

operator ?= overloading

Is there a way to overload ?= operator in c++? I find it useful. Alternative would be to overload ?>> operator. Can I do it? Seeking file could be done with those operators.

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,760 questions
asked 2020-11-20T08:53:54.297+00:00
josh BAUER 166 Reputation points
answered 2020-11-23T07:26:28.367+00:00
Guido Franzke 2,196 Reputation points
2 answers One of the answers was accepted by the question author.

Windows server 2019 user cal's

Hi i have one question. I have a Windows server 2019 standard (licensed, on cloud) And i use IIS service running on this machine which host a web page. I have 20 users which are logged in only via WAN through web-page to use a postgreSql server…

Windows Server 2019
Windows Server 2019
A Microsoft server operating system that supports enterprise-level management updated to data storage.
3,798 questions
asked 2020-11-20T21:54:42.987+00:00
Jorns 21 Reputation points
answered 2020-11-23T07:24:39.13+00:00
Andy YOU 3,076 Reputation points
0 answers

Copy unicode to _clipboard

Sir I have a unicode file created in notepad I refer to this link copy-unicode-text-clipboard I want to copy file contents to _clipboard, so I am trying to use these codes tcUnicodeText=FULLPATH(GETFILE('txt')) DO CopyUnicodeText2Clipboard WITH…

Windows API - Win32
Windows API - Win32
A core set of Windows application programming interfaces (APIs) for desktop and server applications. Previously known as Win32 API.
2,653 questions
asked 2020-11-22T15:13:58.877+00:00
tariq mehmood 21 Reputation points
commented 2020-11-23T07:22:50.32+00:00
Candy Luo 12,711 Reputation points Microsoft Vendor
1 answer

class Win32_quickfixengineering empty

On some servers we have this class empty. I see updates on add remove programs but in this class is nothing

Windows Server Management
Windows Server Management
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.Management: The act or process of organizing, handling, directing or controlling something.
440 questions
asked 2020-09-02T16:11:57.427+00:00
Belan Marek 51 Reputation points
commented 2020-11-23T07:19:49.143+00:00
Marek Belan 1 Reputation point
2 answers

PS Remoting across domains

Hi, We have recently started to use PSremoting in our domain. We have it setup through a Group Policy as of now. I would like to be able to enter-pssession with a server on a different domain of ours. After initial failure, I tried to add the server…

Windows Server PowerShell
Windows Server PowerShell
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.PowerShell: A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
5,554 questions
asked 2020-11-20T17:08:33.8+00:00
Nathan Scott 1 Reputation point
answered 2020-11-23T07:15:21.59+00:00
Ian Xue 37,706 Reputation points Microsoft Vendor
2 answers

Questions on Hyper-V performance

I have been trying out with Hyper-V recently and intend to use Hyper-V failover to replace our existing failover cluster. I know that Hyper-V is a type-1 hypervisor, in the way that the guest OS does not sit above the host OS. However, I am also aware…

Windows Server Clustering
Windows Server Clustering
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.Clustering: The grouping of multiple servers in a way that allows them to appear to be a single unit to client computers on a network. Clustering is a means of increasing network capacity, providing live backup in case one of the servers fails, and improving data security.
1,009 questions
asked 2020-11-20T00:38:56.077+00:00
Milan 41 Reputation points
commented 2020-11-23T07:15:05.533+00:00
Xiaowei He 9,906 Reputation points
3 answers

How to contact the marketplace team?

I have tried to contact the marketplace team for troubles with assigning roles in my publish view. I always get invalid domain. After searching lots of people have said its just to write more mails to that address that is linked inside the help…

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
39,739 questions
asked 2020-11-22T09:35:02.33+00:00
Fredrik Zaar 1 Reputation point
answered 2020-11-23T07:11:34.327+00:00
Dylan Zhu-MSFT 6,421 Reputation points
4 answers

Linux on Hyper V

Hello I have new activity to migrate 900 Linux VMs from Vmware to Hyper v 2019 what are the considerations and limitations for this migration process? Can i migrate all Linux VMs or i have some sort of unsupported VMs? our Linux VMs are mix of…

Hyper-V
Hyper-V
A Windows technology providing a hypervisor-based virtualization solution enabling customers to consolidate workloads onto a single server.
2,735 questions
asked 2020-11-22T16:46:11.953+00:00
Moonlight 176 Reputation points
answered 2020-11-23T07:07:17.543+00:00
Xiaowei He 9,906 Reputation points