18,652 questions

Sort by: Answers
0 answers

Microsoft exam showing in Passed exam but not in active certifications

I have appeared AZ 400 (Designing and Implementing Microsoft DevOps Solutions) and i passed on the exam. But its not showing in my active certification section on learn.microsoft.com site. Its just showing in passed exams. How i can get my certificate…

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,021 questions
asked 2024-06-10T06:35:09.5433333+00:00
Rajesh Kumar Sahu 0 Reputation points
0 answers

Automatically use my Windows logon name and password (and domain if any)" Checkbox Reset after Reboot

I have configured a wireless network connection based on instructions provided by the network administrator. Under the Security tab, the network authentication method is "Microsoft: Protected EAP (PEAP)". Clicking on "Settings", the…

Windows Network
Windows Network
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.Network: A group of devices that communicate either wirelessly or via a physical connection.
676 questions
asked 2024-06-10T06:35:05.16+00:00
Anil Kulkarni 0 Reputation points
0 answers

Can ping my desktop via IPV6 but not IPV4

Dear all, I am at my end with the following problem: Both my desktop and notebook is on the same network desktop name is My-PC I can: ping my desktop 192.168.0.xx1 from my desktop ping My-PC from my desktop and get IPV6 ip address ping My-PC -4…

Windows Network
Windows Network
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.Network: A group of devices that communicate either wirelessly or via a physical connection.
676 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,568 questions
asked 2024-06-10T06:33:22.3366667+00:00
E Soft 21 Reputation points
edited the question 2024-06-10T06:34:37.7866667+00:00
E Soft 21 Reputation points
0 answers

Microsoft Configuration Manager

I hope this message finds you well. I am writing to inform you that we have successfully completed the installation and configuration of Microsoft Configuration Manager. We have also finalized the SQL configuration and integrated it with our domain…

Microsoft Configuration Manager
asked 2024-06-10T06:27:59.56+00:00
Hussein Kafina 0 Reputation points
0 answers

MDT deployment update error on Windows 2012 R2.

An error occurred while trying to execute the command. Error Code: 0xC1210107 Error Description: The specified namespace already exists. 䔊楸⁴潣敤㴠ⴠ〱㐵〸㘱㜵 Multicast namespace “DeploymentShare$” already exists. === Processing complete === MDT does not know how…

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,383 questions
Microsoft Deployment Toolkit
Microsoft Deployment Toolkit
A collection of Microsoft tools and documentation for automating desktop and server deployment. Previously known as Microsoft Solution Accelerator for Business Desktop Deployment (BDD).
845 questions
asked 2024-06-10T06:27:22.43+00:00
Werner Olivier 0 Reputation points
0 answers

Getting "Graph Service Exception" when Issuer is set to custom domain

I'm encountering the error message "Issuer should match tenant's domainName for non-federated identity" when attempting to create or update a user through the graph API using a custom domain as the issuer. The custom domain is set as the…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,986 questions
asked 2024-06-10T06:26:08.69+00:00
Palanisamy, Saranya (LNG-CON) 0 Reputation points
0 answers

How to allow users to select VM image version from private marketplace plan?

I'm interested in allowing users to select the VM image version from a marketplace plan during VM creation. I created a test private plan in the Azure Marketplace portal and configured this plan with multiple versions of a VM image. During VM creation…

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,861 questions
asked 2024-06-07T16:37:43.58+00:00
Kevin Pielacki (kpielack) 0 Reputation points
edited the question 2024-06-10T06:24:10.58+00:00
vipullag-MSFT 25,366 Reputation points
0 answers

I have an exception report file in CSV format in blob, and I want to update it with Azure Entra ID using Microsoft Expressions in the Microsoft Admin Center. How can I perform this transformation, and what is the complete process?

I have an exception report file in CSV format in blob, and I want to update it with Azure Entra ID using Microsoft Expressions in the Microsoft Admin Center. How can I perform this transformation, and what is the complete process?

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,841 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,986 questions
Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
6,043 questions
Microsoft Entra
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,016 questions
asked 2024-06-10T06:00:47.41+00:00
Vaibhav Patil 20 Reputation points
edited the question 2024-06-10T06:19:49.6433333+00:00
Vaibhav Patil 20 Reputation points
0 answers

Azure video Indexer Face Recognition

Hello, I am experiencing an issue with the face recognition feature on my Unlimited Video Indexer account. Despite completing the necessary form for face recognition and receiving approval, I have observed that the system fails to recognize and identify…

Azure AI Video Indexer
Azure AI Video Indexer
An Azure video analytics service that uses AI to extract actionable insights from stored videos.
61 questions
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,021 questions
asked 2024-06-10T06:18:07.66+00:00
Hussein Safa 10 Reputation points
0 answers

WIA Transfer Test fails in Win 11 24h2 HLK

