342,921 questions

Sort by: Updated
1 answer

2016 smtp rely server I need to migrate to 2019

Hello, I have a server 2016 with SMTP setup on it and I need to migrate it to server 2019. Is there an easy way to do this?

Windows Server 2019
Windows Server 2019
A Microsoft server operating system that supports enterprise-level management updated to data storage.
3,465 questions
asked 2024-05-01T16:11:37.94+00:00
John Steele 21 Reputation points
answered 2024-05-01T18:30:29.4033333+00:00
Marcin Policht 10,845 Reputation points MVP
1 answer

How to make .NET SDK 8.0 show up in Visual Studio 2022 (17.9.6)?

I'm running Visual Studio 2022 (17.9.6) on Windows 11 and have .NET SDK 8.0 installed, but Visual Studio does not list it: It is installed, see below: I had Visual Studio 2022 (17.7) installed. Then installed .NET SDK 8 and upgraded VS to 17.9.6. It…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,617 questions
asked 2024-05-01T15:51:47.7866667+00:00
Bert Roos 0 Reputation points
answered 2024-05-01T18:29:39.8+00:00
Bruce (SqlWork.com) 56,526 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,581 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

Any sample code in C/C++ to Publish and Subscribe to Azure Web PubSub?

I am looking for sample C/C++ code to Publish and Subscribe to Azure Web PubSub. Specifically, I want to send data from a microcontroller programmed in C/C++ to a server with Azure Web PubSub. Are there any resources available that could help me achieve…

Azure Web PubSub
Azure Web PubSub
An Azure service that provides real-time messaging for web applications using WebSockets and the publish-subscribe pattern.
60 questions
C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,532 questions
asked 2024-05-01T10:49:20.29+00:00
Williams Celis 0 Reputation points
commented 2024-05-01T18:28:04.2833333+00:00
Williams Celis 0 Reputation points
0 answers

Power BI Reporting Server on Standard DB Engine

Is it possible for the .pbix files to work correctly when the Power BI reporting server (PBIRS) is installed on a Standard DB Engine? According to the below link, it looks contradictory as while it states that Standard edition is possible, it also…

SQL Server Reporting Services
SQL Server Reporting Services
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
2,805 questions
asked 2024-05-01T18:27:45.1366667+00:00
Jessy 0 Reputation points
0 answers

SharePoint 2013 Migration - 2019 Acumulatives

Hi, I have a problem with the installation of this KB4486694, it says that "the update is already installed on this system" but when I run the PSCONFIG or the Wizard and error comes out that the installation is missing and others. I also ran…

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-05-01T18:16:06.3966667+00:00
Julio Santiago Nonsoque Sarmiento 0 Reputation points
edited the question 2024-05-01T18:26:16.9633333+00:00
Julio Santiago Nonsoque Sarmiento 0 Reputation points
0 answers

Entra Enterprise Applications Users and Groups - adding roles

When adding a role to a user or group in the Enterprise Application the role is not saved, the user or group is saved but clicking edit assignment for the user or group shows "none selected" under roles. Selecting a role and then saving…

Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
209 questions
asked 2024-05-01T18:25:03.5133333+00:00
Phil White 0 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,530 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
0 answers

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
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
commented 2024-05-01T18:18:36.4933333+00:00
Antônio Farias 0 Reputation points
1 answer

Device registration to Notification-Hubs not working

We have an issue when registering devices to Azure Notification Hubs and consequently devices don't receive notifications. Context: We had a billing issue 2 months ago, and service was shutdown last Friday 19 of April. We updated the payment method and…

Azure Notification Hubs
Azure Notification Hubs
An Azure service that is used to send push notifications to all major platforms from the cloud or on-premises environments.
263 questions
asked 2024-04-24T12:08:00.84+00:00
LC IBERICA 0 Reputation points
edited a comment 2024-05-01T18:16:24.12+00:00
ajkuma 22,401 Reputation points Microsoft Employee
1 answer

Failure on Write EventSubscription - Internal error

