97,007 questions

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

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,582 questions
asked 2024-05-01T14:06:20.4366667+00:00
Antônio Farias 0 Reputation points
accepted 2024-05-01T22:15:15.93+00:00
Antônio Farias 0 Reputation points
1 answer One of the answers was accepted by the question author.

Exchange server 2016, How to fix Users of newly created mailboxes cannot log in ?

I have two Exchange Server 2016 on-premises that are configured with DAG, and replication is working fine. However, recently, I’ve been unable to log in when I create a new mailbox. Every user who had a mailbox before is functional. Users of newly…

Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
5,885 questions
Microsoft Exchange
Microsoft Exchange
Microsoft messaging and collaboration software.
391 questions
asked 2024-04-22T17:49:09.62+00:00
Nouredine BECHIRI 25 Reputation points
edited the question 2024-05-01T20:37:03.2466667+00:00
Nouredine BECHIRI 25 Reputation points
1 answer One of the answers was accepted by the question author.

Why did some of my team members, view of our sharepoint list change from "all items" dropdown to a side by side tab view for "all items"?

I have several sharepoint lists that I have built for my team. A week or so ago, some views changed for only a few people. They do not like this view and would like to revert back to original view. The top dropdown view is what we want to have…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,103 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,662 questions
asked 2024-02-26T19:30:33.35+00:00
Stotler, Kim 25 Reputation points
commented 2024-05-01T20:34:47.5533333+00:00
Patrick Price 0 Reputation points
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,885 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
commented 2024-05-01T20:31:40.68+00:00
Michael-5966 0 Reputation points
1 answer One of the answers was accepted by the question author.

Create custom CloudAP plugin to authenticate to windows machine which is entra Joined?

My domain is federated with custom inhouse IDP and when the user tries to login in the entra joined machine as IDP CloudAP authenticates the user right? Is it possible to create custom CloudAP Plugin so after user enters the password our idp can enforce…

Active Directory Federation Services
Active Directory Federation Services
An Active Directory technology that provides single-sign-on functionality by securely sharing digital identity and entitlement rights across security and enterprise boundaries.
1,190 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-02-07T12:04:04.42+00:00
AJ 20 Reputation points
commented 2024-05-01T19:55:20.1466667+00:00
Matt Peterson 10 Reputation points
2 answers One of the answers was accepted by the question author.

About Event Hub Billing Method

Hi Everyone According to the pricing page on Event Hub, one of the fact questions expresses the following: To understand this well, I want you to help me understand this based on the next scenarios. Both scenarios tell us about changing the capactity of…

Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
558 questions
asked 2024-04-27T04:51:38.29+00:00
Jona 355 Reputation points
accepted 2024-05-01T19:55:04.77+00:00
Jona 355 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,641 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
1 answer One of the answers was accepted by the question author.

Azure VPN Connection not showing Shared Key (PSK) field anymore.

Hello Im trying to create a new VPN Connection and cant see the Shared Key (PSK) field anymore. Done it in the past and was visible. Has something changed in the portal? Thank you for your answer in advance.

Azure VPN Gateway
Azure VPN Gateway
An Azure service that enables the connection of on-premises networks to Azure through site-to-site virtual private networks.
1,384 questions
asked 2024-05-01T17:12:56.1266667+00:00
Wojciech Romaldowski 0 Reputation points
accepted 2024-05-01T18:51:48.44+00:00
Wojciech Romaldowski 0 Reputation points
1 answer One of the answers was accepted by the question author.

Everytime I attempt to deploy web app through openai, it doesnt do anything.

I keep getting this message and I am the account owner. I am using the same resource group, sub etc. The deploy option turns blue once the fields are entered, and then when I click it, it basically grays out.. Your web app will be configured with Azure…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,174 questions
asked 2023-09-16T23:30:29.7933333+00:00
Andrew Glaz 20 Reputation points
commented 2024-05-01T18:47:01.6166667+00:00
David Schnare 0 Reputation points
2 answers One of the answers was accepted by the question author.

Parsing row counts from json output from an ADF script to pass to Stored Procedure

I have a ADF script that simply performs the following from a ForEach Loop. @Anonymous (concat(concat('select count(*) as num_rows from ', item().table_owner_schema), '.'), item().table_name) This works fine and returns the row count in the…

Azure SQL Database
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,582 questions
asked 2022-09-14T13:46:46.027+00:00
Haliburton, Russell 21 Reputation points
accepted 2024-05-01T18:28:53.0233333+00:00
Haliburton, Russell 21 Reputation points
1 answer One of the answers was accepted by the question author.

How to set up role based authentication in a Blazor Server app in Microsoft Entra ID

Hi, I have a Blazor Server app and I want to use role based authorization in Microsoft Entra ID. I created role for it and I added permission to it: Program.cs builder.Services.AddAuthentication(OpenIdConnectDefaults.AuthenticationScheme) …

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,395 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-04-29T07:39:18.5833333+00:00
71185955 40 Reputation points
accepted 2024-05-01T18:22:08.4166667+00:00
71185955 40 Reputation points
1 answer One of the answers was accepted by the question author.

