353,243 questions

Sort by: Updated
0 answers

How to disconnect a BLE device after successful connection

I have successfully connected to BLE device by using BluetoothLEDevice.FromIdAsync(deviceInfo.Id) and bluetoothLeDevice.GetGattServicesAsync(BluetoothCacheMode.Cached) API's in unpaired mode over Windows 10 with .NET Framework 4.7.2 but I was…

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,470 questions
asked 2024-06-13T10:31:14.1533333+00:00
Prajnith Kumar 0 Reputation points
edited a comment 2024-06-14T02:33:17.6866667+00:00
Junjie Zhu - MSFT 16,146 Reputation points Microsoft Vendor
2 answers

Get the SID of currently enrolled user from Registry

Hi, Is there a way I can get the SID of a currently enrolled user from registry. I found this Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Enrollments\499B59E9-637E-493D-91D8-9A5FE2D5B450 registry key which contains the SID. But I somehow also…

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,933 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,607 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,570 questions
asked 2024-06-13T10:44:34.02+00:00
Bevan Thomas 20 Reputation points
answered 2024-06-14T02:29:35.4233333+00:00
Xenia-MSFT 395 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

org.apache.hadoop.fs.FileAlreadyExistsException: Failed to rename temp file

[Repeat Question due to old thread] We have built a streaming pipeline with spark autoloader. Source Folder is a azure blob container. We've encountered a rare issue (could not replicate it). Below is the exception…

Azure Data Lake Storage
Azure Data Lake Storage
An Azure service that provides an enterprise-wide hyper-scale repository for big data analytic workloads and is integrated with Azure Blob Storage.
1,394 questions
Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
2,015 questions
asked 2024-06-07T01:40:56.47+00:00
Hiran Amarathunga 5 Reputation points
accepted 2024-06-14T02:26:30.36+00:00
Hiran Amarathunga 5 Reputation points
2 answers

SharePoint users who are not members are displaying under group membership

We have a SharePoint private group and some users that were removed as members still show up as members on the site under Group Membership but not when you go to Site Permissions or even Advanced permissions settings. I checked all groups and they are…

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,002 questions
asked 2024-06-13T13:37:44.14+00:00
Wilson, John 0 Reputation points
answered 2024-06-14T02:24:18.07+00:00
Haoyan Xue_MSFT 21,236 Reputation points Microsoft Vendor
2 answers

SharePoint admin: How do you find the site(s) that have had the greatest growth over the past week?

We had just under 1 TB of storage available for SharePoint and within the past couple of days it has dwindled to almost nothing. How do I find out which site, or sites, have consumed that buffer we had?

Microsoft 365
Microsoft 365
Formerly Office 365, is a line of subscription services offered by Microsoft which adds to and includes the Microsoft Office product line.
4,082 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,002 questions
asked 2024-06-12T21:26:31.8366667+00:00
Richard Gibbons 1 Reputation point
commented 2024-06-14T02:23:54.8966667+00:00
Haoyan Xue_MSFT 21,236 Reputation points Microsoft Vendor
1 answer

C++20 Modules in Shared Libraries

Hello, Follow-up question to https://learn.microsoft.com/en-us/answers/questions/1665106/how-to-use-c-20-modules-in-shared-libraries I’ve been exploring the use of C++20 modules in shared libraries and I understand the typical approach involves providing…

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,590 questions
asked 2024-06-13T09:43:29.3+00:00
Michael Brunner 20 Reputation points
edited a comment 2024-06-14T02:23:52.36+00:00
Minxin Yu 10,456 Reputation points Microsoft Vendor
1 answer

How to block same value section on for each loop in XSLT 1

Hi Team, Currently we have a created xslt map with foreach to block looping using single value(PartNumbers) - <PartNumbers>099-923-G</PartNumbers>, in the below example same partnumber(Consideration value) repeating on both…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,522 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,929 questions
asked 2024-06-12T11:27:54.77+00:00
Mahesh Madhusanka 176 Reputation points
edited a comment 2024-06-14T02:22:19.3366667+00:00
Yitzhak Khabinsky 25,376 Reputation points
0 answers

How to fix "An error has occurred. The target schema is in an unknown state" on Windows PC (VS Professional 2022)?

Hello there, i tried to compare and update schema few months ago. But i performed the wrong action. I set the source and target in the opposite way and updated. after that i also incorrectly performed a Post Deployment script which is not required.…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,756 questions
Azure Database for MySQL
Azure Database for MySQL
An Azure managed MySQL database service for app development and deployment.
740 questions
asked 2024-06-14T02:22:02.83+00:00
0 answers

Error Running the Selected Code Generator - ASP.Net MVC

I am getting the following "generating code" error when creating a Controller using "MVC 5 Controller with Views, using Entity Framework" in Visual Studio 2019. I've tried several solutions to similar problem reported online: Removed…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,361 questions
asked 2024-06-13T16:24:17.7366667+00:00
Malam Malam 166 Reputation points
commented 2024-06-14T02:21:41.94+00:00
Lan Huang-MSFT 27,716 Reputation points Microsoft Vendor
0 answers

How to modify the value of a preprocessor based on the value returned by a command or script?

On visual Studio 2022 how to have a preprocessor value defined based on the result returned by a script? What i tried: Solution Explorer > Properties > Build Events > Pre-Build Event > Command Line > "python script.py >…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,756 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,590 questions
asked 2024-06-14T00:07:35.4566667+00:00
Leo Purktz 0 Reputation points
edited the question 2024-06-14T02:14:45.7366667+00:00
Leo Purktz 0 Reputation points
0 answers

