345,624 questions

Sort by: Updated
4 answers One of the answers was accepted by the question author.

Users with MFA: Enabled, Disabled, Enforced

I manage a Azure AD Does anyone have a PowerShell script that can help me get all users from Azure Active directory with MFA: Enabled, Disabled, Enforced Thanks for the help.

PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,107 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,692 questions
asked 2023-08-09T19:25:14.8066667+00:00
GuestGuivenchi 105 Reputation points
commented 2024-05-13T18:50:01.2033333+00:00
MichaelFuller-1588 66 Reputation points
1 answer One of the answers was accepted by the question author.

Dynamic user membership type

I am on a trial P2 license for Msc Entra. When creating a New Group, I am unable to assign a Dynamic user membership type. Why? This question is related to the following Learning Module

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.
988 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,692 questions
asked 2024-05-13T05:47:02.2733333+00:00
Karolina Ziminska 0 Reputation points
accepted 2024-05-13T18:49:46.5766667+00:00
Karolina Ziminska 0 Reputation points
1 answer

Stop background worker

I am using C#. I have a that has a background worker reading a file. How do I stop it before it is finished by pressing esc key.

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,422 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,319 questions
asked 2024-05-13T16:09:43.7+00:00
Jordan Halgunseth 1 Reputation point
commented 2024-05-13T18:49:21.6833333+00:00
KOZ6.0 4,895 Reputation points
0 answers

Method that returns an anonymous Object

