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