351,764 questions

Sort by: Updated
0 answers

long term technical planning measures

What data would be useful when measuring and assessing how well an organisation/IT section is implementing the concepts of long-term ‘technical planning’, specific to windows-based workstation and servers? I was thinking some possible ‘red flags’ that…

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,895 questions
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,901 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,370 questions
asked 2024-06-07T11:03:12.19+00:00
crib bar 701 Reputation points
edited the question 2024-06-07T11:04:34.37+00:00
crib bar 701 Reputation points
1 answer One of the answers was accepted by the question author.

Mitigation for Dll hijacking

Hello Team, I found dll injection in c#, .net and c++thick client applications. So what will be the standard mitigation to prevent dll injection. Please explain in details so that we can mitigate properly C#, .net, C++.

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,496 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,441 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,580 questions
asked 2024-06-03T09:12:59.99+00:00
Mashuk Raza 0 Reputation points
commented 2024-06-07T11:03:49.1333333+00:00
Mashuk Raza 0 Reputation points
0 answers

How to hide the modal popup if another modal popup is open in ASP.NET

I am using multiple modal popup window (bootstrap) in the gridview. one is for onclick (link button) second one is for onclick (image button) i have used two different design popup model (dialog). i am facing the issue, when i click linkbutton, it is…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,351 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,441 questions
asked 2024-06-07T09:43:53.13+00:00
Gani_tpt 1,986 Reputation points
commented 2024-06-07T11:03:05.0233333+00:00
Gani_tpt 1,986 Reputation points
2 answers

Password-based SSO assigning user credentials via PowerShell

Hey folks, We're in the middle of migrating our apps from Okta to Azure, and are having a wild amount of difficulty with the SWA apps in Okta porting across to Azure. We're trying to automate as much as possible, and have a couple of questions around…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,994 questions
asked 2024-05-27T15:23:06.3533333+00:00
yeooandyni 21 Reputation points
answered 2024-06-07T11:02:23.8633333+00:00
yeooandyni 21 Reputation points
0 answers

Workflow execution history in Logic apps

I am using Standard logic apps. We are unable to see the execution history for the previous months . Does it get deleted after some time ? is there any set up to retain the previous runs.

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,919 questions
asked 2024-06-07T11:01:31.32+00:00
Anitha Eswaran 41 Reputation points MVP
1 answer One of the answers was accepted by the question author.

Autmatic set OATH hardware token serials for Azure AD Accounts

Hello, it is described at https://learn.microsoft.com/en-us/azure/active-directory/authentication/concept-authentication-oath-tokens#oath-hardware-tokens-preview how to assign the serial of an OATH hardware token to an UPN uploading a csv file. …

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,994 questions
asked 2022-02-25T13:20:02.743+00:00
Stefan Horz 3,466 Reputation points
commented 2024-06-07T10:59:26.1966667+00:00
Jeff Birks 0 Reputation points
0 answers

Why is my panning in Direct 2D drifting at the edge of the window?

I'm going through a windows tutorial for Direct 2D drawing a small picture on a render target and I decided to try to add pan and zoom capabilities. All is working mostly fine but I'm having an issue with the pan. My is supposed to move in sync 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,463 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,580 questions
asked 2024-06-07T01:27:46.7733333+00:00
Forrest Crawford 0 Reputation points
commented 2024-06-07T10:58:38.26+00:00
Forrest Crawford 0 Reputation points
0 answers

Activate azure resources pim role with powershell or with http api

Hello there, Since i need to activate some PIM roles in azure resources, i want to know if there is either powershell commands or http api make it automated. Also if there is, may i know how?

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,976 questions
asked 2024-06-07T10:56:25.64+00:00
Ilias Papadodimas 0 Reputation points
0 answers

How to update a List in a View und refresh the View with the updated List in ASP.NET?

