54,869 questions

Sort by: Updated
0 answers

How to get list of all programs on system PATH that countain some characters in powershell/batch

So, i want to make a builder file for my C code, i use Clang compiler and wanted to link the Windows SDK's headers and make it multiplatform, so even VS 2015 is supported. I thought the easiest and best way will be to just find the programs that…

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,562 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,155 questions
asked 2024-05-24T07:33:56.0666667+00:00
Freziyt223 0 Reputation points
edited the question 2024-05-24T09:46:57.29+00:00
Tianyu Sun-MSFT 27,811 Reputation points Microsoft Vendor
0 answers

Change the default project name of a Visual Studio Project

I want to change the default project name for all projects in Visual Studio. Whenever I create a new project in Visual Studio, I want it to show the name that I have defined. For example, it should display names like 'NewWindowsApp1', 'NewWindowsApp2',…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,693 questions
asked 2024-05-23T12:17:25.1633333+00:00
test code 1 Reputation point
commented 2024-05-24T09:46:20.3966667+00:00
Anna Xiu-MSFT 26,646 Reputation points Microsoft Vendor
0 answers

How can i add an additional attribute to my saml assertion

I federated an application in my azure tenant and would like to send additional user profile attributes in the saml token (for example, the country attribute - which is a native attribute). I've added it in the claims config of the application (see…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,838 questions
asked 2024-05-22T16:43:38.8466667+00:00
gurinder 0 Reputation points
commented 2024-05-24T09:45:52.8333333+00:00
Navya 4,770 Reputation points Microsoft Vendor
0 answers

i want to add my college mail to microsoft account

i want to add my college email id

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,838 questions
asked 2024-05-24T09:35:11.1+00:00
CH GANESHRAJU 0 Reputation points
edited the question 2024-05-24T09:44:01.8633333+00:00
MayankBargali-MSFT 69,581 Reputation points
0 answers

How to parse nested json array of document in ADF data flow

Hi all I am trying to fitch the values from a nested josh array of document , I have used aggregate to convert into objects but not able to fitch the values of all child nodes like as below itOffer.item itOffer.item.SplOfr itOffer.item.buy …

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,471 questions
Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
1,969 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,752 questions
asked 2024-05-02T15:44:57.8633333+00:00
venkat rao 45 Reputation points
commented 2024-05-24T09:38:47.0233333+00:00
phemanth 6,710 Reputation points Microsoft Vendor
0 answers

objフォルダに生成されるはずのAxInterop.CoReportsViewU.dllが生成されない。

Windows10(64bit)、VS2017 Professional、Coreports Ver11で動作していたPGMを、Windows11(64bit)、VS2022 Professional、Coreports…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,693 questions
asked 2024-05-24T09:38:05.2266667+00:00
Enomoto Hikaru/榎本 輝/JFE-SI 0 Reputation points
0 answers

no longer applicable

removed the original question

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,752 questions
asked 2024-05-24T08:17:22.16+00:00
Annabel van Leeuwen 0 Reputation points
commented 2024-05-24T09:37:37.4966667+00:00
PRADEEPCHEEKATLA-MSFT 79,381 Reputation points Microsoft Employee
0 answers

Using Entra ID Auth Only in ADF + Azure SSIS IR solution

Hi, We're currently working on complying with Microsoft cloud security benchmark in our tenant and ran into an issue with our Azure Data Factory service. To comply, we need to have only Entra ID Auth on our Azure SQL DBs. We're using Azure Data Factory…

Azure SQL Database
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,752 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,838 questions
asked 2024-05-24T09:37:29.6033333+00:00
Johan Lindholm 0 Reputation points
0 answers

How to create a deployment of GPT-4o so that all data resides in Europe?

Now that GPT-4o API is available on Azure, our company would like to upgrade from gpt-3.5-turbo to gpt-4o. However, our privacy policy states that data must be processed in Europe, and I haven't found a way to deploy the model to Europe. How can I do…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,293 questions
asked 2024-05-24T09:35:59.4133333+00:00
Juuso 0 Reputation points
0 answers

how to imporve SMB2 copy performance in win11 23H2 computer

hi : I encounter a SMB2 copy performance low problem. The test system is win11 23H2. I use a motor-comm NIC card(GigaBit) as a server, and use a Realtek NIC card(GigaBit) as a client. Then I run copy action. But I got a low performace. like…

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,412 questions
Windows Driver Kit (WDK)
Windows Driver Kit (WDK)
A set of Microsoft tools that are used to develop, test, and deploy Windows drivers.
18 questions
asked 2024-05-24T09:33:57.9066667+00:00
xiaojiang gu 0 Reputation points
0 answers

How to use localized RESX in Blazor WASM?

Hi, all I want is standard "old way" usage of generated static properties of my RESX to localize texts based on CultureInfo and .culture.resx files. I've just figured out, that only difference from .NET Framework is that now in .NET 8 culture…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,458 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,237 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,378 questions
asked 2024-05-22T07:01:50.83+00:00
Rada Matěj 180 Reputation points
edited a comment 2024-05-24T09:33:45.1066667+00:00
Rada Matěj 180 Reputation points
0 answers

