385,055 questions

Sort by: Updated
1 answer

Beam like pointers invisible in text field in RDP client

I'm part of a team actively working on a HTML5 RDP client. Pointers received by the TS_COLORPOINTERATTRIBUTE PDU are transformed into cursor pointer files and applied using the CSS cursor attribute. This works except for beam like pointers! They are…

Remote Desktop
Remote Desktop
A Microsoft app that connects remotely to computers and to virtual apps and desktops.
4,595 questions
asked 2020-12-17T14:34:52.997+00:00
geiregjo 1 Reputation point
answered 2020-12-18T02:17:20.31+00:00
Jenny Yan-MSFT 9,336 Reputation points
3 answers

Windows 10 AlwaysON VPN with EAP-TEAP

Hello Guys, We are currently looking into using a new AlwaysOn VPN with EAP-TEAP against Cisco ASA + Cisco ISE Pair. We have tested everything with EAP-TLS (with User Certificate) and EAP-PEAP + EAP-Mschapv2 (User against AD) and everything seems to be…

Windows 10 Network
Windows 10 Network
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Network: A group of devices that communicate either wirelessly or via a physical connection.
2,362 questions
asked 2020-10-08T12:12:44.94+00:00
Stanislav Bachtin 1 Reputation point
commented 2020-12-18T02:13:50.753+00:00
Gloria Gu 3,896 Reputation points
1 answer One of the answers was accepted by the question author.

How to send message to device after provisioning with mqtt x509?

I'm using the azure_sdk_for_c to provisioning with Azure it hub following the example paho_iot_provisioning_sample. I can successfully get the Hub Hostname and device ID from DPS but I don't know how to publish a message to the device. May I need to…

Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,198 questions
asked 2020-12-14T04:08:53.183+00:00
Hop Vu 31 Reputation points
accepted 2020-12-18T02:12:09.723+00:00
Hop Vu 31 Reputation points
1 answer One of the answers was accepted by the question author.

Find how many ticket removed, added and existing with SQL query

I have table with similar case number for different products. Hence I want to find the the case number has been added, removed and existing according to the date. I have a data something like below So the code should take data from 2020-12-02…

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,947 questions
asked 2020-12-17T08:07:03.957+00:00
Cvin 21 Reputation points
accepted 2020-12-18T02:10:11.923+00:00
Cvin 21 Reputation points
0 answers

Help with our implementation of printing in our Direct2D Win32 app, using an ID2D1CommandList as render target.

We have a Win32 desktop app which uses Microsoft Direct2D to draw graphics to a D2D Bitmap render target. Users are then able to print those graphic objects. To do this, we switch the Direct2D render target for an ID2D1CommandList. We draw our graphics…

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,648 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,754 questions
asked 2020-12-17T11:53:46.367+00:00
M S 1 Reputation point
commented 2020-12-18T02:04:08.123+00:00
Drake Wu - MSFT 991 Reputation points
0 answers

screen capture in multiple monitors

I am using UWP screen capture API. This is very straightforward when we capture single monitor among multiple monitors. Is there any good way of switching monitors to be captured associated mouse/keyboard activity?

Universal Windows Platform (UWP)
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,995 questions
asked 2020-12-11T20:28:52.08+00:00
wonkyum lee 21 Reputation points
commented 2020-12-18T02:00:18.357+00:00
wonkyum lee 21 Reputation points
2 answers One of the answers was accepted by the question author.

Azure Firewall and NSG configuration?

Hi People, I've got 40+ VMs in Azure Resource group located in different regions. I wanted to allow only 10 VMs to access the internet and the rest is just Corporate Intranet only (via Express Route to my OnPremise network). Should I deploy one…

Azure Firewall
Azure Firewall
An Azure network security service that is used to protect Azure Virtual Network resources.
674 questions
Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,490 questions
Azure Firewall Manager
Azure Firewall Manager
An Azure service that provides central network security policy and route management for globally distributed, software-defined perimeters.
92 questions
asked 2020-12-15T12:05:06.457+00:00
EnterpriseArchitect 5,406 Reputation points
commented 2020-12-18T02:00:12.537+00:00
EnterpriseArchitect 5,406 Reputation points
0 answers

winrt::StorageProviderSyncRootManager::Unregister got error 0x80004005

Hi, When working with the Cloud Filter API, somestimes got error code 0x80004005 when Unregister sync folder. How to fix this situation??

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,648 questions
asked 2020-12-17T07:55:55.707+00:00
Jojo Tang 86 Reputation points
commented 2020-12-18T01:59:46.633+00:00
Rita Han - MSFT 2,166 Reputation points
1 answer One of the answers was accepted by the question author.

DHCP reservation is not replicated to the DHCP Hotstandby serve

Today, we noticed that DHCP reservation cannot be replicated to the DHCP hot-standby server. And observation is for 10 minutes. We haven’t check the logs only compared the settings of both DHCP servers.

Windows DHCP
Windows DHCP
Windows: A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.DHCP: Dynamic Host Configuration Protocol (DHCP). A communications protocol that lets network administrators manage centrally and automate the assignment of Internet Protocol (IP) addresses in an organization's network.
1,039 questions
asked 2020-12-17T07:04:04.513+00:00
Doe John 26 Reputation points
commented 2020-12-18T01:57:41.307+00:00
Sunny Qi 11,046 Reputation points Microsoft Vendor
4 answers One of the answers was accepted by the question author.

Export Flat File based on the each SQL statement in the table and destination

I'm still new in SSIS, Now I can read the SQLStatement, FileName, and FileLocation based on this video But I'm facing the problems when export the flat file base on the File Location in SQL Table. here with my sample package …

SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,589 questions
asked 2020-12-06T09:41:30.533+00:00
Eng Soon Cheah 81 Reputation points
answered 2020-12-18T01:55:33.23+00:00
COZYROC Suspended 101 Reputation points
2 answers One of the answers was accepted by the question author.

Repair On Cluster Name - Does it cause downtime on VMs?

So - we got a Failover Cluster running Server 2019 where the Validation Report states the following : Validating network name resource Name: TESTHYPERVCLUSTER for Active Directory issues. The cluster network name resource 'Name: TESTHYPERVCLUSTER '…

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,005 questions
asked 2020-12-15T13:53:21.787+00:00
Mikkel Lund Knudsen 111 Reputation points
commented 2020-12-18T01:52:36.27+00:00
Xiaowei He 9,906 Reputation points
0 answers

how does asp dotnet core support for Linux CentOS Arm64

I got a Arm64 machine with linux CentOS 8, and It is set to use RPM package to install Asp DotNet SDK, but I can not find any suitable rpm packages for ARM64, however, x86 rpm package is easy to find. How can I solve this? Any Ideas? Thanks

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
39,564 questions
asked 2020-12-18T01:49:28.397+00:00
t liu 1 Reputation point
2 answers

MS EXCHANGE 2013 OWA WORKS BUT ECP BLANK PAGE

Hello everyone, I am writing regarding a problem I have on my Exchange server 2013 after updating to CU23. Owa and outlook work perfectly, but ECP shows blank page after giving username and password. I doesnt work with mail link, or internally…

Exchange Server Management
Exchange Server Management
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Management: The act or process of organizing, handling, directing or controlling something.
7,659 questions
asked 2020-12-11T09:20:43.497+00:00
luan gashi 1 Reputation point
commented 2020-12-18T01:48:56.477+00:00
Lydia Zhou - MSFT 2,376 Reputation points Microsoft Employee
0 answers

Unable To Perform Arithmetic Operation Between Two SharePoint Lists Columns

Hi Everyone, I am performing an arithmetic operation between two different SharePoint lists columns in PowerApps. But It is not working correctly. Please refer my PowerApps query for perform addition operation between 2 SharePoint lists columns, …

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,792 questions
asked 2020-12-17T06:16:56.21+00:00
Meet Bhatt 21 Reputation points
commented 2020-12-18T01:46:27.513+00:00
Echo Du_MSFT 17,176 Reputation points
7 answers One of the answers was accepted by the question author.

Start menu windows 10

Hi evryone, After applying the latest updates for windows 10 1909 (18363.1198), the start menu and notifications dont work. best regards, Ahl

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
11,687 questions
asked 2020-11-17T08:40:23.143+00:00
Elhadi 256 Reputation points
commented 2020-12-18T01:28:24.587+00:00
Jenny Yan-MSFT 9,336 Reputation points
1 answer

Restore the SysVol Folder from Windows Server Backup

Dear All, We have DC with Win2012 Std, ADC with Win2012Std & ADC1 with 2008R2 Std, unfortunately our environment have Ransomware Attached recently due to this our SysVol Folder &Files has been encrypted. We want to recover our SysVol Folders…

Windows Server Backup
Windows Server Backup
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.Backup: A duplicate copy of a program, a disk, or data, made either for archiving purposes or for safeguarding valuable files from loss should the active copy be damaged or destroyed.
476 questions
asked 2020-12-13T08:28:36.76+00:00
M Akhtar 1 Reputation point
commented 2020-12-18T01:23:46.973+00:00
Hannah Xiong 6,276 Reputation points
2 answers

Logitech K120 do not operate at all in ANY Windows IoT build

At first it was just my keyboard hardware, but on Linux and main Windows, the Logitech K120 works. On Core IoT and Windows 10 Mobile, but mostly IoT, using this keyboard causes some keys to be missed and other times to be endlessly repeating a character…

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
11,687 questions
Windows for IoT
Windows for IoT
A family of Microsoft operating systems designed for use in Internet of Things (IoT) devices.
400 questions
asked 2020-12-02T21:37:25.623+00:00
Seija 1 Reputation point
commented 2020-12-18T01:22:11.667+00:00
Michael Xu 336 Reputation points
1 answer One of the answers was accepted by the question author.

Cancel HttpClient on azure function in case the operation takes longer than x minutes

I have an azure function which has been called every 5minutes. The function takes less than a min to respond but sometimes took longer than normal and causes some logical issues in my app. How can I cancel the request if takes more than x min (e.g.…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,072 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,995 questions
asked 2020-12-18T01:14:44.69+00:00
Tes Gam 81 Reputation points
accepted 2020-12-18T01:21:45.17+00:00
Tes Gam 81 Reputation points
2 answers One of the answers was accepted by the question author.

Sharepoint Search process cannot access the file

Having the following error for a number of content items in a SharePoint search crawl. The process cannot access the file because it is being used by another process. (Exception from HRESULT: 0x80070020) ( SearchID =…

SharePoint Server Management
SharePoint Server Management
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Management: The act or process of organizing, handling, directing or controlling something.
2,955 questions
asked 2020-12-16T11:18:21.137+00:00
Clement, Phil 96 Reputation points
commented 2020-12-18T01:17:43.787+00:00
JoyZ 18,071 Reputation points
0 answers

[azure communication services]Group call some time not show caller video , some time video freeze . Too much azure warning

i created a room for everyone can join , but when i refresh my browser , other person video some time not show , some time take too long time to show video ,. I recevied too many warning from sdk . what is this warning . how can i fix it .

Azure Communication Services
Azure Communication Services
An Azure communication platform for deploying applications across devices and platforms.
891 questions
asked 2020-12-10T00:32:59.477+00:00
Nghiep Nguyen Tien 26 Reputation points
commented 2020-12-18T01:04:44.683+00:00
Nghiep Nguyen Tien 26 Reputation points