343,872 questions

Sort by: Updated
0 answers

Trouble with Explorer.EXE constantly crashing and restarting

How can I resolve an issue where Explorer.EXE keeps crashing and restarting? I received the following error message: Faulting application name: Explorer.EXE,version: 10.0.22621.3374,time stamp: 0x8e690d6e Faulting module name:…

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,233 questions
asked 2024-05-06T13:34:06.02+00:00
Sora Hoshi 0 Reputation points
1 answer

AclCheckFailed when list chat messages via Graph API

I'm try to get messages from a chat ID https://learn.microsoft.com/en-us/graph/api/chat-list-messages GET /chats/{{chatId}}/messages GET /users/{{UserId}}/chats/{{chatId}}/messages Response: { "error": { "code":…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,122 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,658 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
2,870 questions
asked 2024-04-26T15:47:03.78+00:00
Adão Duque 0 Reputation points
commented 2024-05-06T13:33:29.6533333+00:00
Prasad-MSFT 5,621 Reputation points Microsoft Vendor
3 answers One of the answers was accepted by the question author.

SCOM 2019 R2 Powershell script monitor not running

I have SCOM2019 and I have problems running my scripts in PowerShell. I can't find the website: https://gallery.technet.microsoft.com/Sample-Management-Pack-17b76379. Where can I find this Management-Pack. Error: Script or Executable Failed to run

Microsoft System Center
Microsoft System Center
A suite of Microsoft systems management products that offer solutions for managing datacenter resources, private clouds, and client devices.
839 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,083 questions
asked 2024-05-06T12:47:22.1833333+00:00
Fabio Brandao 0 Reputation points
accepted 2024-05-06T13:33:24.7833333+00:00
Fabio Brandao 0 Reputation points
0 answers

How to fix below error related to Powershell DSC for Linux

I am trying to test Powershell DSC configuration package for Linux on RHEL and Ubuntu. Getting below error while testing the configuration package. Start-GuestConfigurationPackageRemediation -Path ./Filecreation.zip Error: Failed to Run Consistency for…

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,190 questions
asked 2024-02-08T13:25:28.29+00:00
Ghanwat, Amit 0 Reputation points
commented 2024-05-06T13:33:21.3633333+00:00
MILIND 1 Reputation point
0 answers

SCVMM2022 Hyper-V host provisioning fails on HPE proliant gen10 servers

We struggle with bare metal provisioning on HPE Proliant servers, gen 10 on scvmm 2022. In SCVMM we get the error: Error (21113) Unable to configure disk on physical computer 39373638-3935-5A43-4A39-303830315842 as specified in the physical computer…

System Center Virtual Machine Manager
asked 2024-05-06T13:32:41.51+00:00
RaymondKristiansen 0 Reputation points
2 answers One of the answers was accepted by the question author.

Restore Azure SQL Database from GeoBackup to a different subscription

Hi everybody, I'm facing with this issues: i need to restore an azure SQL database from GeoBackup to a different server in a different subscription, but this error occurs "Long running operation failed with status 'Failed'. Additional Info:'The…

Azure SQL Database
asked 2024-04-12T09:15:18.03+00:00
Simona Pantini 65 Reputation points
accepted 2024-05-06T13:32:32.9766667+00:00
Simona Pantini 65 Reputation points
0 answers

Problem with XAMLReader

Hello, I have a xaml file in my Assets folder "MainPage1.xaml" defined as below. <StackPanel xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:local="using:Label" > <Grid…

Universal Windows Platform (UWP)
asked 2024-04-30T10:27:51.93+00:00
BitSmithy 1,751 Reputation points
commented 2024-05-06T13:32:11.75+00:00
BitSmithy 1,751 Reputation points
1 answer One of the answers was accepted by the question author.

Can Purview (Content, Ediscovery, or other,, OR other MS product) be used to search across company emails without using report/key/download/ PST approach?

Hi - Need to be able to access and review company emails, including past employees, etc., for research and internal investigation purposes - is the only option Purview using the report/key/download/upload to Outlook (for PST Files) function? If there a…

Microsoft Purview
Microsoft Purview
A Microsoft data governance service that helps manage and govern on-premises, multicloud, and software-as-a-service data. Previously known as Azure Purview.
944 questions
asked 2024-04-29T16:16:31.13+00:00
Geneva 20 Reputation points
accepted 2024-05-06T13:29:09.2233333+00:00
Geneva 20 Reputation points
1 answer

Configure AKS Container Insights to exclude collecting logs from pods based by name

We have Container Insights enabled on our AKS cluster, sending logs and metrics to AppInsghts. We want to configure Container Insights to exclude certain pods (based on pod name wildcard - 'myPod*') from sending logs. Based on my research, I found this…

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,869 questions
asked 2024-05-03T16:25:28.8533333+00:00
Guy Swartwood 65 Reputation points
commented 2024-05-06T13:28:37.3166667+00:00
Guy Swartwood 65 Reputation points
2 answers

The subscription <subscriptionId> is not eligible to create an App Service Domain.

I have a production app where the domain name expired. That is my fault, but I can't figure out how to renew. I'm getting an error that my subscription is not eligible to renew, and I can't figure out why. The support options don't work at all. Tons of…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,917 questions
asked 2024-05-06T11:45:09.26+00:00
Adam O'Neil 0 Reputation points
answered 2024-05-06T13:28:13.0666667+00:00
SnehaAgrawal-MSFT 18,366 Reputation points
1 answer

Unable to reuse the same layout in a new form

