343,562 questions

Sort by: Created
0 answers

How to get out of recovery screen

I keep receiving an error code of 0xc000000e whenever I boot up my computer but when it gets to that screen no matter how long I wait my keyboard and mouse will not connect meaning I cannot do anything while on the screen. I have tried plugging in the…

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,657 questions
asked 2024-05-04T05:00:45.81+00:00
Owen Bernardo 0 Reputation points
0 answers

Visual Studio problem

I am using Visual Studio 2019. And in the toolbox, there is this thing called "NavigationMenu". But I don't see it in the toolbox, and I need it for my project. Please help me

Windows Forms
Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
1,834 questions
Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,657 questions
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,621 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,276 questions
Visual Studio Debugging
Visual Studio Debugging
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Debugging: The act or process of detecting, locating, and correcting logical or syntactical errors in a program or malfunctions in hardware. In hardware contexts, the term troubleshoot is the term more frequently used, especially if the problem is major.
945 questions
asked 2024-05-04T04:29:26.4733333+00:00
Hamoude Assaf 0 Reputation points
0 answers

'Get-AtpPolicyForO365' is not recognized as the name of a cmdlet.

Get-AtpPolicyForO365 : The term 'Get-AtpPolicyForO365' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included,  verify that the path is correct and try again. Using…

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,190 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,081 questions
asked 2024-05-04T04:22:11.51+00:00
Prasanth J.k 0 Reputation points
0 answers

it says the lab is no longer available. - MB-310

The VM Lab is not loading. It stop loading since yesterday. Please help. https://learn.microsoft.com/en-us/training/modules/configure-fixed-assets-mgmt-dyn365-finance/10-exercise-1

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.
33 questions
asked 2024-05-04T02:32:06.4566667+00:00
DPW 0 Reputation points
commented 2024-05-04T03:37:38.6533333+00:00
VarunTha 3,290 Reputation points Microsoft Vendor
1 answer

OneDrive Sharing Links - Does the "Guest Access Expiry policy" Apply to "Specific People" Links?

I'm having an issue with a OneDrive integration in an application I'm developing. The integration allows creating "Specific People" sharing links, which are emailed to external users and require them to authenticate their email before accessing…

OneDrive
OneDrive
A Microsoft file hosting and synchronization service.
826 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,680 questions
asked 2024-05-04T02:15:40.4533333+00:00
Stephane Fagnan 51 Reputation points
answered 2024-05-04T04:09:05.5133333+00:00
betty taylor 5 Reputation points
0 answers

How to load all objects from Event Grid into Cosmos DB for Gremlin

Hello, I created a blob_trigger Azure function that takes an input blob and retrieves objects from it. These objects are then sent to Event Grid. Additionally, there is a second event_grid_trigger Azure function that should take these objects and load…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,298 questions
Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,448 questions
Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
319 questions
asked 2024-05-04T00:59:05.6366667+00:00
Maryna Paluyanava 191 Reputation points
0 answers

How to handle text file with delimiter as ~|~ in SSIS Package

I received text file from external vendor with appears to be Pipe Delimited but it has very unusual character before and after Pipe (|). I am using SSIS Package (VS 2019) to import the data into SQL Server database 2019. I am using SQL Agent Job to…

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,756 questions
SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,456 questions
asked 2024-05-04T00:46:30.9766667+00:00
Villa 166 Reputation points
0 answers

Get Environment variables / App Settings using Graph Explorer

I'm not sure if the question should be here, but here is it: We have many Web Apps in a Subscription, I need to get all the resources that holds a connection to a Storage Account, based on that, I'm looking to get all the Web Apps that contains an…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,645 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,908 questions
asked 2024-05-03T23:39:52.4966667+00:00
Jonathan San Miguel González 0 Reputation points
0 answers

Access to Azure Files from both on-prem Domained and not.

Hi there, We have two offices, one in America and one in Europe, our fellow colleagues in the states want a local file share on Azure Files, meanwhile the European part don't need this. In Europe we have a standard on-prem AD configuration, with AD…

Azure Files
Azure Files
An Azure service that offers file shares in the cloud.
1,169 questions
asked 2024-05-03T23:32:52.0233333+00:00
PC 0 Reputation points
1 answer One of the answers was accepted by the question author.

Common directory for Nuget packages

I have a project that includes several dlls projects in C# and I want the Nuget packages to be stored in a common directory instead of being stored in each "Packages" directory of each project.

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,276 questions
asked 2024-05-03T23:11:14.2033333+00:00
zequion 91 Reputation points
accepted 2024-05-04T00:58:30.6566667+00:00
zequion 91 Reputation points
0 answers

SignalR connection

