350,364 questions

Sort by: Updated
0 answers

Unable to provision mailbox after AD connect and applying license to user

I have configured my Hybrid environment between on-premise exchange server 2013 and Office365, although the HCW installation is only failed at generating migration endpoint (still unresolved), but the connector is ready in Exchange Online portal so i…

Microsoft Exchange Online
Microsoft Exchange Hybrid Management
Microsoft Exchange Hybrid Management
Microsoft Exchange: Microsoft messaging and collaboration software.Hybrid Management: Organizing, handling, directing or controlling hybrid deployments.
1,930 questions
asked 2024-06-02T17:20:55.3866667+00:00
0 answers

I can't create an Outlook account because it freezes when I solve the captcha-check

When I solve the captcha-check it freezes and doesn't load the next step. I've tried to use different browers, the incognito mode, and my phone, and the same problems happens every time.

Outlook
Outlook
A family of Microsoft email and calendar products.
3,143 questions
asked 2024-06-02T17:14:47.8566667+00:00
Erik Moraeus 0 Reputation points
edited the question 2024-06-02T17:18:33.11+00:00
Erik Moraeus 0 Reputation points
0 answers

How to create a grid in wpf looks like excel columns?

Hi Team How to create a grid like excel have columns? Below is my current code and needs some improvement on my wpf ui so can look alike the excel columns. I have attached an image below this code what it should look like <UserControl.Resources> …

Windows Presentation Foundation
Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,692 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,423 questions
asked 2024-06-02T17:15:49.7366667+00:00
Gcobani Mkontwana 40 Reputation points
0 answers

Certification Questions about Deprecated and Retired Features in Azure

Hello, I am taking a certification exam soon (specifically dp-203) but this question is regarding all the certification exams. I am wondering if it is possible to get questions about retired features in azure? I get the reason why deprecated features…

Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
1,986 questions
Azure Stream Analytics
Azure Stream Analytics
An Azure real-time analytics service designed for mission-critical workloads.
336 questions
asked 2024-06-02T17:14:50.0966667+00:00
Karl Gardner 65 Reputation points
1 answer

storage account firewall and virtual network setting

I have storage account used by vm for boot diagnostics. recently I changed the network setting of the storage account from public access allowed for all to Enabled from selected virtual networks and IP addresses. After this boot diagnostic is not able to…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,321 questions
Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,781 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,510 questions
Azure Private Link
Azure Private Link
An Azure service that provides private connectivity from a virtual network to Azure platform as a service, customer-owned, or Microsoft partner services.
475 questions
asked 2024-06-02T16:41:23.26+00:00
Shivam Singh 190 Reputation points
edited an answer 2024-06-02T17:11:07.56+00:00
TP 79,331 Reputation points
1 answer

Clarification on picture placement and location in OLE file format

Hi, I am parsing a '.doc' file in python (OLE). I was looking at [MS-CFB] and [MS-DOC] and i am unable to find a reference to find the following: Where (at what offset/sector) can i find (multiple) images that are in my file? In the 'WordDocument'…

Office Open Specifications
Office Open Specifications
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Open Specifications: Technical documents for protocols, computer languages, standards support, and data portability. The goal with Open Specifications is to help developers open new opportunities to interoperate with Windows, SQL, Office, and SharePoint.
126 questions
asked 2024-06-02T12:01:04.7433333+00:00
Parth Gupta 120 Reputation points
edited a comment 2024-06-02T17:10:46.92+00:00
Parth Gupta 120 Reputation points
2 answers One of the answers was accepted by the question author.

should i have an AZURE storage account before studying Data engineering using AZURE ?

in the second module of Data engineering using AZURE, the course started to explain somethings related to AZURE storage account. should i have an AZURE storage account to complete this module of the course ? This question is related to the following…

Azure Training
Azure Training
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Training: Instruction to develop new skills.
1,086 questions
asked 2024-06-01T17:23:40.0766667+00:00
Mohamed Tarek 0 Reputation points
answered 2024-06-02T17:02:26.31+00:00
pnaroju 1,635 Reputation points Microsoft Vendor
1 answer

how to fix , The application was unable to start correctly (0x000007b) click ok to close the application

I've been attempting to open this file, but each time I try, I receive an error saying that the code execution cannot continue because VCruntime140.dll was not found. It suggested reinstalling the program to potentially resolve the issue. I tried a…

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,341 questions
asked 2024-06-02T15:14:31.0033333+00:00
zdruidxx 0 Reputation points
answered 2024-06-02T17:01:20.4233333+00:00
MotoX80 32,331 Reputation points
1 answer

How to run Git:Clone command in Visual Studio Code?

I'm having problems successfully running a Git:Clone command in Visual Code Studio to clone the following repository in a local folder. Please provide any suggestions I can apply to resolve this problem. This exercise is part of MS Build Challenge. …

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,729 questions
asked 2024-06-02T15:29:12.2866667+00:00
Jill Yukiko Oshiro 0 Reputation points
edited an answer 2024-06-02T17:01:15.78+00:00
Bruce (SqlWork.com) 58,441 Reputation points
1 answer

removable drive seen in debbugger although i filter it.

