349,077 questions

Sort by: Updated
2 answers

How to build screen recorder Winform GUI app which also records the sound of system at the same time

using System; using System.Diagnostics; using System.Drawing; using System.Windows.Forms; using NAudio.Wave; using SharpAvi; using SharpAvi.Codecs; using SharpAvi.Output; namespace ScreenAudioRecorder { public partial class Form1 : Form { …

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,392 questions
asked 2024-05-27T15:21:50.9433333+00:00
Rahmatulloh 0 Reputation points
answered 2024-05-28T07:58:14.9233333+00:00
KOZ6.0 5,295 Reputation points
2 answers

Microsoft Graph API error: Access token validation failure. Invalid audience.

We have registered the app in AAD and granted the following permission to Microsoft Graph under API permissions in Azure portal After passed in tenant id, client id, client secret. we generated an access token When I call the…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,861 questions
asked 2022-09-04T13:01:51.96+00:00
MelData 41 Reputation points
commented 2024-05-28T07:58:03.36+00:00
Chris O'Connor 0 Reputation points
1 answer

NDR Messages getting rejected

Hi, im getting this strange error from one of my clinet. "host techoneglobal-com.mail.protection.outlook.com[52.101.132.30] said: 501 5.1.7 Invalid address [HK3PEPF0000021A.apcprd03.prod.outlook.com 2024-05-07T09:24:38.125Z 08DC6DF45E00D1A9] (in…

Microsoft Exchange Online
Exchange Server
Exchange Server
A family of Microsoft client/server messaging and collaboration software.
1,114 questions
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,397 questions
asked 2024-05-27T05:22:32.9433333+00:00
Kanchana Jayathilake 0 Reputation points
commented 2024-05-28T07:57:22.9266667+00:00
Mike Hu-MSFT 935 Reputation points Microsoft Vendor
2 answers

Unable to Send Email Messages using Microsoft.Exchange.WebServices Library

Hello! I've been using Microsoft.Exchange.WebServices 2.2.0 library to send emails from my C# application for a couple of years and have not been changed my code for a long time. It worked seamlessly but yesterday I started constantly getting the…

Exchange Server
Exchange Server
A family of Microsoft client/server messaging and collaboration software.
1,114 questions
Exchange Server Development
Exchange Server Development
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Development: The process of researching, productizing, and refining new or existing technologies.
519 questions
asked 2024-05-22T19:05:03.85+00:00
Ihor Kuliiev 101 Reputation points
commented 2024-05-28T07:57:13.7233333+00:00
Lukas Kindig 0 Reputation points
0 answers

Failed to connect to MSI.

Hi folks, I am using Azure Automation account PowerShell runbook to login to Azure CLI using identity, but it is failing with below errors. I even tried authenticating with a UMI but same error. Could anyone please help me out. Error: Azure AA SMI: UMI…

Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,144 questions
asked 2024-05-16T10:44:53.03+00:00
Apurva Pathak 315 Reputation points
commented 2024-05-28T07:56:29.17+00:00
Sohail Ali 0 Reputation points Microsoft Employee
2 answers One of the answers was accepted by the question author.

Why Parent pushing their own permissions to child with broken permissions

Scenario: Folder Structure: **Apparel** (broken inheritance) **Hie T1** (broken inheritance) **Hie T2** (broken inheritance) **Name.docx** (broken inheritance) ```1.…

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,881 questions
SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
2,721 questions
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,843 questions
asked 2024-04-16T03:57:54.46+00:00
Hsaniba 100 Reputation points
commented 2024-05-28T07:55:28.5533333+00:00
Andy Holvoet 0 Reputation points
2 answers

How to Detect Initial DPI changes in a WPF Application while Scaling according to Per Monitor Aware in Variable Dynamic Screen Resolution?

In daily life we have to deal with a lot of different types of display size it may be mobile or may be a 4k monitor. The screen resolution vary from display to display. Here another important factor is DPI (Display per inch) which is mainly a scaling…

Windows
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.
4,859 questions
Windows Presentation Foundation
Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,687 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,392 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,564 questions
asked 2024-05-27T23:46:16.7233333+00:00
MERUN KUMAR MAITY 531 Reputation points
answered 2024-05-28T07:55:11.2166667+00:00
Hongrui Yu-MSFT 415 Reputation points Microsoft Vendor
1 answer

Can i give Exchange License for external user with Microsoft 365 E5 Developer License

Hi All, I have an account with a Microsoft 365 E5 Developer license. I can invite a few external members into my organization, and I can assign licenses to them. They can use Microsoft 365 software like MS Teams and SharePoint normally. However, they…

Microsoft Exchange Online
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,949 questions
Microsoft Exchange Licensing
Microsoft Exchange Licensing
Microsoft Exchange: Microsoft messaging and collaboration software.Licensing: Rules, regulations, and restrictions that define how software can be used and distributed.
8 questions
asked 2024-05-13T01:57:21.9866667+00:00
Alex Bui 20 Reputation points
commented 2024-05-28T07:54:49.2733333+00:00
Bruce Jing-MSFT 1,230 Reputation points Microsoft Vendor
1 answer

How to get AKS logs generated by hosted webapplication

Hi Team, Is there any way to get location of AKS logs files of web application deployed in AKS. Actually, Grafana Loki is getting logs, but wanted to know from which location grafana loki is getting logs. Thanks Kalyan

Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
1,897 questions
asked 2024-05-28T06:48:59.4233333+00:00
Kalyan Gandham 110 Reputation points
answered 2024-05-28T07:54:03.9566667+00:00
akinbade abiola 1,810 Reputation points
10 answers

Edge SSO not working any more

Strangest thing is happening. We assign Edge (Stabile version) to our dedicated android devices with Azure AD. Yesterday version 124.0.2478.50 (247805005) of Edge AI Browser was starting to install on our devices and we ran in to a problem instantly. The…

Microsoft Edge
Microsoft Edge
A Microsoft cross-platform web browser that provides privacy, learning, and accessibility tools.
2,175 questions
Microsoft Intune Android
Microsoft Intune Android
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Android: An open-source mobile platform based on the Linux kernel, developed by Google, and maintained by the Open Handset Alliance.
242 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,488 questions
asked 2024-04-29T10:51:08.1533333+00:00
Jenslöv, Niklas 15 Reputation points
commented 2024-05-28T07:53:16.61+00:00
Jenslöv, Niklas 15 Reputation points
1 answer

Getting 403, when i try generate SAS using Microsoft Entra ID

When i try to generate SAS using Microsoft Entra ID, i am getting this error Exception in thread "main" com.azure.core.exception.HttpResponseException: Status code 403, "<?xml version="1.0"…

Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,767 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,493 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,876 questions
asked 2024-05-28T06:55:24.2133333+00:00
Aarush 0 Reputation points
edited the question 2024-05-28T07:53:11.07+00:00
Aarush 0 Reputation points
0 answers

Recheduling an exam PL-300

Hi, I need to reschedule my exam PL-300. When I click on the link "reschedule exam" which I have received in exam confirmation email, it brings me to the empty page. Please, support. Kind regards, M

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,581 questions
asked 2024-05-28T07:46:19.67+00:00
Mariia Bartnik (Nokia) 0 Reputation points
commented 2024-05-28T07:52:48.7333333+00:00
AmaranS 2,690 Reputation points Microsoft Vendor
3 answers

Azure storage blob limit

Use Case - Back up database (.BAK) of around 300 GB to Azure storage blob Issue - Currently looks like there is constraint of 200GB file size to be uploaded on Azure storage blob When tried to backup database around 300GB into a single backup file…

Azure Storage Explorer
Azure Storage Explorer
An Azure tool that is used to manage cloud storage resources on Windows, macOS, and Linux.
234 questions
asked 2021-08-30T19:18:09.613+00:00
Akash Bhot 26 Reputation points
answered 2024-05-28T07:52:44.8066667+00:00
NIJSTEN Stephen 80 Reputation points
1 answer

How can I remove the X button for delete in the preview in my Outlook

I usually use the flag button and there are a couple of times that I pressed the X button instead. How can I remove that shortcut button so I don't accidentally delete messages. Below is my Outlook version:

Outlook
Outlook
A family of Microsoft email and calendar products.
3,122 questions
asked 2024-05-28T01:45:01.6333333+00:00
Stefania 0 Reputation points
answered 2024-05-28T07:51:56.1933333+00:00
SokiGuo-MSFT 24,126 Reputation points Microsoft Vendor
0 answers

Porcess of renewal of subordinate certificate of certificate server.

Hi Team. I have a few queries regarding our subordinate certificate server's upcoming certificate expiration. We need to renew the expiring certificate, but I'm concerned since it is integrated with many other services. We have an offline root CA and…

Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
6,000 questions
asked 2024-05-28T07:51:55.08+00:00
Fahad Noaman 131 Reputation points
4 answers

Microsoft.Exchange.WebServices.Data.EmailMessage error "The operation can't be performed because the item is out of date. Reload the item and try again"

Hi, I have been using Microsoft Exchange Web Services for a couple of years in my asp.net c# system and had no issues. Last week 1 customer started getting below error, then yesterday another customer and 2 more…

Exchange Server Development
Exchange Server Development
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Development: The process of researching, productizing, and refining new or existing technologies.
519 questions
asked 2024-05-23T08:49:37.1566667+00:00
David Joyce 45 Reputation points
answered 2024-05-28T07:51:53.4933333+00:00
Lukas Kindig 0 Reputation points
1 answer

Not finding MessageTrace Exchange Online API permision

Under Splunk Addon for Microsoft 365, i'am trying to input the Message trace of Exchange Online. My Azure application and permissions are well setup for all others inputs, but i got an issue with this input. The endpoint i'am trying to access is :…

Microsoft Exchange Online
Microsoft Exchange Online Management
Microsoft Exchange Online Management
Microsoft Exchange Online: A Microsoft email and calendaring hosted service.Management: The act or process of organizing, handling, directing or controlling something.
4,258 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,876 questions
asked 2024-05-27T15:10:56.54+00:00
Thomas DUSSOSSOY | Process-IT 0 Reputation points
edited the question 2024-05-28T07:51:52.06+00:00
Xintao Qiao-MSFT 385 Reputation points Microsoft Vendor
0 answers

Azure B2C, Sign in using multiple policies

I'm currently using Azure B2C to sign in users using the Microsoft.Identity.Web framework. My configuration looks something like this services.AddAuthentication(OpenIdConnectDefaults.AuthenticationScheme) .AddMicrosoftIdentityWebApp(options => …

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,401 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,392 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,876 questions
asked 2024-05-28T07:28:21.34+00:00
Jonas Nordtorp Olesen - Dronevolt 5 Reputation points
edited the question 2024-05-28T07:51:12.7133333+00:00
Jiale Xue - MSFT 37,131 Reputation points Microsoft Vendor
0 answers

yeni abonelik

Üniversite hesabımla yeni Azure aboneliği yaparken kredi kartı onayım bir türlü gerçekleşmiyor, farklı kartlarda denedim fakat bilgiler doğru olduğu halde yanlış uyarısı veriliyor lütfen bu konuda bana yardımcı olunuz:

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,581 questions
asked 2024-05-24T20:35:36.63+00:00
BURAK BULUT 0 Reputation points
edited the question 2024-05-28T07:49:51.2233333+00:00
JananiRamesh-MSFT 22,056 Reputation points
2 answers

Toast Notification issue with SCCM Package

Hi, I have created a Package for toast Notification and deployed it to some device collection. It seems to be work, but on some devices does not work, it display only PS short, but no Notification Sometimes it is running only one time, I cannot run the…

Microsoft Configuration Manager Deployment
Microsoft Configuration Manager Deployment
Microsoft Configuration Manager: An integrated solution for for managing large groups of personal computers and servers.Deployment: The process of delivering, assembling, and maintaining a particular version of a software system at a site.
920 questions
Microsoft Configuration Manager
asked 2024-05-23T13:13:47.49+00:00
PerserPolis-1732 1,396 Reputation points
edited a comment 2024-05-28T07:49:32.4766667+00:00
PerserPolis-1732 1,396 Reputation points