How can I test the connection of SignalR hub without client I write this code and do not know how to test to check if there is a problem in my code here is part of my code that is for signalR in my api: please tell me how should I do to connect…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,270 questions
asked 2024-05-03T23:01:03.9033333+00:00
Sakanat 2024 0 Reputation points
0 answers

Metric chart VS KQL chart

Hi, As you know, Metrics chats on a workbook have the capability of moving silently to the left at the same time of being updated. Do you know how to enable the same feature con KQL charts? they seem to be static, untill the five minutes or the…

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
2,812 questions
asked 2024-05-03T22:14:54.6033333+00:00
Jona 355 Reputation points
1 answer

Trying to disableLocalAuth to true on

I am trying to turn off properties.disableLocalAuth = true on Azure Cognitive Services. From this document: https://azure.github.io/PSRule.Rules.Azure/en/rules/Azure.AI.DisableLocalAuth/ From the portal: under Automation -> Export Template ->…

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
966 questions
asked 2024-05-03T22:12:53.8366667+00:00
Athapan Arayasantiparb 0 Reputation points Microsoft Employee
answered 2024-05-04T04:57:23.9866667+00:00
Gowtham CP 80 Reputation points
1 answer One of the answers was accepted by the question author.

No matter how I configure the certificates, I continue to get an "UntrustedRoot" error

We have an Azure Web App that needs to call another third party with a certificate. I have attempted to upload the cert with a full certificate chain to both the "Bring your own certificates (.pfx)" and "Public key certificates…

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
966 questions
asked 2024-05-03T21:47:33.7966667+00:00
Spencer Musick 0 Reputation points
accepted 2024-05-03T22:14:36.6233333+00:00
Spencer Musick 0 Reputation points
0 answers

Microsoft Access Error After April 2024 Microsoft Update: Too many client tasks

I am getting the error "Too many client tasks" when querying an Access database using ODBC after an April 2024 Microsoft update was applied, which was the update for Office 2016 KB5002340. When I uninstalled that update, it's working well…

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).
967 questions
asked 2024-05-03T21:33:16.0533333+00:00
Green 0 Reputation points
1 answer

Getting failed: NET::ERR_Connection_reset in production.

I'm getting this error when I uploaded a new site to production. I've looked elsewhere and so far the results point to it being a browser issue except anyone going to the site gets the same error. The site uses SSO, but it never reaches it as it errors…

Windows Server 2016
Windows Server 2016
A Microsoft server operating system that supports enterprise-level management updated to data storage.
2,377 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,270 questions
asked 2024-05-03T21:04:03.0266667+00:00
Brown, Matt 26 Reputation points
answered 2024-05-04T01:09:12.23+00:00
S.Sengupta 15,191 Reputation points MVP
1 answer

Locked out from work account for 2 weeks due to authenticator app

I, along with hundreds of other people are having the same issues with a work accounts! We cant accesss emails, one drive, anything thats needs to log in. You cant even click on the help button for a business 365 account without logging in. It keeps…

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.
3,832 questions
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,532 questions
asked 2024-05-03T20:59:24.67+00:00
Richard Elliot 0 Reputation points
answered 2024-05-03T22:15:53.69+00:00
Alex Scott 0 Reputation points
0 answers

Where can i access the data set for Tailwind Traders for learning purposes

I am learning PowerBI, but the case study requires data set,, which I don't have so I cannot follow the tutorial

Microsoft Power Platform Training
Microsoft Power Platform Training
Microsoft Power Platform: An integrated set of Microsoft business intelligence services.Training: Instruction to develop new skills.
64 questions
asked 2024-05-03T20:57:22.5166667+00:00
Javaid, Nauman 0 Reputation points
commented 2024-05-04T04:20:46.02+00:00
Syed Saleem Peera 545 Reputation points Microsoft Vendor
0 answers

(failed) net::ERR_Connection_reset in production site

ASP.NET Web Form site worked fine in test. I moved it to production and the site won't come up. I've done a reinstall and double checked all I could. I looked for an answer into this and came away with it being a browser issue when it is not that as this…

Windows Server 2016
Windows Server 2016
A Microsoft server operating system that supports enterprise-level management updated to data storage.
2,377 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,270 questions
asked 2024-05-03T20:57:13.07+00:00
Brown, Matt 26 Reputation points
0 answers

Certificate Not Showing in Credential Section After Passing AZ-305 Exam

Hello Microsoft Community, I recently passed the AZ-305 exam and noticed that my certificate is not appearing in my credential section, despite it being updated on my transcript. I'm reaching out here for assistance in resolving this issue. I completed…

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,148 questions
asked 2024-05-03T20:55:34.4333333+00:00
Smit Shah 0 Reputation points