SPO list columnDefinition resource type missing properties

Hi, I am trying to get the column definition for my SPO list. I created the SPO column with location type as: Using this endpoint: endpoint = f"https://graph.microsoft.com/v1.0/sites/{site_id}/lists/{list_id}/columns" I am not getting any…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,844 questions
asked 2024-05-24T09:31:19.85+00:00
Marta Kubinska 0 Reputation points
0 answers

how to imporve SMB2 copy performance in win11 23H2 computer

hi : I encounter a SMB2 copy performance low problem. The test system is win11 23H2. I use a motor-comm NIC card(GigaBit) as a server, and use a Realtke NIC card(GigaBit) as a client. Then I run copy action. But I got a low performace. like…

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,412 questions
Windows Driver Kit (WDK)
Windows Driver Kit (WDK)
A set of Microsoft tools that are used to develop, test, and deploy Windows drivers.
18 questions
asked 2024-05-24T09:26:48.28+00:00
xiaojiang gu 0 Reputation points
0 answers

Virtual machine can be launched

Hello D365 team! I'm trying to prepare myself to the exam MB-330. But I can't do that as the virtual machine can't be loaded. VM mode is launching for several weeks already but without any results. Could you please do smth to resolve the issue? …

Dynamics 365 Training
Dynamics 365 Training
Dynamics 365: A Microsoft cloud-based business platform that provides customer relationship management and enterprise resource planning solutions.Training: Instruction to develop new skills.
80 questions
asked 2024-05-24T09:03:59.4366667+00:00
Michel Fox 0 Reputation points
commented 2024-05-24T09:26:07.0566667+00:00
RNareddy 795 Reputation points Microsoft Vendor
0 answers

Labs are just loading and do not come up

I have enrolled in the microsoft Finance MB310 course and for any module that I go to to study, the labs do not load at all. I have tried using different computers, different browsers but nothing is changing and I am still unable to load the lab. I am…

Dynamics 365 Training
Dynamics 365 Training
Dynamics 365: A Microsoft cloud-based business platform that provides customer relationship management and enterprise resource planning solutions.Training: Instruction to develop new skills.
80 questions
asked 2024-05-23T22:43:32.7766667+00:00
Aazam Behmanesh 0 Reputation points
commented 2024-05-24T09:24:47.42+00:00
RNareddy 795 Reputation points Microsoft Vendor
0 answers

How to forecast 12-month demand for medicines using Azure AutoML time-series?

I need to predict the monthly demand for medicines for the next 12 months. I have historical data from 2018 to 2023 for each medicine, including a unique drug identifier (Scode) and the date of consumption. Using this data, I aim to forecast the demand…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,610 questions
Azure Time Series Insights
Azure Time Series Insights
An Azure internet of things (IoT) analytics platform to monitor, analyze, and visualize industrial IoT analytics data at scale.
77 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,752 questions
asked 2024-05-24T06:35:22.5733333+00:00
Anil Kumar Nagar 0 Reputation points
edited a comment 2024-05-24T09:24:37.1066667+00:00
santoshkc 5,080 Reputation points Microsoft Vendor
0 answers

Directory server not available

Hello, I have two AD servers one 2016 and one 2022, I migrated the FSMO, DNS and DHSCP Roles from the 2016 to the 2022, the 2016 is now secondary controller. From the 2022 controller, when I go to user and computer Active directory and I right-click on…

Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
5,993 questions
asked 2024-05-24T09:24:26.68+00:00
Vulquin 5 Reputation points
0 answers

Posting to sideloaded Bot conversation is failing with "Authorization has been denied for this request."

Hi there, I'm developing a new Bot for notifications only. I'm testing with a "development" version that is not published. The App is sideloaded in an account set up for testing with tenant_id: 986e26d3-45ef-4b9c-ba72-b75890332cd3 This call…

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,918 questions
asked 2024-05-06T21:47:05.6266667+00:00
Michael Karampalas 5 Reputation points
commented 2024-05-24T09:23:13.5933333+00:00
Dinesh Rajagoni (Tata Consultancy Services Limi) 30 Reputation points Microsoft Vendor
0 answers

GridView items spacing code behind

Hello, I am trying to remowe space between GridView items code behind. I cooked such code: Style style = new Style(); style.TargetType = typeof(GridViewItem); Setter marginSetter = new…

Universal Windows Platform (UWP)
asked 2024-05-24T09:15:44.76+00:00
BitSmithy 1,871 Reputation points
0 answers

Event Hub namespace not resolving with private endpoint's private IP

Hi folks, We've got some Event Hub name spaces and we have created private endpoints for them. We have kept the DNS configurations in a centralized Private DNS zone. But the namespaces don't resolve with the private IP rather they do with the public IP…

Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,201 questions
Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
568 questions
asked 2024-05-23T17:54:30.05+00:00
Apurva Pathak 315 Reputation points
commented 2024-05-24T09:15:20.28+00:00
AnnuKumari-MSFT 31,721 Reputation points Microsoft Employee