Unable to reuse the same layout in a new form. I've created a CustomControl inherited from ContainerControl and added items in it. However, I'm encountering difficulties when attempting to use it in another form. I want to use the below in a new form. …

Windows Forms
Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
1,836 questions
asked 2024-04-28T19:18:13.5266667+00:00
Vignesh 0 Reputation points
commented 2024-05-06T13:27:24.5633333+00:00
Jiale Xue - MSFT 33,686 Reputation points Microsoft Vendor
0 answers

Upgrade SCCM 2309 to SCCM 2403 Questions

Hi, I have now SCCM 2309 and it seems it works after third attempt. Now I want to upgrade it to SCCM 2403 and have some questions: Can I upgrade directly from 2309 to 2403 without installing 2309 Hotfix Rollup (KB25858444)? I have SQL 2017 STD and…

Microsoft Configuration Manager Updates
Microsoft Configuration Manager Updates
Microsoft Configuration Manager: An integrated solution for for managing large groups of personal computers and servers.Updates: Broadly released fixes addressing specific issue(s) or related bug(s). Updates may also include new or modified features (i.e. changing default behavior).
968 questions
Microsoft Configuration Manager
asked 2024-05-06T10:51:29.5566667+00:00
PerserPolis-1732 1,351 Reputation points
edited the question 2024-05-06T13:25:42.79+00:00
PerserPolis-1732 1,351 Reputation points
1 answer

New azure portal layout?

What's with the awful new layout? Any way to select the old one?

Azure Cost Management
Azure Cost Management
A Microsoft offering that enables tracking of cloud usage and expenditures for Azure and other cloud providers.
2,054 questions
asked 2024-04-25T13:42:31.6033333+00:00
Andrew Williamson 10 Reputation points
commented 2024-05-06T13:25:00.24+00:00
Denny Wieck 0 Reputation points
2 answers

Not able to REST call to https://graph.microsoft.com/beta/appCatalogs/teamsApps

Hi Team, I need sample code in C# or documentation how can I generate token in C# code and by using that token how can I hit the URL: and make the request to that API https://graph.microsoft.com/beta/appCatalogs/teamsApps

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,658 questions
asked 2024-05-06T09:03:33.39+00:00
Hamendra Kumar (HCL Technologies Ltd) 0 Reputation points Microsoft Vendor
edited an answer 2024-05-06T13:23:42.78+00:00
Wilson Ricardo Olarte Martínez 21 Reputation points
0 answers

Azure VPN Client

I have Azure VPN Client installed on a PC in my warehouse. I need the same connection on another PC. I exported the connection, but when I import on the new machine, the Certificate Information shows "Inactive Cert" and this message appears,…

Azure VPN Gateway
Azure VPN Gateway
An Azure service that enables the connection of on-premises networks to Azure through site-to-site virtual private networks.
1,389 questions
asked 2024-05-03T14:43:14.88+00:00
Centurion Labs Admin 0 Reputation points
commented 2024-05-06T13:23:41.23+00:00
KapilAnanth-MSFT 35,251 Reputation points Microsoft Employee
1 answer

Why my badges are not getting updated

Hi Team, I have completed Az900 and Az 104 certifications and it is not updated in my badge section. Please Do the needful.

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,190 questions
asked 2024-05-06T12:50:54.83+00:00
Bharath kumar N 0 Reputation points
edited the question 2024-05-06T13:22:31.47+00:00
Andreas Baumgarten 97,076 Reputation points MVP
0 answers

How to achieve that properties set in Myprops.props override those set for the project?

I want to reuse Visual Studio 2022 project settings, but have trouble to understand the docs. There is said: "Properties in a property sheet are overriden if the same property is set directly in the .vcxproj file. I assume that before adding a new…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,625 questions
asked 2024-05-06T13:21:32.1466667+00:00
Fred Verhoeckx 0 Reputation points
edited the question 2024-05-06T13:22:09.79+00:00
Fred Verhoeckx 0 Reputation points
1 answer

when do I get my Azure 305 certification , It's been a week that I completed the exam

Hi Team, May I know when do I get my Azure 305 certification , It's been a week that I completed the exam? please do the needful asap. Thanks, Shashidhar

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,190 questions
asked 2024-05-06T13:06:00.82+00:00
shashidhar janardhan 0 Reputation points
edited the question 2024-05-06T13:22:07.5266667+00:00
Andreas Baumgarten 97,076 Reputation points MVP
1 answer

No MediaTypeFormatter is available to read an object of type 'ClusterInfo' from content with media type 'text/html'.

Hi, in azure data factory I wanted to test the connection of our new Databricks Workspace URL and ClusterID. I parameterized the linked service (LS) to global parameters databricksURL and databricksClusterID. When I want to test the connection…

Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
4,397 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,606 questions
asked 2022-10-18T12:40:54.46+00:00
admin-eGu 16 Reputation points
commented 2024-05-06T13:21:47.4+00:00
Ács Dániel 25 Reputation points
0 answers

Not able to select Azure AI Search Service in Azure AI Studio Playground

Hi all, I am creating AI chatbot in Azure AI Studio that read my own data from blob storage, I have already created index in Azure AI Search to connect with data source of blob storage (Picture 1). However, when I create Index in Azure AI Studio, I am…

Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
720 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,399 questions
asked 2024-04-20T17:39:23.44+00:00
Digital 5 Reputation points
commented 2024-05-06T13:20:41.2133333+00:00
Andreas Kuhlmann 0 Reputation points