342,931 questions

Sort by: Updated
1 answer

Request for Exception to Renew Microsoft Developer Associate Certification

Dear team, I hope this message finds you well. I am writing to bring to your attention that my Microsoft Developer Associate certification expired on March 20th. Unfortunately, due to health reasons, I have been unwell for over a month, causing me to…

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,085 questions
asked 2024-05-01T19:41:44.9066667+00:00
Avani Pathak 0 Reputation points
edited the question 2024-05-01T19:45:08.2233333+00:00
Andreas Baumgarten 96,606 Reputation points MVP
2 answers One of the answers was accepted by the question author.

powershell to get all users and their managers recursively

I am looking to pull all Active Directory users and their managers all the way up to the chain. I get how to do get-aduser -filter * -properties * | select name, manager export-csv -path "csv path" I also get: $Users = Get-ADUser -filter *…

Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
5,884 questions
Windows Server PowerShell
Windows Server PowerShell
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.PowerShell: A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
5,378 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,071 questions
asked 2024-04-30T13:24:36.5566667+00:00
Michael-5966 0 Reputation points
accepted 2024-05-01T19:42:02.97+00:00
Michael-5966 0 Reputation points
0 answers

Unable to Read/Write B2C Custom Domain Settings in Entra Admin Center

I'm following along the Azure Add your custom domain name steps and trying to navigate to the Settings>Domain name. I have global admin for the tenant which is also linked to an active subscription But there is no Setting under Identity.

Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
5,884 questions
Microsoft Entra External ID
Microsoft Entra External ID
A modern identity solution for securing access to customer, citizen and partner-facing apps and services. It is the converged platform of Azure AD External Identities B2B and B2C. Replaces Azure Active Directory External Identities.
2,645 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,531 questions
asked 2024-05-01T19:40:46.8366667+00:00
Trevor Westin 26 Reputation points
1 answer

I need to assign a policy to the tenant root management group from a new user account.

what is the role needed for the user? How to do it?

Azure Role-based access control
Azure Role-based access control
An Azure service that provides fine-grained access management for Azure resources, enabling you to grant users only the rights they need to perform their jobs.
671 questions
asked 2024-05-01T18:56:11.2833333+00:00
answered 2024-05-01T19:40:06.2266667+00:00
Azar 19,170 Reputation points
1 answer

Using Get-MgUser to query on multiple -Search criteria