Creating a resource guard and enabling multiuser authentication

Hey all, I need to improve the security on our vaults and was planning on working my through creating the guard and then enabling multiuser authentication, my problem is our permissions are not that granular. So im wondering what the impact would be if…

Azure Backup
Azure Backup
An Azure backup service that provides built-in management at scale.
1,153 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,045 questions
asked 2024-06-14T02:08:27.0833333+00:00
Stewart-7072 0 Reputation points
edited the question 2024-06-14T02:13:54.3833333+00:00
Stewart-7072 0 Reputation points
1 answer

SharePoint Rest API with OAuth and Pfx Cert: ID3035: The request was not valid or is malformed

Hello, Can you help me fix this? In the past few months the the Rest API for SharePoint was successful via the Pfx Certificate method. ‎ Now it's failing with an error! {"error_description":"ID3035: The request was not valid or…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,854 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,002 questions
asked 2024-06-13T14:10:33.9266667+00:00
kartrabby 0 Reputation points
answered 2024-06-14T02:12:48.3333333+00:00
RaytheonXie_MSFT 32,476 Reputation points Microsoft Vendor
1 answer

Using a PIN to Log in to Domain Account

How can a user log in to their domain account using a PIN?

Microsoft Intune Grouping
Microsoft Intune Grouping
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Grouping: The arrangement or formation of people or things in a group or groups.
45 questions
asked 2024-06-11T13:44:56.1666667+00:00
Tech Support 0 Reputation points
commented 2024-06-14T02:12:01.08+00:00
Crystal-MSFT 44,851 Reputation points Microsoft Vendor
2 answers

Why does the same type of index use different execution plans?

I have a huge table and trying to create useful indexes on it. We have a clustered columnstore index on it. Then I have build two single indexes on it, set up the same way, both on a varchar data type CREATE NONCLUSTERED INDEX…

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,055 questions
asked 2024-06-13T11:36:22.8866667+00:00
Fredrik M 166 Reputation points
commented 2024-06-14T02:09:48.35+00:00
LiHongMSFT-4306 24,356 Reputation points
2 answers

Edge sync not working, intune policy is set to force the sync

Edge sync not working, intune policy is set to force the sync Intune support confirmed its all good on policy end. Tested on MAC and Windows PC, affecting both OS. edge is on latest Version 125.0.2535.67 Edge application is pushed via Intune to all…

Microsoft Edge
Microsoft Edge
A Microsoft cross-platform web browser that provides privacy, learning, and accessibility tools.
2,202 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,607 questions
Microsoft Intune MacOs
Microsoft Intune MacOs
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.MacOs: A family of Apple operating systems for the Apple Mac line of computers.
73 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,570 questions
asked 2024-05-30T06:21:44.72+00:00
Divya Kushal 0 Reputation points
answered 2024-06-14T02:09:27.4166667+00:00
Divya Kushal 0 Reputation points
1 answer

GPU Utilization

Hello, It's possible to query GPU Utilization using WMI or SNMP on windows devices?

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,933 questions
asked 2024-06-14T01:25:14.6366667+00:00
Handian Sudianto 4,286 Reputation points
answered 2024-06-14T02:09:08.7133333+00:00
Yanhong Liu 3,740 Reputation points Microsoft Vendor
0 answers

Can't select TFVC in DevOps

When creating a new project in Azure DevOps, I can only choose Git as the version control. Previously I was able to choose either Git or TFVC.

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,045 questions
asked 2024-06-14T02:09:05.3966667+00:00
nishino-ti 16 Reputation points
0 answers

How to debug and fix 'Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR)' error on MAUI Android app

I have an Android app published in 'open testing' in Play store. And I am seeing 2% crash rate with this error. I have got the logcat file for 2 crashes, but not able to figure out any source/reason for crash. I am really looking for some help to make…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,522 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,047 questions
asked 2024-04-16T17:45:30.3666667+00:00
ac-lap 71 Reputation points
commented 2024-06-14T02:05:18.3166667+00:00
James Clayton 0 Reputation points
2 answers

android intune COPE enrollment

Is Android Corporate-owned devices with work profile (COPE) enrollment broken ? I have not been successful on Android 14 and Android 13 samsung devices using manually feeding the enrollment token on factory-reset devices. I am meeting all…

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.
253 questions
Microsoft Intune Enrollment
Microsoft Intune Enrollment
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Enrollment: The process of requesting, receiving, and installing a certificate.
1,282 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,570 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,079 questions
asked 2024-06-12T15:48:43.9166667+00:00
testuser7 271 Reputation points
edited a comment 2024-06-14T02:04:58.1566667+00:00
Crystal-MSFT 44,851 Reputation points Microsoft Vendor
0 answers

is it possible to detach tags from APIM api using becip

we used becip scripts to deploy APIM API, and found the API tags can't be modified after we changed the old tag name to a new one , the new one was appended, for example, I deployed the API with tag 'tag1' first, next I changed from 'tag1' to 'tag2' and…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,854 questions
asked 2024-06-13T07:28:33.65+00:00
Gallatin 21V 186 Reputation points
edited a comment 2024-06-14T02:04:00.0866667+00:00
Gallatin 21V 186 Reputation points