I am trying to set up Databricks Autoloader with File Notifications. Every time I get a failure on the EventSubscription/write operation. I have tried giving the relevant account as much access as I can but still nothing. { "statusMessage":…

Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
1,933 questions
Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
316 questions
asked 2024-04-26T21:07:19.1333333+00:00
Bradley Jamrozik 0 Reputation points
commented 2024-05-01T18:14:24.84+00:00
Bradley Jamrozik 0 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
2 answers

How to fix "error 1053" from starting services

so this is the error im getting, and with this, i cant update windows or download any apps from the microsoft store, please help, i really dont wanna reset my pc, thanks for any help :) windows 10: version 10.0.19045 build 19045 cpu: 5600x gpu…

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,640 questions
asked 2023-10-12T23:08:11.3733333+00:00
spenw 0 Reputation points
commented 2024-05-01T18:09:05.3333333+00:00
Vaishnav Dounde 0 Reputation points
0 answers

Inquiry Regarding Multiple 4624 Event ID Logs for Single User Login

Hello Team, I am reaching out to inquire about a matter related to our Windows Security logs. Specifically, we have observed multiple instances of Event ID 4624 being logged for a single user login event in the Security Events table. As part of our…

Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
5,882 questions
Microsoft Sentinel
Microsoft Sentinel
A scalable, cloud-native solution for security information event management and security orchestration automated response. Previously known as Azure Sentinel.
982 questions
asked 2024-05-01T18:05:09.7033333+00:00
Srisaiteja Palle 0 Reputation points
0 answers

Signing up for Azure contact

While creating azure account , it says card details do not match , yet that same card details are working fine for other accounts. The card is VISA card with all transaction senabled

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,084 questions
asked 2024-05-01T15:34:43.96+00:00
Devops 0 Reputation points
edited the question 2024-05-01T18:05:02.48+00:00
deherman-MSFT 33,471 Reputation points Microsoft Employee
4 answers

How do I stop Microsoft Defender Smartscreen blocking my app?

I am a software developer. I write and sell a (Visual C++) software product. I have just released a new version of my software. First in years. Customers buy a licence and download the software from the Internet. I've had my share of false positives…

Small BASIC
Small BASIC
A programming language created by Microsoft that serves a stepping stone for beginners from block-based coding languages to more complex text-based languages.
277 questions
C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,532 questions
asked 2020-12-09T21:08:46.527+00:00
simonx 126 Reputation points
commented 2024-05-01T18:04:33+00:00
Bevan, John 11 Reputation points
0 answers

Sysmon Configuration Entries - DriverName has no effect

I am running Sysmon v15.14 and have the following config entries: <Sysmon schemaversion="4.90"> <DriverName>AudiusSv</DriverName> <EventFiltering> <RuleGroup name=""…

Sysinternals
Sysinternals
Advanced system utilities to manage, troubleshoot, and diagnose Windows and Linux systems and applications.
1,089 questions
asked 2024-05-01T18:03:50.01+00:00
Shane King 21 Reputation points
2 answers

How can I enable Chat communication between external users and Microsoft Teams users through the Teams desktop app ?

Hello Microsoft team, I've successfully integrated Microsoft Teams calling into my web application using Azure Communication Services and Microsoft Graph. However, I'm encountering difficulties enabling chat communication between external users…

Azure Communication Services
Azure Communication Services
An Azure communication platform for deploying applications across devices and platforms.
680 questions
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
asked 2024-04-12T17:21:52.6666667+00:00
Satish Bellare 0 Reputation points
commented 2024-05-01T18:01:47.3266667+00:00
Ruslan Zdor 0 Reputation points Microsoft Employee
0 answers

Using Get-Certificate with a Microsoft CA

I would like to use Get-Certificate with a Microsoft CA. https://learn.microsoft.com/en-us/powershell/module/pki/get-certificate?view=windowsserver2022-ps The documentation doesn't really show many examples. Does anyone know how to do this?

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,157 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
asked 2024-05-01T18:01:44.4466667+00:00
ComputerHabit 781 Reputation points