Hello Friends I just have a question about the code below that uses Dapper to get data. I was wondering why do I need the code new{Id} and how does Dapper handle that one property. Thanks ! var output=_db.LoadDataItem<PayerModel, dynamic>(sql, new…

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,319 questions
asked 2024-05-13T18:34:22.9033333+00:00
Tom Meier 120 Reputation points
edited the question 2024-05-13T18:49:04.6633333+00:00
Tom Meier 120 Reputation points
0 answers

All of a sudden I'm seeing The binding type(s) queueTrigger were not found in the configured extension bundle. Please ensure the type is correct and the correct version of extension bundle is configured.?

After deploying my function app, I'm seeing this error The binding type(s) queueTrigger were not found in the configured extension bundle. Please ensure the type is correct and the correct version of extension bundle is configured. I see that…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,327 questions
asked 2024-05-10T20:58:46.35+00:00
engineer 0 Reputation points
edited a comment 2024-05-13T18:43:58.6233333+00:00
MayankBargali-MSFT 68,986 Reputation points
3 answers One of the answers was accepted by the question author.

Debugging the Painting code of a control - stepping through System.Drawing code?

I'm working on a custom control that has a fairly hard-to-diagnose bug in its Painting/Drawing code, which is using GDI+ System.Drawing tools. This is in a sub-method being called from an overridden OnPaintBackground method. It would be much easier if I…

Windows Forms
Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
1,841 questions
asked 2024-05-11T18:18:22.0666667+00:00
gb 66 Reputation points
accepted 2024-05-13T18:43:23.0733333+00:00
gb 66 Reputation points
2 answers

Cannot add custom background for Teams meetings

I follow these instructions to add a CUSTOM background (a jpg or png stored on my OneDrive): Open Microsoft Teams. Click the Meet button (or start the pre-call). Teams start meeting Turn on the Camera toggle switch. In the preview before the video…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,163 questions
asked 2023-06-02T18:51:09.31+00:00
Dom 751 Reputation points
commented 2024-05-13T18:41:48.9+00:00
Marife Ramos 0 Reputation points
1 answer

How do you remotely debug an Azure cloud service extended from Visual Studio?

Before migrating from a classic cloud service to extended I was able to remotely debug the cloud service from Visual Studio 2019. Now the Server Explorer does not display the migrated service so can not attach debugger from there. Other methods of…

Azure Cloud Services
Azure Cloud Services
An Azure platform as a service offer that is used to deploy web and cloud applications.
648 questions
asked 2024-05-09T22:04:44.73+00:00
Glenn Rockland 1 Reputation point
commented 2024-05-13T18:40:21.3233333+00:00
Glenn Rockland 1 Reputation point
2 answers One of the answers was accepted by the question author.

i can't access the azure

i canot go a head This question is related to the following Learning Module

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.
988 questions
asked 2024-05-10T14:35:21.6366667+00:00
stalin A A 0 Reputation points
commented 2024-05-13T18:36:30.62+00:00
pnaroju 1,475 Reputation points Microsoft Vendor
5 answers One of the answers was accepted by the question author.

How do I expand the styles area in my ribbon on the top of my word documents?

When I have my ribbon pinned open in my word document I cannot see all of the available styles (ie normal text or headings) It has the styles section but has no options until I open the styles pop-out window. This is what it looks like. This is…

Word Management
Word Management
Word: A family of Microsoft word processing software products for creating web, email, and print documents.Management: The act or process of organizing, handling, directing or controlling something.
897 questions
asked 2021-04-14T00:31:45.28+00:00
Cassandra J 96 Reputation points
commented 2024-05-13T18:35:44.62+00:00
Kenefick, Alex@DOT 0 Reputation points
2 answers One of the answers was accepted by the question author.

permanent footer row in datagridview

hi , is there a way by which our datagridview control could have a footer row below exactly after the 12 rows and if the rows in the datagridview increases , suppose by 2 . it should always be at last position but it always should be after 12 rows . the…

Windows Forms
Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
1,841 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,319 questions
asked 2023-09-21T12:32:58.41+00:00
ankit goel 746 Reputation points
commented 2024-05-13T18:35:41.33+00:00
KOZ6.0 4,895 Reputation points
1 answer

How to attach a VM Scale Set to a VM?

I am using API Version 2018-06-01 Azure Python SDK, and I want to use the VM Scale Set option under Availability options and assign it while I am creating a Virtual Machine. I tried the following code snippet but it created VM without having Scale Set…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,213 questions
asked 2024-04-30T14:19:16.86+00:00
Prem Jha 25 Reputation points
commented 2024-05-13T18:35:13.96+00:00
deherman-MSFT 33,776 Reputation points Microsoft Employee
0 answers

How to query across accounts with this account hierarchy.

Hello. I am trying to write a script that will allow my company to record stats across the hundreds of Microsoft Ads accounts that we manage on our clients' behalf. We have an unusual account structure/hierarchy that seems to render the existing…

Microsoft Advertising API
Microsoft Advertising API
A Microsoft API that provides programmatic access to Microsoft Advertising to manage large campaigns or to integrate your marketing with other in-house systems.
389 questions
asked 2024-05-13T18:31:58.4366667+00:00
Nick B 1 Reputation point
3 answers One of the answers was accepted by the question author.

In Logic Apps I need to filter an array but the values are upperlowercase, how can I filter using an operator that doesn't require case sensitive value?

In Logic Apps I need to filter an array, but the values are upper lowercase. My variable is all lower case. How can I filter using an operator that doesn't require case sensitive value? Or I need to convert array to all lowercase, how can I do that?

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,873 questions
asked 2024-05-10T22:00:18.2933333+00:00
Duquette, Timothy 20 Reputation points
commented 2024-05-13T18:31:38.42+00:00
MayankBargali-MSFT 68,986 Reputation points
1 answer

Where to find user's authentication type and registered MFA method in Office 365 logs

Hi there, We are sending all Office 365/Azure logs to our SIEM platform, and we would like to visualise the authentication type (single factor/multifactor) and registered MFA method (phone, email, authenticator app, etc) for each user. I am aware that…

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,885 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,692 questions
asked 2024-04-09T17:54:22.79+00:00
Mladen Ivanov 0 Reputation points
commented 2024-05-13T18:28:52.9833333+00:00
Sergio Borrayo 0 Reputation points
2 answers

Activating windows 10 after changing hardware

I recently installed windows 10 home on a new device and signed in with my linked microsoft account( the microsoft account is linked with an activated Windows 10 on a laptop). When I tried to activate Windows 10 on my new device, it shows the following…

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,710 questions
asked 2023-09-17T17:53:35.9033333+00:00
Sourav Panda 0 Reputation points
commented 2024-05-13T18:27:26.2733333+00:00
Miriam Taylor 0 Reputation points
0 answers

Having student subscription i cant allocate any GPU cluster/compute

Hello there, given i have a students subscription i cant allocate any gpu cluster/compute and thus my forward pass of transformer model takes 20 mins and i cant finish my school report. Would it be possible to grant me any cluster/compute till the…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,583 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.
984 questions
asked 2024-05-13T18:25:46.1+00:00
Simon Sefcik 0 Reputation points
0 answers

NPS MFA issue, users not advancing to OTP screen after entering the credentials

Hello Guys, Would appreciate your help in resolving this issue, Thanks in advance. After entering user credentials at IdP, it is not moving to OTP step. Azure MFA with NPS configured. Verified, NPS service is running and certificate not expired. Getting…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,692 questions
asked 2024-05-13T18:25:44.23+00:00
AB 0 Reputation points
0 answers

How to Remove all Staff from Bookings Appointment

When Updating a Bookings Appointment that already has staff assigned, if you remove all staff members from the staffMemberIds property, the appointment will not update the assigned staff members. This operation is allowed in the webapp, so the API…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,731 questions
asked 2024-05-13T18:25:20.71+00:00
Justin 1 Reputation point
5 answers

I can't activate the trial of Microsoft Entra ID P2

I am studying the certification AZ-104, and I have created a free 30 days Azure account. I am trying to activate the Entra ID P2 free trial using the same email/ Microsoft account I got the free azure account and I'm getting the following errors.

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,692 questions
asked 2023-12-18T22:41:13.47+00:00
Alain B 25 Reputation points
commented 2024-05-13T18:21:22.52+00:00
Umesh Ambre 0 Reputation points