I am attempting to replicate a Get-AzureADUser command using Get-MgUser. The previous command (Get-AzureADUser -Top 5000 | Where-Object {($.AccountEnabled -eq "True") -and (($.CompanyName -eq "CompA" -or $.CompanyName -eq…

PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,071 questions
asked 2024-05-01T18:20:23.29+00:00
Mongoose 36 Reputation points
answered 2024-05-01T19:38:54.68+00:00
Mongoose 36 Reputation points
0 answers

Azure Arc Configuration - The given key was not present in the dictonary (GUI only)

Hello Community, I am trying to join Windows Server 2022 and Windows Server 2025 using the new Azure Arc Configuration GUI. Using the Azure Arc Configuration GUI always and on both systems gives me "the given key was not present in the dictionary…

Azure Arc
Azure Arc
A Microsoft cloud service that enables deployment of Azure services across hybrid and multicloud environments.
322 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,157 questions
asked 2024-04-28T07:06:25.2033333+00:00
Andreas Hartig 96 Reputation points
commented 2024-05-01T19:32:22.9233333+00:00
Tiemen Jansen 0 Reputation points
0 answers

Azure Data Factory copy activity stuck on queued status using integration run time self-hosted

I have been experiencing an issue, where the data factory copy activities are stuck in 'queued' status. When I try to use a database with the azure integrated run time, works normally. When I try to use one of the integration run time self-hosted, they…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,581 questions
asked 2024-05-01T14:06:20.4366667+00:00
Antônio Farias 0 Reputation points
edited a comment 2024-05-01T19:31:45.12+00:00
Antônio Farias 0 Reputation points
0 answers

How to Authenticate Scan to email mailbox

Our organization is trying to have all mailboxes set up with MFA so we can turn of legacy. The issue is that we have scan-to-email function set up through a UserMailbox, so if we convert this to a SharedMailbox, users will no longer be able to use it for…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,618 questions
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,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,531 questions
asked 2024-05-01T15:53:58.3733333+00:00
Dan Stepanukha 0 Reputation points
edited the question 2024-05-01T19:30:54.8+00:00
Dan Stepanukha 0 Reputation points
0 answers

How do I draw anti-aliased text in a ListBox with DrawMode set to OwnerDrawFixed?

I have a ListBox on my form with its DrawMode property set to OwnerDrawFixed. How can I get the text I draw to be antialiased? I've already set the TextRenderingHint property of the Graphics object to AntiAliasGridFit but it's not drawn…

Windows Forms
Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
1,831 questions
asked 2024-05-01T18:51:36.1366667+00:00
DaveF 21 Reputation points
commented 2024-05-01T19:30:32.1166667+00:00
Viorel 112.4K Reputation points
1 answer

Tablediff using -strict option complains about different schema. But when scripting the schema's and doing a file compare it's equal.

Dear, When using tablediff -strict mode, I encounter a strange to me situation. When generating the export like this for the duplicate table: $TableExportoptions = New-DbaScriptingOption $TableExportoptions.ClusteredIndexes =…

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,743 questions
asked 2024-04-30T00:17:51.54+00:00
Tim Braes 0 Reputation points
edited a comment 2024-05-01T19:25:02.99+00:00
Tim Braes 0 Reputation points
2 answers

Azure bot services integration with whatsapp

We are trying to integrate node.js bot on Azure with WhatsApp using an adapter. Is there a walk through document to do that?

Azure AI Bot Service
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
747 questions
asked 2021-08-18T10:46:30.793+00:00
Pushkar Shukla 6 Reputation points
answered 2024-05-01T19:24:19.23+00:00
lunchtiemre 0 Reputation points
0 answers

Remove a user as Owner on all OneDrive and SharePoint access

Hello  Please i need your help on this issue.  As per checking a user who has access on all OneDrive personal storage within this tenant. The Owner of the company would like him to be removed asap on all SharePoint and OneDrive access. Please see…

OneDrive
OneDrive
A Microsoft file hosting and synchronization service.
821 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,661 questions
SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
2,674 questions
OneDrive Management
OneDrive Management
OneDrive: A Microsoft file hosting and synchronization service.Management: The act or process of organizing, handling, directing or controlling something.
1,132 questions
asked 2024-05-01T19:22:04.1233333+00:00
Iniobong Nkanga 1,681 Reputation points
2 answers

502.3 Error Code 2147954552 Reverse Proxy Cookie problem

Hi, I'm struggling with a 502.3 Error Code 2147954552 problem. I already analyze the Bad request routing logs. No info there, only Error code mentioned at the beggining. I stuck. I can only say when the cookie for the website is on client side then I…

Internet Information Services
asked 2022-02-10T14:23:19.237+00:00
Dawid Kotynia 1 Reputation point
answered 2024-05-01T19:20:28.31+00:00
Dawid Kotynia 1 Reputation point
2 answers

Azure webapp node js doesnt work

Hi ! I tried to follow this tutorial ( https://learn.microsoft.com/en-us/azure/app-service/quickstart-nodejs?tabs=windows&pivots=development-environment-vscode ). I try to deploy a nodejs server to azure. it works on a localhost so the code is…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,902 questions
asked 2022-12-13T15:45:02.86+00:00
Dávid Tamás László 1 Reputation point
answered 2024-05-01T19:20:27.23+00:00
Elimelech Safern 0 Reputation points
0 answers

There is no create button on my Azure AI Service page

Dear all, I am using an Azure student subscription now, and I am trying to do AI900's lab but can not create a multi-service account resource due to the reason that there is no create button available on the page, Does my subscription not have the…

Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,385 questions
asked 2024-05-01T19:17:54.56+00:00
Fang, Xiuyue 0 Reputation points
18 answers One of the answers was accepted by the question author.

Windows Update issue (failed to install) , 0x80070643

Dear All, kindly asking for help regarding Windows updates on our Windows 10 and Windows 11 computers , we have some computers not able to install monthly updates and stay on the retry state Error code is : 0x80070643 I have tried to fix Windows with…

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,640 questions
asked 2024-01-15T07:22:09.2933333+00:00
Ary Ahmed 155 Reputation points
commented 2024-05-01T19:16:12.0966667+00:00
كاراس باسم 0 Reputation points
2 answers

Remove a user as Owner on all OneDrive and SharePoint access-

Hello    Please i need your help on this issue.    As per checking a user who has access on all OneDrive personal storage within this tenant.   The Owner of the company would like him to be removed asap on all SharePoint and OneDrive access.   Please see…

OneDrive
OneDrive
A Microsoft file hosting and synchronization service.
821 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,661 questions
OneDrive Management
OneDrive Management
OneDrive: A Microsoft file hosting and synchronization service.Management: The act or process of organizing, handling, directing or controlling something.
1,132 questions
SharePoint Server Management
SharePoint Server Management
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Management: The act or process of organizing, handling, directing or controlling something.
2,808 questions
asked 2024-04-30T10:02:18.76+00:00
IniobongNkanga-8038 266 Reputation points
answered 2024-05-01T19:16:04.0766667+00:00
Iniobong Nkanga 1,681 Reputation points
2 answers

Unable to Enable Encryption at host for Azure VM

I'm attempting to enable Encryption at host for a virtual machine (VM) in Azure. I've confirmed that the "Microsoft.Compute" resource provider is registered in my Azure subscription, and when I run the necessary command to verify, it shows as…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,146 questions
Azure Disk Encryption
Azure Disk Encryption
An Azure service for virtual machines (VMs) that helps address organizational security and compliance requirements by encrypting the VM boot and data disks with keys and policies that are controlled in Azure Key Vault.
160 questions
asked 2023-09-28T10:43:20.4666667+00:00
Tahami Rizwan 15 Reputation points
commented 2024-05-01T19:13:02.8366667+00:00
Chase, Justin M 0 Reputation points
0 answers

Help with debugging dropped messages from Routes

So, we are facing a situation where many of our D2C telemetry messages are dropped on a specific Route, after having being received in IoT Hub. Observing the Logs, we get entries mentioning OperationName: droppedMessage and then in the details of the…

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
954 questions
Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,123 questions
asked 2024-05-01T19:08:16.7966667+00:00
Nikos Agianniotis 0 Reputation points
edited the question 2024-05-01T19:09:55.08+00:00
Nikos Agianniotis 0 Reputation points
0 answers

Uploading cskpg and csfg files causes error - document not defined

I'm trying to split staging and production slots in Cloud Service Classic so I can do the ARM migration for each of them to the extended support version. Within my test environment I managed to deploy and complete the migration. However, within my…

Azure Cloud Services
Azure Cloud Services
An Azure platform as a service offer that is used to deploy web and cloud applications.
640 questions
asked 2024-04-30T14:54:27.47+00:00
Ewa 0 Reputation points
commented 2024-05-01T19:05:09.2633333+00:00
deherman-MSFT 33,471 Reputation points Microsoft Employee