
Why call to function through a constexpr function pointer is not inlined?
When the following code is compiled with the latest MSVC compiler, the call to the function foo is not inlined. Is there a valid reason for this, or is it a compiler deficiency? template <auto V> struct Wrapper { static constexpr decltype(V)…
Can 32 bit connect into SQL Server 64 bit?
Can a user connect using 32 bit SQL ODBC driver into SQL Server 64 bit version or do they need to use a 64 bit SQL ODBC driver? Thanks in advance.
MS Learn Unauthorized Sandbox use detected.
My account got flagged today for unauthorized Sandbox use. Odd because within the last few days I completed 2 modules using 1 sandbox environment as per the module instructions. Now I have to wait several days but I'm attending some hands on training at…


Hyper-v taking time to fetch IP address for VM through powershell
following are two queries and its execution time: [NOTE: In below script , ID_LIST is list of VM ides that is not included] CASE 1: With IP address , it's require more time. 2020-10-07 18:43:19,340 DEBUG - START Executing powershell: Executing…

SCCM Client - Trigger Client Action Ports
Hello, When running SCCM Client actions from the SCCM Console for machines connected over the VPN, it is unable to communicate. More than likely related to our companies firewall. Just curious what the port or Firewall requirements would be. In the…


what is the default limit(top) for get users endpoint ?
what is.the default limit(top) for azure ad users graph API ? GET: https://graph.microsoft.com/v1.0/users
Visual Studio MFC application , click and drag function
I created a Visual Studio MFC dialog application. There are 3 labels and texts on MyDialog. Any way to add "click and drag function" ? ============= line1 : label1 text1 line2 : label2 text2 line3 : label3 text3 ============= …
Azure Function App(TimeTriggered Function) Function Execution error (pkcs8PrivateKey data should be between ----Begin Private Key and --End Private--Key---)
Hi Team, Am currently working on Creating a Time Triggered Function in Azure, Code developer tools I have selected as Visual Studio 2019 and code basically tries to extract data from Google Analytics and Storing to Blob also i have deployed the…
How to write this dashboard with another way to avoid slow running ?
I work on SQL server 2012 I face issue dashboard is very slow running my input code type and pl some times i filter y code type only as my sample below but problem on statement below is very slow so How to solve issue please this statement is…
Microsoft Internet Explorer Security Update for September 2020
Hi All i have the below vulnerability on windows server 2016 and 2012R2 servers, please help me with the offline installer for this. when i search in update catalog i am unable to find this. Microsoft Internet Explorer Security Update for September…
SQL Server 2019 Linux: SQLServerAgent fails to run
I am trying to execute a SQL Server Agent job on a SQL Server 2019 Standard on Linux. Unfortunately, the SQL Server Agent terminates after it starts (see attached log). My machine private IP is 172.31.112.69, while the SQL Server Agent startup…
Event ID's 5829-31 Not Visible in Domain Controller logs after August 2020 Patches
Hello, we have applied the August 2020 patches on our Domain Controllers but do not see any logs with Event ID 5829-5831 since the updates. There is at least one Server 2003 machine (i.e. out of support OS) on our domain which I assume is still using…
TCP ports required Orchestrator SCCM Integration pack?
Can someone tell me wich tcp ports is required for the IP to SCCM to work?
Proper way to remove a turned off Domain Controller ?
Hi, The domain controller (Running Windows 2012R2) & other MS Windows Servers in a particular small site has been turned off for a couple of months. We are going to decommission all servers in that site. We would like to ask the proper way of…
what are the differnces between these two approaches
hi when i'm trying to do something after a window closing what is the differences between these two approaches: approach_1: protected override void OnClosed(EventArgs e) { // TODO base.OnClosed(e); …
Receive Web API Call
I was wondering if there is a possibility to receive a Web API call from (in this case) an external system and consume it in SCOM. I don't want to pull information from the API, just consume it and create an alert when the external system send a call. …
Service endpoint policies when to use?
Hi, I see that I can enable the option (service endpoint policies) when creating a virtual network in azure. I read that it aims to protect access to azure services, but I didn't understand in practice whether or not I need to use this option. Can…


Logic Apps Authenticate with Microsoft API without Azure AD
Hello, We're working on a Logic App, that needs to call a Microsoft API through the HTTP action. Calling this Microsoft API provides us with JSON data through a GET request, but some parts of it are only available when we're logged in with a Microsoft…
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:…