Can you discover/add Linux computers directly to the SCOM database?

I am receiving errors when I attempt to discover Linux computers in SCOM 2019 console, Is there a way to add Linux servers directly to the SCOM DB? Many thanks.

Operations Manager
Operations Manager
A family of System Center products that provide infrastructure monitoring, help ensure the predictable performance and availability of vital applications, and offer comprehensive monitoring for datacenters and cloud, both private and public.
1,417 questions
Microsoft System Center
Microsoft System Center
A suite of Microsoft systems management products that offer solutions for managing datacenter resources, private clouds, and client devices.
835 questions
asked 2024-04-30T17:45:35.6666667+00:00
Bixby 101 Reputation points
accepted 2024-05-01T18:09:37.6333333+00:00
Bixby 101 Reputation points
1 answer One of the answers was accepted by the question author.

Azure Logic Apps Tools for the Visual Studio 2022 extension

When will Visual Studio 2022 have an Azure Logic Apps extension available?

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,852 questions
asked 2022-02-23T16:57:27.767+00:00
Eric Johnson 131 Reputation points
commented 2024-05-01T17:15:05.13+00:00
Ricky 0 Reputation points
1 answer One of the answers was accepted by the question author.

Haven’t received a PL-300 certificate after completion of Level 4 Data Analyst with Power BI apprenticeship.

Good afternoon. Without giving any personal details: I have completed a apprenticeship program in the UK with a company called QA. That program included PowerBI certification and i should have received at the end the PL-300 certification. I have…

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,086 questions
asked 2024-05-01T13:59:41.95+00:00
Marco Branco 0 Reputation points
accepted 2024-05-01T17:11:42.44+00:00
Marco Branco 0 Reputation points
1 answer One of the answers was accepted by the question author.

curl: (7) Failed to connect to 104.40.21.133 port 80 after 170 ms: Couldn't connect to server while doing Exercise - Configure network access

I am going this exercise number of times but still could not get the expected output . Can you please support ?

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.
926 questions
asked 2023-09-23T09:50:24.91+00:00
edited a comment 2024-05-01T17:06:53.21+00:00
Nida ul Zafar 0 Reputation points
3 answers One of the answers was accepted by the question author.

Elastic pool in Azure SQL & SQL server Managed instance

I have 2 doubts ) What is the right explanation Elastic pool in Azure SQL ? ) What is SQL server Managed instance that is often heard in Azure DB services & when one should use it. I have been trying to understand its significance but did…

Azure SQL Database
Azure Migrate
Azure Migrate
A central hub of Azure cloud migration services and tools to discover, assess, and migrate workloads to the cloud.
718 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,582 questions
asked 2022-05-09T14:27:22.923+00:00
Mohammed Arshad Alikhan 86 Reputation points
commented 2024-05-01T16:33:11.8+00:00
Vinay KM 0 Reputation points
2 answers One of the answers was accepted by the question author.

Connect to SharePoint Online without Basic Authentication from C# Console App

Hello, I have developed a C# Windows Console app. In the past I could connect and write data to SharePoint Online using Basic Authentication very easily. See my (simplified) code here: using Microsoft.SharePoint.Client; using System.Security; …

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
asked 2022-10-31T12:00:41.643+00:00
Elmo 41 Reputation points
commented 2024-05-01T15:46:52.9533333+00:00
Joe Bonomo 1 Reputation point
1 answer One of the answers was accepted by the question author.

Update DriveItem properties & replace the contents of a driveItem

When I do the Update DriveItem properties (https://learn.microsoft.com/en-us/graph/api/driveitem-update?view=graph-rest-1.0&tabs=http), there is no increase in version in version history but when I do replace the contents of a driveItem…

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
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,662 questions
asked 2024-05-01T06:59:50.12+00:00
Akshith Reddy Thalla 80 Reputation points
accepted 2024-05-01T15:40:02.4233333+00:00
Akshith Reddy Thalla 80 Reputation points
1 answer One of the answers was accepted by the question author.

How to display new messages in the channel at the bottom

How to display new messages in the channel at the bottom

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,103 questions
asked 2024-04-30T14:17:11.2666667+00:00
Pleasehelp 20 Reputation points
accepted 2024-05-01T15:39:54.55+00:00
Pleasehelp 20 Reputation points
1 answer One of the answers was accepted by the question author.

Will the meeting automatically cancel after the organizer leaves the meeting

Sometimes during a meeting, the organizer may leave the meeting. Does this behavior cause the meeting to be interrupted.Can the organizer still view Attendee reports after leaving?

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,103 questions
asked 2024-04-30T14:15:03.4+00:00
Pleasehelp 20 Reputation points
accepted 2024-05-01T15:39:38.6733333+00:00
Pleasehelp 20 Reputation points