hi, i used this code and i see removable drive in debugger, why? I used mac. DriveInfo[] drives = DriveInfo.GetDrives(); drives = drives.Where(drive=> drive.DriveType != DriveType.Removable && drive.DriveType !=…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,018 questions
asked 2024-05-30T11:56:43.41+00:00
Dani_S 2,906 Reputation points
commented 2024-06-02T16:40:39.4766667+00:00
Bruce (SqlWork.com) 58,441 Reputation points
0 answers

How can I open Microsoft Excel in Visual Basic.NET

I am using Visual Studio 2023 for using Visual Basic. I have latest version of Microsoft Office. I want to open Excel using Visual Basic (not VBA). Please tell me how to go about it. It is very important for me.

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,999 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,482 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,729 questions
asked 2024-06-02T16:30:14.32+00:00
Rajendra Deshpande 0 Reputation points
1 answer One of the answers was accepted by the question author.

Powershell script to loop through MSOLUsers in CSV file until they are synced to Azure AD/Entra ID

Hi all, I have an input CSV file like this: UserPrincipalName user1@test.com user2@test.com These users are located in our On Premise Active Directory but are NOT synced to our Azure AD/Entra ID (they are in an OU which we exclude from syncing to Azure…

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,270 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,187 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,951 questions
asked 2024-05-30T16:43:46.4033333+00:00
mark terry 45 Reputation points
commented 2024-06-02T16:21:24.9833333+00:00
mark terry 45 Reputation points
1 answer One of the answers was accepted by the question author.

How do I store a negative TimeSpan in Entity Framework?

Hi all; I store shifts to events with a TimeSpan as the offset from the start of the event and another TimeSpan as the duration of the shift. The setup shift starts before the event (so everyone see the event as 11:00am - 4:00pm as desired while the…

Entity Framework Core
Entity Framework Core
A lightweight, extensible, open-source, and cross-platform version of the Entity Framework data access technology.
708 questions
asked 2024-06-02T02:42:02.63+00:00
David Thielen 2,376 Reputation points
accepted 2024-06-02T16:17:29.5566667+00:00
David Thielen 2,376 Reputation points
0 answers

[Azure Load Testing] - Authenticating - Auth with certificate

I am trying to run a load test for my service, and I need to obtain an AAD bearer token to communicate with my service. Until now, I used secret-based authentication and use the GetSecret() method for the client_secret in my jmx test script and then…

Azure Load Testing
Azure Load Testing
An Azure service that enables developers and testers to generate insights on how to improve the performance, scalability, and capacity usage of their application
43 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,951 questions
asked 2024-05-29T14:13:07.5466667+00:00
Oz Mizrahi 0 Reputation points Microsoft Intern
commented 2024-06-02T16:12:09.6533333+00:00
Sina Salam 4,546 Reputation points
0 answers

Making request with URL HTTPS://slscr.update.microsoft.com/SLS/ Windows Updates fail on domain joined systems with this error.

I have a number of systems built by OEM vendors that were then added to our domain. They have no external access to Microsoft.com sites. All Windows Updates and Patches are installed through MECM. Many fail while displaying this same error in…

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,867 questions
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).
987 questions
asked 2024-06-02T16:08:33.3533333+00:00
Pasmore, Curtis 0 Reputation points
0 answers

How to load 2 models for ML online inference

Hello, I have 2 pre-trained models I would like to deploy for inference using only one Azure ML managed online endpoint. One model would generate an input for the other model. The examples available on the learning platform and on GitHub all reference…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,629 questions
asked 2024-06-02T16:06:42.4033333+00:00
Giuseppe 5 Reputation points
2 answers

Cannot see linked subscription under new tenant

Hello everyone, From my main default directory, I created a new B2C tenant, and it was created successfully. My user account has global administrator rights under this new tenant. The new tenant is linked to my Pay-as-you-Go subscription, as shown in the…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,951 questions
asked 2024-05-27T08:28:13.4966667+00:00
Naeem Raza 0 Reputation points
commented 2024-06-02T16:06:37.7866667+00:00
Naeem Raza 0 Reputation points
1 answer

Facing issue with acr task

Facing the following issue while build the image by using the Azure Container Registry task (TasksOperationsNotAllowed) ACR Tasks requests for the registry <> and <> are not permitted. Please file an Azure support request at…

Azure Container Registry
Azure Container Registry
An Azure service that provides a registry of Docker and Open Container Initiative images.
411 questions
asked 2024-06-02T15:05:04.75+00:00
SD 0 Reputation points
answered 2024-06-02T16:03:54.7666667+00:00
akinbade abiola 2,580 Reputation points
1 answer

Hosting a dashboad on my own website

I would like to build a dashboard using Plotly Dash and then host it on my own website. The dashboard will allow users to load data, then run machine learning models on that data in the backend and output the results. I know Azure ML and have worked…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,070 questions
asked 2024-05-31T02:32:30.3433333+00:00
matsuo_basho 10 Reputation points
edited a comment 2024-06-02T15:58:41.5666667+00:00
matsuo_basho 10 Reputation points
1 answer

AZ-104 Azure Administrator Exam Navigation between sections

Hello, I just sat for the AZ-104 exam and was unprepared for the exam being in two sections. I completed the 40+ questions, was presented a chance to review with 40 Mins remaining. Once I closed the exam, I was presented with a new section with 5 Mins…

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,678 questions
asked 2024-06-01T18:38:56.4866667+00:00
Charles Betancourt 0 Reputation points
edited the question 2024-06-02T15:55:11.4866667+00:00
AmaranS 2,925 Reputation points Microsoft Vendor