In my Controller I read data from a Excelfile and compare this data with data from the database see: `[HttpPost]` public ActionResult UploadWöchentlichesUpdate(IFormFile excelFile) { if (excelFile != null &&…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,351 questions
asked 2024-06-07T10:51:09.9333333+00:00
Christopher H 0 Reputation points
edited the question 2024-06-07T10:55:33.69+00:00
Christopher H 0 Reputation points
1 answer

Database credential saved in memory.

Hello team, While testing thick client application. I dumped the memory from task manager and process hacker tools and I got database credentials. So How can I mitigate this issues in C++, C# and .net application. Please suggest and explain in details so…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,496 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,441 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,580 questions
asked 2024-06-05T06:44:07.43+00:00
Mashuk Raza 0 Reputation points
commented 2024-06-07T10:55:00.2466667+00:00
Mashuk Raza 0 Reputation points
0 answers

Receive change notifications through Azure Event Hubs

Hi All, I have a little inquiry regarding ‘Receive change notifications through Azure Event Hubs’. As you know, we load Azure Databricks Diagnostic logs (plus a few system tables via Azure EventGrid) into Azure EventHub, which we then consume into ADX…

Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
577 questions
asked 2024-06-07T10:54:54.84+00:00
Suleman 0 Reputation points
1 answer One of the answers was accepted by the question author.

Document Intelligence Studio - offline container

Dear Azure Community, I am writing on behalf of our company, which is a security printing company specializing in high-security personal data products such as passports and ID cards. Our work primarily supports government projects that impose stringent…

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,463 questions
asked 2024-03-20T08:22:34.67+00:00
Robert Ra 20 Reputation points
commented 2024-06-07T10:53:57.57+00:00
Chaudhuri, Pratim Sunilkumar 0 Reputation points
0 answers

Why is my panning drifting in Direct 2D?

I'm going through a windows tutorial for Direct 2D drawing a small picture on a render target and I decided to try to add pan and zoom capabilities. All is working mostly fine but I'm having an issue with the pan. My drawing is supposed to move in sync…

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,580 questions
asked 2024-06-07T10:29:35.57+00:00
Forrest Crawford 0 Reputation points
commented 2024-06-07T10:53:47.67+00:00
Viorel 113.7K Reputation points
0 answers

Specified model not found or not ready

I have created a custom model in document intelligence Studio with MODEL ID as ExtractModel which is trained and ready but while using form recognizer API to use that custom model i am getting this error Please help me resolving this so that i can use…

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
1,018 questions
Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,463 questions
asked 2024-06-07T10:50:29.3966667+00:00
Sekhar Das 0 Reputation points
0 answers

Authenticator not showing number in app; I am the admin, how to resolve?

Title, and moreover when I try the helpdesk it requires me to login to start a former helpdesk requirement. Great design. Nevertheless, I am the admin, I have the credentials but the authenticator is not showing anything when prompted to do so.

Microsoft Authenticator
Microsoft Authenticator
A Microsoft app for iOS and Android devices that enables authentication with two-factor verification, phone sign-in, and code generation.
5,749 questions
asked 2024-06-07T10:49:02.14+00:00
admin lmtd 0 Reputation points
4 answers

Our Azure App Service application started to experience intermittent CORS errors

Hi all, I am new here, and I am hoping someone can help as we are completely at a loss with the problem we are experiencing suddenly with Azure App Service. We have 2 Azure App Services, 1 for API and the other is an Web application (ReactJS). Both…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,104 questions
asked 2024-05-24T20:14:55.0566667+00:00
Allan 255 Reputation points
commented 2024-06-07T10:48:29.73+00:00
Atle Magnussen 0 Reputation points
1 answer

Checking if user is signed in to Azure Video indexer account

How can we verify whether a user is signed into an Azure Video indexer account before sharing the video link of an ARM video indexer account?

Azure AI Video Indexer
Azure AI Video Indexer
An Azure video analytics service that uses AI to extract actionable insights from stored videos.
59 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,840 questions
asked 2024-06-07T06:56:57.6033333+00:00
Vishnoi, Astha 160 Reputation points
edited an answer 2024-06-07T10:47:26.5433333+00:00
Amira Bedhiafi 17,616 Reputation points
1 answer

How to bypass the NET::ERR_CERT_AUTHORITY_INVALID error in Edge browser

Hello, i want to bypass this error in edge: NET::ERR_CERT_AUTHORITY_INVALID when accessing internal assets in my network. This is possible when using other browsers such as Firefox. Any help please?

Microsoft Edge
Microsoft Edge
A Microsoft cross-platform web browser that provides privacy, learning, and accessibility tools.
2,192 questions
asked 2024-06-05T11:20:05.25+00:00
ImedJrad-7062 20 Reputation points
commented 2024-06-07T10:46:26.6433333+00:00
ImedJrad-7062 20 Reputation points
1 answer

ADF Free trail

In free trail version of ADF while we are creating the SQL database it is showing some chargeable amount for that I need to pay any amount?

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,840 questions
asked 2024-06-07T10:26:32.02+00:00
Kappaganthu Gurunadham 0 Reputation points
answered 2024-06-07T10:42:35.69+00:00
Amira Bedhiafi 17,616 Reputation points
0 answers

How to change Win11 Enterprise Evalutation to Win11 Enterprise or Education without resetting the PC

Hi, I am facing a problem, upgrading w11 enterprise evaluation to w11 enterprise or education without resetting the pc. The PC is connected to Windows Autopilot in Intune and got a License for W11 Enterprise. Thanks for helping me! Best Tim

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,901 questions
asked 2024-06-07T10:41:56.1+00:00
Tim 0 Reputation points