Hello community, Executing HLK tests for WIA driver in windows 11 24H2 26100, WIA Transfer Test fails with "Error Creating the Device" and WIA version compliance test fail below is the log from…

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,568 questions
Windows Driver Kit (WDK)
Windows Driver Kit (WDK)
A set of Microsoft tools that are used to develop, test, and deploy Windows drivers.
29 questions
asked 2024-06-10T05:05:53.0633333+00:00
Roshni 21 Reputation points
edited the question 2024-06-10T06:14:59.9466667+00:00
Tong Xu - MSFT 2,116 Reputation points Microsoft Vendor
0 answers

How to call another view from one view in MVC?

In my main MVC project (Proj1) form's menu (Shared_Menu,cshtml), I've added a new menu item to open up a view from another project (proj2) that has been added to the solution. How do I call the proj2's view when the menu item in proj1 is clicked?

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,275 questions
asked 2024-06-10T06:12:45.8866667+00:00
Malam Malam 161 Reputation points
0 answers

blocking due to cuncurrency problem.

hi, I have a table "bridge" where i keep bridgeid as pk , and hardly four to 5 rows are there CREATE TABLE [dbo].[bridge]( bridgeid [bigint] NOT NULL, [idpool] bigint NULL CONSTRAINT [PK_bridge] PRIMARY KEY CLUSTERED ( [bridgeid]…

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,018 questions
asked 2024-06-10T06:08:53.8766667+00:00
Rajesh Kumar Yadav 0 Reputation points
0 answers

what could be Migration strategy Tier Zero resources to Tier Zero OUs similarly for users and group

Hello, We have Tiering OU structure and GPO is applied What should be migration strategy to migrate users, groups and servers to OU and implementing tiering in new domain. Thanks Rich

Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
6,043 questions
asked 2024-06-10T06:01:55.88+00:00
Richa Kumari 286 Reputation points
0 answers

Cosmos DB trigger is not working properly after migrating to isolated process model

Hi Team, We have migrated our Azure Function to the isolated worker model and made the necessary changes. Previously, the Cosmos DB trigger worked by triggering when a new entity was added or removed in a specific table. Now, the trigger is still being…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,462 questions
asked 2024-06-10T05:53:56.6133333+00:00
lakshmi 631 Reputation points
0 answers

web service plan not working as I have the student subscription plan

web service plan not working saying that it is not applicable for your subscription type and I having the student subscription plan. As I am going to deploy the web app its giving the same error time to time

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,118 questions
asked 2024-06-07T09:45:11.6566667+00:00
Ganesh Shinde 0 Reputation points
edited the question 2024-06-10T05:47:11.7+00:00
ajkuma 23,391 Reputation points Microsoft Employee
0 answers

Failed VM Create operation using custom image via Python API

Function to get information for a custom image def getCustomImageInfo(compute_client, imageName=None, imageId=None): images = compute_client.images.list() for image in images: if imageId: if image.id.lower() == imageId.lower(): …

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,353 questions
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,021 questions
asked 2024-06-10T05:41:08.78+00:00
Prem Jha 25 Reputation points
0 answers

How to send calendar events to non microsoft accounts?

Question for Microsoft Support Subject: Issue with Creating Calendar Events for Non-Microsoft Accounts Description: I am developing an application using the Microsoft Graph API to create calendar events for a doctor-patient appointment scheduling system.…

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,770 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,986 questions
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,288 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,016 questions
asked 2024-06-10T03:03:25.9266667+00:00
rpalm-driptraceio 0 Reputation points
edited the question 2024-06-10T05:35:55.7833333+00:00
tbgangav-MSFT 10,401 Reputation points
0 answers

await builder.StartAsync(); vs await builder.RunConsoleAsync

Hi, In worker service in NET 8 when to use: await builder.StartAsync(); and when await builder.RunConsoleAsync Thanks,

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,504 questions
asked 2024-06-10T05:26:21.28+00:00
Dani_S 3,026 Reputation points
0 answers

Encounter "No Valid Certificate" when using Smart Card Login

Hi all, I have users who encountered "No Valid Certificate" when logging to his machine with his Smart Card when out of Office. His login credentials have been cached while on Office LAN. Issue only resolved when users connect machine back to…

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,903 questions
asked 2024-06-10T05:15:15.7733333+00:00
JK 0 Reputation points
0 answers

How to fix ntoskrnl.exe+4183e0 on win 11?

I have got blue screen of death and mini dump analayzer suggest that ntoskrnl.exe+4183e0 is the cause.

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,861 questions
asked 2024-06-07T15:16:26.83+00:00
Muhammad Ahmed 0 Reputation points
edited the question 2024-06-10T05:13:49.14+00:00
tbgangav-MSFT 10,401 Reputation points